From 62c535e625ecc82329dd097d9877e0381104fe2a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 6 Mar 2025 06:56:18 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RACK-9058602 --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 710b9698..e7952261 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.12' # group :benchmark do # gem 'em-http-request'