Skip to content

Commit

Permalink
Bump webdriver version
Browse files Browse the repository at this point in the history
  • Loading branch information
allmarkedup committed Feb 2, 2024
1 parent 60d5542 commit f8ba5f9
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 @@ -14,6 +14,6 @@ group :test do
gem "phlex-rails", require: false
gem "factory_bot", require: false
gem "capybara", "~> 3.39"
gem "selenium-webdriver", "4.9.0"
gem "selenium-webdriver", "4.17.0"
gem "puma", "~> 6"
end
6 changes: 4 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ GEM
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
base64 (0.2.0)
builder (3.2.4)
capybara (3.39.2)
addressable
Expand Down Expand Up @@ -227,7 +228,8 @@ GEM
rubocop-ast (>= 0.4.0)
ruby-progressbar (1.13.0)
rubyzip (2.3.2)
selenium-webdriver (4.9.0)
selenium-webdriver (4.17.0)
base64 (~> 0.2)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
Expand Down Expand Up @@ -276,7 +278,7 @@ DEPENDENCIES
phlex-rails
puma (~> 6)
rails (~> 7.0.0)
selenium-webdriver (= 4.9.0)
selenium-webdriver (= 4.17.0)
standard
view_component
yard-activesupport-concern
Expand Down

0 comments on commit f8ba5f9

Please sign in to comment.