From c511c3de717a6493ff87ab91c748869504419b3b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 19 Sep 2025 04:07:03 +0000 Subject: [PATCH] fix: Gemfile & Gemfile.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-REXML-12878608 --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index ce19368..40a0363 100644 --- a/Gemfile +++ b/Gemfile @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index 0b387ef..a8707ed 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -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) @@ -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) @@ -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 @@ -330,4 +330,4 @@ RUBY VERSION ruby 3.1.4p223 BUNDLED WITH - 2.3.13 + 2.3.26