From e7bd521b0527bad24332b45bf0064f78c0b92faa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 6 Aug 2022 06:04:58 +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 f449053..e7309b0 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'http://rubygems.org' -gem 'rails', '3.1.1' +gem 'rails', '5.2.8.1' # Bundle edge Rails instead: # gem 'rails', :git => 'git://github.com/rails/rails.git'