Skip to content

Commit 2728508

Browse files
committed
(PUP-11047) Add webrick to test group
WEBrick was moved to a separate gem but is only used in integration tests. So add it to the 'test' group in the Gemfile.
1 parent c3d8122 commit 2728508

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ group(:test) do
4343
gem "rspec-its", "~> 1.1", require: false
4444
gem 'vcr', '~> 5.0', require: false
4545
gem 'webmock', '~> 3.0', require: false
46+
gem 'webrick', '~> 1.7', require: false if RUBY_VERSION.to_f >= 3.0
4647
gem 'yard', require: false
4748

4849
gem 'rubocop', '~> 0.49', require: false, platforms: [:ruby]

0 commit comments

Comments
 (0)