Skip to content

Commit

Permalink
upgrade selenium-webdriver now that we meet requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperka committed Jan 8, 2025
1 parent 0f77399 commit ab8e606
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ group :development, :test do
gem "capybara", "~> 3.30"
gem "launchy", "~> 2.5" # For auto-opening capybara html file
gem "puma", "~> 6.4"
gem "selenium-webdriver", "~> 4.15.0" # TODO: Can't upgrade to 4.17 until Rails 7 + Ruby 3.3
gem "selenium-webdriver", "~> 4.17"

# External request capture
gem "vcr", "~> 6.0"
Expand Down
6 changes: 4 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,9 @@ GEM
rake (>= 9, < 14)
securerandom (0.4.1)
select2-rails (4.0.13)
selenium-webdriver (4.15.0)
selenium-webdriver (4.27.0)
base64 (~> 0.2)
logger (~> 1.4)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
Expand Down Expand Up @@ -760,7 +762,7 @@ DEPENDENCIES
scout_apm (~> 5.0)
scrypt (~> 3.0)
select2-rails (~> 4.0)
selenium-webdriver (~> 4.15.0)
selenium-webdriver (~> 4.17)
sentry-rails (~> 5.0)
sentry-ruby (~> 5.0)
spinjs-rails (~> 1.3.0)
Expand Down

0 comments on commit ab8e606

Please sign in to comment.