From 497d0747766be4e6cb8ca97432e586162a69d2bc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 8 Oct 2025 04:47:25 +0000 Subject: [PATCH] fix: example/rails2.3/Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RACK-13378928 - https://snyk.io/vuln/SNYK-RUBY-RACK-13378930 - https://snyk.io/vuln/SNYK-RUBY-RACK-13378932 --- example/rails2.3/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/rails2.3/Gemfile b/example/rails2.3/Gemfile index 04b70adc..36e18ed0 100644 --- a/example/rails2.3/Gemfile +++ b/example/rails2.3/Gemfile @@ -1,6 +1,6 @@ source 'http://rubygems.org' -gem 'rails', '~> 2.3.0' +gem 'rails', '~> 5.0.0' # Bundle edge Rails instead: # gem 'rails', :git => 'git://github.com/rails/rails.git'