From 04349d322cb9b424d0ee08ccd8df7226eba11ccc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 8 May 2025 07:42:15 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-ACTIVESUPPORT-3360028 - https://snyk.io/vuln/SNYK-RUBY-ACTIVESUPPORT-3237242 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index ab26b135aad..48695c9c1d2 100644 --- a/Gemfile +++ b/Gemfile @@ -22,7 +22,7 @@ gem 'foundation-rails', '~> 6.4.3.0' gem 'foundation_rails_helper', '~> 2.0.0' gem 'graphiql-rails', '~> 1.4.1' gem 'graphql', '~> 1.7.8' -gem 'groupdate', '~> 3.2.0' +gem 'groupdate', '~> 6.6.0' gem 'initialjs-rails', '~> 0.2.0.5' gem 'invisible_captcha', '~> 0.10.0' gem 'jquery-fileupload-rails'