From 7add7552506194faf23cc6507b0a2a3ffe0672f0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 6 Oct 2025 08:11:27 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RACK-13052974 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 37506f067..4e8eb8c7c 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ source 'https://rubygems.org' # requires radiant and therefore pulls in every # dependency mentioned in radiant.gemspec. -gem "rails", "2.3.18" +gem "rails", "5.0.0" gem "sqlite3", "1.3.5", :group => [:development, :test], :platform => :ruby # When radiant is installed as a gem you can run all of