From b0b3ed738e21125dae676316dde413a0472a3718 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 10 Sep 2020 23:41:17 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-ACTIONVIEW-632514 --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 1470d37..c9bcb15 100644 --- a/Gemfile +++ b/Gemfile @@ -23,8 +23,8 @@ group :test do gem 'nyny' gem 'roda', '~> 2' - gem 'rails', '~> 5.1.0' - gem 'rspec-rails', '~> 3.5.0' + gem 'rails', '~> 5.2.4', '>= 5.2.4.4' + gem 'rspec-rails', '~> 3.5.2' gem 'sinatra', github: 'sinatra' gem 'rack-protection', github: 'sinatra'