From 0a0505788f9debdf0f031ed26d113c3ea60b8c58 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 13 Feb 2025 23:58:31 +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..e21f8bd5 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ 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'