From 5e80e1da6ad9a06a3bef83fe593d42bb0f703230 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 17 Jun 2020 03:00:47 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RACK-572377 --- Gemfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index a5df3c8f6e..1eb49d3656 100644 --- a/Gemfile +++ b/Gemfile @@ -17,8 +17,8 @@ gem 'travis-rollout', git: 'https://github.com/travis-ci/travis-rollout', branc gem 'travis-yaml', git: 'https://github.com/travis-ci/travis-yaml' gem 'mustermann' -gem 'sinatra' -gem 'sinatra-contrib', require: nil #git: 'https://github.com/sinatra/sinatra-contrib', require: nil +gem 'sinatra', '>= 2.0.0' +gem 'sinatra-contrib', '>= 2.0.0', require: nil #git: 'https://github.com/sinatra/sinatra-contrib', require: nil gem 'simple_states', '1.0.2' @@ -26,9 +26,9 @@ gem 'active_model_serializers' gem 'unicorn' gem 'sentry-raven' gem 'yard-sinatra', git: 'https://github.com/rkh/yard-sinatra' -gem 'rack-contrib' +gem 'rack-contrib', '>= 2.0.0' gem 'rack-cache', git: 'https://github.com/rtomayko/rack-cache' -gem 'rack-attack', '5.0.0.beta1' +gem 'rack-attack', '5.0.0' gem 'gh', git: 'https://github.com/travis-ci/gh' gem 'bunny', '~> 0.8.0' gem 'dalli' @@ -46,7 +46,7 @@ gem 'redlock' gem 'rake', '~> 0.9.2' gem 'skylight' -gem 'appsignal' +gem 'appsignal', '>= 2.2.1' gem 'libhoney', git: 'https://github.com/honeycombio/libhoney-rb' gem 'faraday'