From 43f198c1beb4553d13016cb26b31cca08571938f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 30 Jun 2026 11:27:25 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-CRASS-17666963 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 4cec4e8..fe4437b 100644 --- a/Gemfile +++ b/Gemfile @@ -76,7 +76,7 @@ end group :development do gem 'listen' - gem 'rails-ai-context' + gem 'rails-ai-context', '>= 5.12.0' # Use console on exceptions pages [https://github.com/rails/web-console] gem 'web-console'