From 86fc7119d661b67aa672a9bcab3c79d3b3d29652 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 8 Oct 2025 04:24:46 +0000 Subject: [PATCH] fix: 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 --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 64eb531e1..1f350eaf0 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source :rubygems -gem 'rack', '~> 1.2.2' -gem 'rails', '~> 3.0.6' +gem 'rack', '~> 2.2.19' +gem 'rails', '~> 5.0.0' gem 'json', '~> 1.5.1' gem 'plucky', '~> 0.3.6' gem 'chronic', '~> 0.3.0'