From ab80af44e26b64d0a8b1dff1229af9054831c5e8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 19 Feb 2026 13:09:52 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RACK-15307669 - https://snyk.io/vuln/SNYK-RUBY-RACK-15307670 - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-15315717 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 92ec76a..2c8d2f8 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ ruby '2.7.2' # gem 'easymon', '1.2.2' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '~> 5.2.3' +gem 'rails', '~> 5.2.4' # Use sqlite3 as the database for Active Record gem 'sqlite3' # Use Puma as the app server