Skip to content

Commit

Permalink
Merge pull request #25 from justiceo/master
Browse files Browse the repository at this point in the history
Add webrick to support local development
  • Loading branch information
jsanz authored Oct 3, 2023
2 parents a5c9c81 + bfee806 commit 4ea6eb7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
source "https://rubygems.org"

gem 'github-pages', group: :jekyll_plugins

gem "webrick", "~> 1.8"
7 changes: 6 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,8 @@ GEM
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
minitest (5.19.0)
nokogiri (1.15.4-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.4-x86_64-linux)
racc (~> 1.4)
octokit (4.25.1)
Expand Down Expand Up @@ -247,12 +249,15 @@ GEM
unf_ext
unf_ext (0.0.8.2)
unicode-display_width (1.8.0)
webrick (1.8.1)

PLATFORMS
arm64-darwin-22
x86_64-linux-musl

DEPENDENCIES
github-pages
webrick (~> 1.8)

BUNDLED WITH
2.4.19
2.4.20

0 comments on commit 4ea6eb7

Please sign in to comment.