From 0b1dace66398f08d8cb50a4f09b76c334a9c2e10 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 2 May 2022 18:08:04 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-SINATRA-2806372 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 923403ea7..136e38800 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ source "http://rubygems.org" group :development do gem 'rake' gem 'jbundle', :git => "git@github.com:mloughran/jbundle.git" - gem 'sinatra' + gem 'sinatra', '>= 2.2.0' gem 'pusher' gem 'aws-s3' gem 'httparty'