From 34819de57bfd53aad224ac5c2b1d72b34523ef7c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 22 May 2020 01:41:08 +0200 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-ACTIONPACK-569599 - https://snyk.io/vuln/SNYK-RUBY-ACTIONPACK-569600 - https://snyk.io/vuln/SNYK-RUBY-ACTIONVIEW-569601 - https://snyk.io/vuln/SNYK-RUBY-ACTIVESUPPORT-569598 --- Gemfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 1470d37..085fc67 100644 --- a/Gemfile +++ b/Gemfile @@ -18,13 +18,13 @@ end group :test do gem 'coveralls', require: false - gem 'grape' + gem 'grape', '>= 1.1.0' gem 'hobbit' gem 'nyny' gem 'roda', '~> 2' - gem 'rails', '~> 5.1.0' - gem 'rspec-rails', '~> 3.5.0' + gem 'rails', '~> 5.2.4', '>= 5.2.4.3' + gem 'rspec-rails', '~> 3.5.2' gem 'sinatra', github: 'sinatra' gem 'rack-protection', github: 'sinatra'