From 41f1243379ca81ae4879c232377bd2eb72e45cbf Mon Sep 17 00:00:00 2001 From: taitus Date: Thu, 17 Oct 2024 10:43:17 +0200 Subject: [PATCH] Bump graphql from 1.13.22 to 2.0.31 --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 0377e2959..6dbaa502d 100644 --- a/Gemfile +++ b/Gemfile @@ -27,7 +27,7 @@ gem "foundation_rails_helper", "~> 4.0.1" gem "globalize", "~> 6.3.0" gem "globalize-accessors", "~> 0.3.0" gem "graphiql-rails", "~> 1.8.0" -gem "graphql", "~> 1.13.22" +gem "graphql", "~> 2.0.0" gem "groupdate", "~> 6.5.1" gem "image_processing", "~> 1.13.0" gem "invisible_captcha", "~> 2.3.0" diff --git a/Gemfile.lock b/Gemfile.lock index 561942e7a..cad32dd01 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -255,7 +255,7 @@ GEM graphiql-rails (1.8.0) railties sprockets-rails - graphql (1.13.22) + graphql (2.0.31) base64 groupdate (6.5.1) activesupport (>= 7) @@ -737,7 +737,7 @@ DEPENDENCIES globalize (~> 6.3.0) globalize-accessors (~> 0.3.0) graphiql-rails (~> 1.8.0) - graphql (~> 1.13.22) + graphql (~> 2.0.0) groupdate (~> 6.5.1) i18n-tasks (~> 0.9.37) image_processing (~> 1.13.0)