From 4e462a0df82bc46446d29b7006fc02adfc597e11 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 27 Jul 2022 16:27:53 +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 cacef2d..7a2c28c 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -gem 'rails', '3.2.13' +gem 'rails', '5.2.8.1' # Bundle edge Rails instead: # gem 'rails', :git => 'git://github.com/rails/rails.git'