From c3db4c386ad2e9c628899c9e4bc66c412c99f1c8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 26 Jul 2025 18:01:57 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-10674179 - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-10674176 - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-10674184 - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-10674192 - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-10674188 --- Gemfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 51986c3f7..6a2787b75 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}.git" } ruby '~> 3.4' -gem 'rails', '~> 7.1.0' +gem 'rails', '~> 7.2.0' gem 'activerecord-import', '>= 1.0.2' # pod identity requires 3.188.0 @@ -29,7 +29,7 @@ group :development, :test do gem 'brakeman', require: false gem 'listen' gem 'pry-byebug' - gem 'rspec-rails', '~> 6.0' + gem 'rspec-rails', '~> 7.0', '>= 7.0.0' gem 'rubocop', require: false gem 'rubocop-rails', '>= 2.19.0', require: false gem 'rubocop-performance', '~> 1.17', require: false @@ -41,7 +41,7 @@ end group :test do gem 'bundler-audit', require: false - gem 'factory_bot_rails', '>= 5.2.0' + gem 'factory_bot_rails', '>= 6.4.4' gem 'rails-controller-testing', '>= 1.0.4' gem 'rspec_junit_formatter' gem 'shoulda-matchers', '~> 3.1', '>= 3.1.3', require: false