From 2dcb7116a12dc8b5565c46e6c17c2b7a96064915 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Aug 2021 13:29:42 +0000 Subject: [PATCH] Bump graphql from 1.11.5 to 1.12.14 Bumps [graphql](https://github.com/rmosolgo/graphql-ruby) from 1.11.5 to 1.12.14. - [Release notes](https://github.com/rmosolgo/graphql-ruby/releases) - [Changelog](https://github.com/rmosolgo/graphql-ruby/blob/master/CHANGELOG.md) - [Commits](https://github.com/rmosolgo/graphql-ruby/compare/v1.11.5...v1.12.14) --- updated-dependencies: - dependency-name: graphql dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 663e5bebd..7aa670bfe 100644 --- a/Gemfile +++ b/Gemfile @@ -26,7 +26,7 @@ gem "foundation_rails_helper", "~> 4.0.0" gem "globalize", "~> 6.0.1" gem "globalize-accessors", "~> 0.3.0" gem "graphiql-rails", "~> 1.7.0" -gem "graphql", "~> 1.11.5" +gem "graphql", "~> 1.12.14" gem "groupdate", "~> 5.2.2" gem "initialjs-rails", "~> 0.2.0.9" gem "invisible_captcha", "~> 2.0.0" diff --git a/Gemfile.lock b/Gemfile.lock index 952a695ca..44608ab05 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -287,7 +287,7 @@ GEM graphiql-rails (1.7.0) railties sprockets-rails - graphql (1.11.5) + graphql (1.12.14) groupdate (5.2.2) activesupport (>= 5) gyoku (1.3.1) @@ -725,7 +725,7 @@ DEPENDENCIES globalize (~> 6.0.1) globalize-accessors (~> 0.3.0) graphiql-rails (~> 1.7.0) - graphql (~> 1.11.5) + graphql (~> 1.12.14) groupdate (~> 5.2.2) i18n-tasks (~> 0.9.34) initialjs-rails (~> 0.2.0.9)