Skip to content

Commit 307ef1a

Browse files
Revert "Move webrick to development as it's used in tests"
This reverts commit c5888c1.
1 parent 3cff696 commit 307ef1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gemfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ group :development do
88
gem "rake"
99
gem "rake-compiler"
1010
gem "rb_sys", "0.9.97"
11-
# Use the latest version of webrick for URI change in Ruby 3.4
12-
gem "webrick", "~> 1.8.2"
1311
end
1412

1513
group :check do
14+
# Use the latest version of webrick for URI change in Ruby 3.4
15+
gem "webrick", "~> 1.8.2"
1616
gem "syntax_tree", "~> 3.5"
1717
gem "steep", "~> 1.9" if RUBY_VERSION >= "3.1.0"
1818
end

0 commit comments

Comments
 (0)