From 97af2fe73aad16c12c9959c5c7534421bf9dcdae Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 8 Dec 2024 03:17:03 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-8453714 --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index b519ba55fbff..5476ca55d4e3 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ source 'https://rubygems.org' # core - base ruby '3.0.4' -gem 'rails', '~> 6.1.0' +gem 'rails', '~> 7.0.0' # core - rails additions gem 'activerecord-import' @@ -187,7 +187,7 @@ group :development, :test do gem 'test-unit' # for testing Pundit authorisation policies in RSpec - gem 'pundit-matchers' + gem 'pundit-matchers', '>= 3.0.0' # UI tests w/ Selenium gem 'capybara'