From 627c1cea50f7bab6648214764ce1eec7e6ffec37 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 21 Jul 2025 17:39:15 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-THOR-10843853 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 64eb531e1..d08a8d104 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.4' gem 'json', '~> 1.5.1' gem 'plucky', '~> 0.3.6' gem 'chronic', '~> 0.3.0'