From 1ef23228a090621ed62e625b9143aa1987d8cf09 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 28 Jul 2022 10:30:59 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-ACTIVERECORD-2960802 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index bd8d10ec6bbc..b46b386e2c41 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' ruby ENV['CUSTOM_RUBY_VERSION'] || '>=2.7.0' -gem 'rails', '~> 6.1.6' +gem 'rails', '~> 6.1.6', '>= 6.1.6.1' group :development do # Access an interactive console on exception pages or by calling 'console' anywhere in the code.