Skip to content

Commit

Permalink
For some reason, we can't get v4.9.1 from CircleCI (thoughtbot#2386)
Browse files Browse the repository at this point in the history
  • Loading branch information
pablobm authored May 26, 2023
1 parent 44ad6ce commit 95b201d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ group :test do
gem "database_cleaner"
gem "formulaic"
gem "launchy"
gem "selenium-webdriver"
gem "selenium-webdriver", "= 4.9.0"
gem "shoulda-matchers"
gem "timecop"
gem "webdrivers"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ GEM
sprockets-rails
tilt
selectize-rails (0.12.6)
selenium-webdriver (4.9.1)
selenium-webdriver (4.9.0)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
Expand Down Expand Up @@ -363,7 +363,7 @@ DEPENDENCIES
pundit
rack-timeout
redcarpet
selenium-webdriver
selenium-webdriver (= 4.9.0)
sentry-raven
shoulda-matchers
timecop
Expand Down

0 comments on commit 95b201d

Please sign in to comment.