Skip to content

Commit

Permalink
Merge pull request #1253 from sul-dlss/webdrivers
Browse files Browse the repository at this point in the history
Remove unnecessary dependency
  • Loading branch information
jcoyne authored Dec 3, 2024
2 parents 1dfaf4d + e2c7056 commit 13d67fa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ group :development, :test do
# Capybara for feature/integration tests
gem 'capybara'
gem 'selenium-webdriver'
# Easy installation and use of web drivers to run system tests with browsers
gem 'webdrivers'

# Rubocop is a static code analyzer to enforce style.
gem 'rubocop', '~> 1.57', require: false
Expand Down
5 changes: 0 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -380,10 +380,6 @@ GEM
activemodel (>= 6.0.0)
bindex (>= 0.4.0)
railties (>= 6.0.0)
webdrivers (5.2.0)
nokogiri (~> 1.6)
rubyzip (>= 1.3.0)
selenium-webdriver (~> 4.0)
webmock (3.24.0)
addressable (>= 2.8.0)
crack (>= 0.3.2)
Expand Down Expand Up @@ -442,7 +438,6 @@ DEPENDENCIES
selenium-webdriver
simplecov
web-console (>= 4.1.0)
webdrivers
webmock (~> 3.0)
zip_kit (~> 6.3)

Expand Down

0 comments on commit 13d67fa

Please sign in to comment.