From e2cadf0c827924b0f33679bc4749c88b9806a475 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 15 May 2020 01:40:48 +0200 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RACK-569066 --- Gemfile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 1470d37..ec91a5d 100644 --- a/Gemfile +++ b/Gemfile @@ -18,13 +18,13 @@ end group :test do gem 'coveralls', require: false - gem 'grape' - gem 'hobbit' - gem 'nyny' - gem 'roda', '~> 2' + gem 'grape', '>= 1.1.0' + gem 'hobbit', '>= 0.6.1' + gem 'nyny', '>= 2.2.1' + gem 'roda', '~> 2', '>= 2.29.0' - gem 'rails', '~> 5.1.0' - gem 'rspec-rails', '~> 3.5.0' + gem 'rails', '~> 5.1.6' + gem 'rspec-rails', '~> 3.5.2' gem 'sinatra', github: 'sinatra' gem 'rack-protection', github: 'sinatra'