Skip to content

Commit

Permalink
Move webrick to development as it's used in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed Dec 17, 2024
1 parent 747a448 commit c5888c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ group :development do
gem "rake"
gem "rake-compiler"
gem "rb_sys", "0.9.97"
# Use the latest version of webrick for URI change in Ruby 3.4
gem "webrick", "~> 1.8.2"
end

group :check do
# Use the latest version of webrick for URI change in Ruby 3.4
gem "webrick", "~> 1.8.2"
gem "syntax_tree", "~> 3.5"
gem "steep", "~> 1.9"
end

0 comments on commit c5888c1

Please sign in to comment.