Skip to content

Commit

Permalink
Add webrick dependency, which was removed from ruby core in 3
Browse files Browse the repository at this point in the history
  • Loading branch information
bbpennel committed Oct 11, 2024
1 parent 55de6d1 commit 19da0d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ group :test do
gem 'selenium-webdriver', '~> 4.8'
gem 'shoulda-matchers', '~> 5.3.0'
gem 'simplecov'
gem 'webrick'
gem 'webdrivers', '~> 5.3', require: false
gem 'webmock', '~> 3.14.0'
end
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1070,6 +1070,7 @@ GEM
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
webrick (1.8.2)
websocket (1.2.10)
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
Expand Down Expand Up @@ -1152,6 +1153,7 @@ DEPENDENCIES
web-console (~> 3.7.0)
webdrivers (~> 5.3)
webmock (~> 3.14.0)
webrick

RUBY VERSION
ruby 3.0.2p107
Expand Down

0 comments on commit 19da0d7

Please sign in to comment.