Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ end
group :test do
# Adds support for Capybara system testing and selenium driver
gem 'capybara', '>= 3.40'
gem 'selenium-webdriver', '>= 4.21.1'
gem 'selenium-webdriver', '>= 4.31.0'
# Easy installation and use of chromedriver to run system tests with Chrome
gem 'chromedriver-helper'
end
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ GEM
public_suffix (>= 2.0.2, < 7.0)
archive-zip (0.12.0)
io-like (~> 0.3.0)
base64 (0.2.0)
base64 (0.3.0)
benchmark (0.4.0)
bigdecimal (3.1.9)
bindex (0.8.1)
Expand Down Expand Up @@ -238,7 +238,7 @@ GEM
regexp_parser (2.10.0)
reline (0.6.0)
io-console (~> 0.5)
rexml (3.4.1)
rexml (3.4.4)
rubyzip (2.4.1)
sass-rails (6.0.0)
sassc-rails (~> 2.1, >= 2.1.1)
Expand All @@ -253,7 +253,7 @@ GEM
sprockets-rails
tilt
securerandom (0.4.1)
selenium-webdriver (4.30.1)
selenium-webdriver (4.32.0)
base64 (~> 0.2)
logger (~> 1.4)
rexml (~> 3.2, >= 3.2.5)
Expand Down Expand Up @@ -319,7 +319,7 @@ DEPENDENCIES
puma (~> 6.4.3)
rails (~> 7.1, >= 7.1.5.1)
sass-rails (~> 6.0)
selenium-webdriver (>= 4.21.1)
selenium-webdriver (>= 4.31.0)
sqlite3
turbolinks (~> 5)
tzinfo-data
Expand All @@ -330,4 +330,4 @@ RUBY VERSION
ruby 3.1.4p223

BUNDLED WITH
2.3.13
2.3.26