diff --git a/Gemfile b/Gemfile index ec8b241..d7e1a57 100644 --- a/Gemfile +++ b/Gemfile @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index 35b5d9d..51e2477 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -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) @@ -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) @@ -309,4 +309,4 @@ RUBY VERSION ruby 3.1.4p223 BUNDLED WITH - 2.5.6 + 2.3.26