From 9000a488c4966ad4eb4b4f9efbeab6cee748bd8e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 9 May 2025 19:20:54 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RACK-10074187 - https://snyk.io/vuln/SNYK-RUBY-ACTIVESUPPORT-3360028 - https://snyk.io/vuln/SNYK-RUBY-ACTIVESUPPORT-3237242 - https://snyk.io/vuln/SNYK-RUBY-ACTIVESUPPORT-5851458 - https://snyk.io/vuln/SNYK-RUBY-RACK-10074188 --- Gemfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 9d247a50907..f4eb8f9ee0a 100644 --- a/Gemfile +++ b/Gemfile @@ -1,10 +1,10 @@ source "https://rubygems.org" -gem "rails", "6.0.5.1" +gem "rails", "7.0.0" gem "acts-as-taggable-on", "~> 9.0.1" gem "acts_as_votable", "~> 0.13.2" -gem "ahoy_matey", "~> 4.1.0" +gem "ahoy_matey", "~> 5.4.0" gem "airbrake", "~> 11.0.3" gem "ancestry", "~> 4.2.0" gem "audited", "~> 5.0.2" @@ -25,9 +25,9 @@ gem "foundation-rails", "~> 6.6.2.0" gem "foundation_rails_helper", "~> 4.0.1" gem "globalize", "~> 6.2.1" gem "globalize-accessors", "~> 0.3.0" -gem "graphiql-rails", "~> 1.8.0" +gem "graphiql-rails", "~> 1.10.0" gem "graphql", "~> 1.12.14" -gem "groupdate", "~> 6.1.0" +gem "groupdate", "~> 6.6.0" gem "image_processing", "~> 1.12.2" gem "initialjs-rails", "~> 0.2.0.9" gem "invisible_captcha", "~> 2.0.0"