Skip to content

Commit

Permalink
Update webdrivers gem so that CI passes on Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
elohanlon committed Oct 5, 2023
1 parent 2e423df commit 0679d39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,9 @@ group :development, :test do
gem 'json_spec'
gem 'rspec-its'
gem 'rspec-rails'
gem 'selenium-webdriver'
gem 'simplecov', require: false
gem 'solr_wrapper', '~> 4.0'
gem 'webdrivers', '~> 5.2', require: false
gem 'webdrivers', '~> 5.3.0', require: false
gem 'webmock'
end

Expand Down
7 changes: 3 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -600,10 +600,10 @@ GEM
rack (>= 1.4, < 3.0)
warden (1.2.9)
rack (>= 2.0.9)
webdrivers (5.2.0)
webdrivers (5.3.1)
nokogiri (~> 1.6)
rubyzip (>= 1.3.0)
selenium-webdriver (~> 4.0)
selenium-webdriver (~> 4.0, < 4.11)
webmock (3.14.0)
addressable (>= 2.8.0)
crack (>= 0.3.2)
Expand Down Expand Up @@ -679,7 +679,6 @@ DEPENDENCIES
rspec-rails
rubocul (~> 4.0)
rubyzip
selenium-webdriver
simplecov
sitemap_generator
solr_wrapper (~> 4.0)
Expand All @@ -689,7 +688,7 @@ DEPENDENCIES
uglifier
unicode
voight_kampff
webdrivers (~> 5.2)
webdrivers (~> 5.3.0)
webmock
webpacker (~> 5.4.0)
whenever
Expand Down

0 comments on commit 0679d39

Please sign in to comment.