From 94f046a0fa809a4c14511c18a1d2da9ddc7b1bd5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 20 Jan 2024 00:12:56 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index a6cfe07..6721fe8 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ source "https://rubygems.org" git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } -gem "sinatra", "2.0.1" +gem "sinatra", "4.0.0" gem "puma", "4.2.1" gem 'puma-metrics'