From 98f5eaebab2adc46f5f8262ddca899c4c1da413a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 Oct 2025 02:39:26 +0000 Subject: [PATCH] fix: example/rails3/Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RACK-13535097 --- example/rails3/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/rails3/Gemfile b/example/rails3/Gemfile index 03447006..36e18ed0 100644 --- a/example/rails3/Gemfile +++ b/example/rails3/Gemfile @@ -1,6 +1,6 @@ source 'http://rubygems.org' -gem 'rails', '~> 3.0.0' +gem 'rails', '~> 5.0.0' # Bundle edge Rails instead: # gem 'rails', :git => 'git://github.com/rails/rails.git'