Skip to content

Commit

Permalink
Added webrick for Ruby 3
Browse files Browse the repository at this point in the history
  • Loading branch information
laukstein committed Jan 14, 2024
1 parent 263472d commit a54ce3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ source "https://rubygems.org"
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
gem "github-pages", "~> 228", group: :jekyll_plugins
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
gem "webrick", "~> 1.8"
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ GEM
unf_ext (0.0.9.1)
unicode-display_width (1.8.0)
uri (0.13.0)
webrick (1.8.1)

PLATFORMS
x64-mingw-ucrt
Expand All @@ -273,6 +274,7 @@ PLATFORMS
DEPENDENCIES
github-pages (~> 228)
tzinfo-data
webrick

BUNDLED WITH
2.3.17

0 comments on commit a54ce3a

Please sign in to comment.