From 4e4ee9cd9eec63a0ef522d5d01e50fcbbdba816c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 10 Jul 2026 12:15:43 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-WEBSOCKETDRIVER-17895112 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 4cec4e8..8f6e3da 100644 --- a/Gemfile +++ b/Gemfile @@ -35,7 +35,7 @@ gem 'rails', '~> 8.1.3' gem 'ransack' gem 'simpleidn' # Use the database-backed adapters for Rails.cache, Active Job, and Action Cable -gem 'solid_cable' +gem 'solid_cable', '>= 4.0.0' gem 'solid_cache' gem 'solid_queue' # Hotwire's modest JavaScript framework [https://stimulus.hotwired.dev]