From cbb9ad96831bf451a3907b8cc40d9cab6bb5034c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 Oct 2025 03:13:12 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RACK-13535097 --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 64eb531e1..5e33f49ed 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.20' +gem 'rails', '~> 5.0.0' gem 'json', '~> 1.5.1' gem 'plucky', '~> 0.3.6' gem 'chronic', '~> 0.3.0'