From 4851a98c9d3c786901eb1575bdda45d41e43cc14 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 8 Oct 2023 14:16:20 +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 624f97cdb..029a123f2 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,5 @@ source 'https://rubygems.org' -gem 'rails', '= 5.2.6.2' +gem 'rails', '= 7.1.0' gem 'mysql2' gem 'puma' gem 'turbolinks', '~> 5'