From c07537efbedc0de25ff828e26fbb74cd9fc53d87 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 15 Feb 2025 06:49:23 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RACK-8720151 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 710b9698..4f6368f5 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ gemspec gem 'jruby-openssl', :platform => :jruby gem 'unicorn', :platforms => [:mri, :rbx] gem 'rubysl', '~> 2.0', :platform => :rbx -gem 'rack', '~> 1.6' +gem 'rack', '~> 2.2', '>= 2.2.11' # group :benchmark do # gem 'em-http-request'