From bab57fc87245323a63bed31488905190c0982a4c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 9 May 2025 03:58:42 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RACK-10074187 - https://snyk.io/vuln/SNYK-RUBY-RACK-10074188 --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 710b9698..e0f7db4c 100644 --- a/Gemfile +++ b/Gemfile @@ -3,9 +3,9 @@ source "http://rubygems.org" gemspec gem 'jruby-openssl', :platform => :jruby -gem 'unicorn', :platforms => [:mri, :rbx] +gem 'unicorn', '>= 5.1.0', :platforms => [:mri, :rbx] gem 'rubysl', '~> 2.0', :platform => :rbx -gem 'rack', '~> 1.6' +gem 'rack', '~> 2.2', '>= 2.2.14' # group :benchmark do # gem 'em-http-request'