From 42542c704d89b9430fbd394fcc07a22a0a1382aa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 29 May 2022 09:09:43 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RACK-2848599 - https://snyk.io/vuln/SNYK-RUBY-RACK-2848600 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index a9c91a0..f9dd2b0 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'http://rubygems.org' -gem 'rails', '3.0.1' +gem 'rails', '5.0.0' gem 'paperclip' gem 'capistrano' gem 'beanstalk-client'