Skip to content

Commit

Permalink
Upgarde webrick to 1.8.2
Browse files Browse the repository at this point in the history
The release includes a fix for the URI change in Ruby 3.4.
  • Loading branch information
kateinoigakukun committed Oct 10, 2024
1 parent 8af3db7 commit d00ee2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ end

group :check do
# Use the latest version of webrick for URI change in Ruby 3.4
gem "webrick", github: "ruby/webrick", ref: "0c600e169bd4ae267cb5eeb6197277c848323bbe"
gem "webrick", "~> 1.8.2"
gem "syntax_tree", "~> 3.5"
gem "steep"
end

0 comments on commit d00ee2d

Please sign in to comment.