From 996f28dfc7f1ab7dddbd57d1fff8e32c23b1e843 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 2 Oct 2020 10:50:37 +0000 Subject: [PATCH] Bump graphql from 1.7.8 to 1.11.5 Bumps [graphql](https://github.com/rmosolgo/graphql-ruby) from 1.7.8 to 1.11.5. - [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.7.8...v1.11.5) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index bcad34be6..ac239b08f 100644 --- a/Gemfile +++ b/Gemfile @@ -26,7 +26,7 @@ gem "foundation_rails_helper", "~> 3.0.0" gem "globalize", "~> 5.3.0" gem "globalize-accessors", "~> 0.2.1" gem "graphiql-rails", "~> 1.7.0" -gem "graphql", "~> 1.7.8" +gem "graphql", "~> 1.11.5" gem "groupdate", "~> 5.2.1" gem "initialjs-rails", "~> 0.2.0.9" gem "invisible_captcha", "~> 1.1.0" diff --git a/Gemfile.lock b/Gemfile.lock index 73d15ecbd..809c4feed 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -263,7 +263,7 @@ GEM graphiql-rails (1.7.0) railties sprockets-rails - graphql (1.7.8) + graphql (1.11.5) groupdate (5.2.1) activesupport (>= 5) gyoku (1.3.1) @@ -670,7 +670,7 @@ DEPENDENCIES globalize (~> 5.3.0) globalize-accessors (~> 0.2.1) graphiql-rails (~> 1.7.0) - graphql (~> 1.7.8) + graphql (~> 1.11.5) groupdate (~> 5.2.1) i18n-tasks (~> 0.9.31) initialjs-rails (~> 0.2.0.9)