From 1da606da6ac0ec4a57ce8398492da7f4a4b27dba Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 28 Jul 2022 08:48:47 +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 5637e5f..0df5aeb 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'http://rubygems.org' -gem 'rails', '3.1.0' +gem 'rails', '5.2.8.1' gem 'newrelic_rpm' # Bundle edge Rails instead: # gem 'rails', :git => 'git://github.com/rails/rails.git'