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 @@ -37,7 +37,7 @@ group :development, :test do
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]
# Adds support for Capybara system testing and selenium driver
gem 'capybara', '~> 3.39.1'
gem 'selenium-webdriver', '4.9.0'
gem 'selenium-webdriver', '4.9.1'
end

group :development do
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ GEM
regexp_parser (2.10.0)
reline (0.6.1)
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 @@ -236,7 +236,7 @@ GEM
sprockets-rails
tilt
securerandom (0.4.1)
selenium-webdriver (4.9.0)
selenium-webdriver (4.9.1)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
Expand Down Expand Up @@ -297,7 +297,7 @@ DEPENDENCIES
puma (= 6.6.0)
rails (= 7.2.2.1)
sass-rails (>= 5.0.5)
selenium-webdriver (= 4.9.0)
selenium-webdriver (= 4.9.1)
spring (= 2.0.2)
spring-watcher-listen (= 2.0.1)
turbolinks (= 5.0.1)
Expand All @@ -309,4 +309,4 @@ RUBY VERSION
ruby 3.1.4p223

BUNDLED WITH
2.5.6
2.3.26
Loading