From a5e429abc01be6b691ec22ac1d93583a6f12ea42 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Oct 2023 05:54:27 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-ACTIONCABLE-20338 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 237a8aa..14548d1 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ git_source(:github) do |repo_name| end # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '~> 6.1.7', '>= 6.1.7.5' +gem 'rails', '~> 7.1.0' gem 'mysql2', '~> 0.5.0' gem 'bootsnap' gem 'rails-controller-testing'