Skip to content

Commit

Permalink
chore: temporarily pin selenium-webdriver to 4.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
allmarkedup committed May 10, 2023
1 parent 7819ad6 commit 551e6dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ group :test do
gem "factory_bot", require: false
gem "rspec-rails", "~> 5"
gem "capybara", "~> 3.8"
gem "selenium-webdriver", "~> 4"
gem "selenium-webdriver", "4.9.0"
gem "puma", "~> 6"
end
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ DEPENDENCIES
puma (~> 6)
rails (~> 7.0.0)
rspec-rails (~> 5)
selenium-webdriver (~> 4)
selenium-webdriver (= 4.9.0)
standard
view_component
yard-activesupport-concern
Expand Down

0 comments on commit 551e6dc

Please sign in to comment.