From cf88e866831639f00a0103140188b4cab5da3a54 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 8 Oct 2023 22:14:17 +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 4d125ab..60a1c16 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '~> 5.0.0', '>= 5.0.0.1' +gem 'rails', '~> 7.1.0' # Use postgresql as the database for Active Record gem 'pg', '~> 0.18' # Use Puma as the app server