Skip to content

Commit

Permalink
Merge branch 'master' into pr/LauchieHarvey/3031
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen committed Mar 30, 2024
2 parents 10b2fd6 + 21d833c commit a37d499
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 @@ -78,7 +78,7 @@ group :test do
# Note: selenium-webdriver 3.x is incompatible with Firefox version 48 and prior
# gem 'selenium' # Requires old version of selenium which is no longer available
gem 'geckodriver-helper', '~> 0.24.0'
gem 'selenium-webdriver', '~> 4.18'
gem 'selenium-webdriver', '~> 4.19'

# Note: nokogiri is needed by capybara which may require one of the below commands
# sudo apt-get install libxslt-dev libxml2-dev
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ GEM
archive-zip (0.12.0)
io-like (~> 0.3.0)
ast (2.4.2)
async (1.32.0)
async (1.32.1)
console (~> 1.10)
nio4r (~> 2.3)
timers (~> 4.1)
Expand Down Expand Up @@ -185,7 +185,7 @@ GEM
rushover (0.3.0)
json
rest-client
selenium-webdriver (4.18.1)
selenium-webdriver (4.19.0)
base64 (~> 0.2)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
Expand Down Expand Up @@ -280,7 +280,7 @@ DEPENDENCIES
rubocop (~> 1.62.1)
rubyzip (~> 2.3)
rushover (~> 0.3.0)
selenium-webdriver (~> 4.18)
selenium-webdriver (~> 4.19)
sinatra (~> 3.2)
slack-notifier (~> 2.4)
sqlite3 (~> 1.7)
Expand Down

0 comments on commit a37d499

Please sign in to comment.