From 0b5d2f2a1c5162255efab0f8a3ff82bbdbc45f46 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 8 Oct 2023 22:26:38 +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 3c3565e0..7f25ebd3 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby '3.0.0' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '~> 6.1.3.2' +gem 'rails', '~> 7.1.0.0' # Use Puma as the app server gem 'puma', '~> 4.3.11'