Skip to content

Commit

Permalink
Fix webrick issue with ruby 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RichDom2185 committed May 19, 2024
1 parent 10801df commit baba3ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ source "https://rubygems.org"
git_source(:github) {|repo_name| "https://github.com/#{repo_name}.git" }

gem 'github-pages', group: :jekyll_plugins

gem "webrick", "~> 1.8"
2 changes: 2 additions & 0 deletions docs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ GEM
unf_ext (0.0.9.1)
unicode-display_width (1.8.0)
uri (0.13.0)
webrick (1.8.1)

PLATFORMS
arm64-darwin-21
Expand All @@ -272,6 +273,7 @@ PLATFORMS

DEPENDENCIES
github-pages
webrick (~> 1.8)

BUNDLED WITH
2.3.11

0 comments on commit baba3ac

Please # to comment.