From ced40b73be911f43f45bfb134fbbfd583cbcbbb8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 19 Jan 2024 18:20:49 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RACK-1061917 --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 114c04e..d48d6d7 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source 'http://rubygems.org' ruby '2.7.7' gem 'tilt', '~> 1.4.1' -gem "sinatra" +gem "sinatra", ">= 4.0.0" gem "rack-flash3" gem "haml" gem "slim" @@ -27,7 +27,7 @@ gem "parallel_tests" gem "chromedriver-helper" gem "activerecord" -gem "sinatra-activerecord" +gem "sinatra-activerecord", ">= 2.0.27" gem 'data_mapper' gem "dm-noisy-failures" gem "warden"