From 59dae6cf2db5a2420a989ae20ca25cc20823ad81 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 26 Mar 2020 23:43:52 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-ACTIONVIEW-560837 - https://snyk.io/vuln/SNYK-RUBY-JSON-560838 --- Gemfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 1470d37..94edd62 100644 --- a/Gemfile +++ b/Gemfile @@ -16,15 +16,15 @@ group :development do end group :test do - gem 'coveralls', require: false + gem 'coveralls', '>= 0.8.22', require: false gem 'grape' 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.2' + gem 'rspec-rails', '~> 3.5.2' gem 'sinatra', github: 'sinatra' gem 'rack-protection', github: 'sinatra'