From 4a4dcd17f43f7d5d923520c25f564ea7d1ec7d8c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 6 May 2021 23:40:53 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-ACTIONPACK-1290051 - https://snyk.io/vuln/SNYK-RUBY-ACTIONPACK-1290052 --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 1470d37..b27fe0b 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.6' + gem 'rspec-rails', '~> 3.5.2' gem 'sinatra', github: 'sinatra' gem 'rack-protection', github: 'sinatra'