From 4d601dba5c1907a92d37d89b05105d1cd58e9bfa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 14 Feb 2025 02:18:18 +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 64eb531e1..689db2c0e 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source :rubygems gem 'rack', '~> 1.2.2' -gem 'rails', '~> 3.0.6' +gem 'rails', '~> 3.2.0' gem 'json', '~> 1.5.1' gem 'plucky', '~> 0.3.6' gem 'chronic', '~> 0.3.0'