From 0677d084a045f5036f4895afd3ff21635f7ac8b2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 30 Nov 2022 02:13:56 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-SINATRA-3150405 --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index c3b87a8f..1d3a4d40 100644 --- a/Gemfile +++ b/Gemfile @@ -1,8 +1,8 @@ source 'https://rubygems.org' ruby "~> 2.7.0" -gem "sinatra", "~> 2.1" -gem "sinatra-contrib", "~> 2.1" +gem "sinatra", "~> 2.2", ">= 2.2.3" +gem "sinatra-contrib", "~> 2.2", ">= 2.2.3" gem "erector", ">=0.9.0" gem "puma", "~> 5.1" gem "activesupport", "~> 6.0", ">= 6.0.3.1"