Skip to content

Commit

Permalink
Upgrade to Selenium WebDriver 3.141.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ysbaddaden committed Nov 7, 2023
1 parent 711bb26 commit 87c92f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ group :test do
gem 'faker'
gem 'machinist', '1.0.6'
gem 'resque_spec'
gem 'selenium-webdriver', '3.9' # locked until we upgrade to capybara 3.x
gem 'selenium-webdriver', '3.141.0' # locked until we upgrade to capybara 3.x
gem 'shoulda-matchers', require: false
gem 'simplecov'
gem 'simplecov-rcov'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -341,9 +341,9 @@ GEM
sass (~> 3.2.2)
sprockets (~> 2.8, < 3.0)
sprockets-rails (~> 2.0)
selenium-webdriver (3.9.0)
selenium-webdriver (3.141.0)
childprocess (~> 0.5)
rubyzip (~> 1.2)
rubyzip (~> 1.2, >= 1.2.2)
shoulda-matchers (2.7.0)
activesupport (>= 3.0.0)
signet (0.11.0)
Expand Down Expand Up @@ -459,7 +459,7 @@ DEPENDENCIES
rspec-rails (~> 3.4.0)
rubyzip (= 1.3.0)
sass-rails (~> 4.0.1)
selenium-webdriver (= 3.9)
selenium-webdriver (= 3.141.0)
shoulda-matchers
simplecov
simplecov-rcov
Expand Down

0 comments on commit 87c92f5

Please sign in to comment.