From 47c90fcc3576f97c6221f3fe97f4ed032ec60f81 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" Date: Fri, 5 Jan 2018 11:10:58 +0000 Subject: [PATCH] Upgrade graphql to version 1.7.7 --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index fd6bcf523..050a490fc 100644 --- a/Gemfile +++ b/Gemfile @@ -20,7 +20,7 @@ gem 'devise_security_extension', '~> 0.10.0' gem 'foundation-rails', '~> 6.2.4.0' gem 'foundation_rails_helper', '~> 2.0.0' gem 'graphiql-rails', '~> 1.4.1' -gem 'graphql', '~> 1.6.3' +gem 'graphql', '~> 1.7.7' gem 'groupdate', '~> 3.2.0' gem 'initialjs-rails', '~> 0.2.0.5' gem 'invisible_captcha', '~> 0.9.2' diff --git a/Gemfile.lock b/Gemfile.lock index 25243f3b5..e9b199476 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -177,7 +177,7 @@ GEM activesupport (>= 4.2.0) graphiql-rails (1.4.8) rails - graphql (1.6.4) + graphql (1.7.7) groupdate (3.2.0) activesupport (>= 3) gyoku (1.3.1) @@ -520,7 +520,7 @@ DEPENDENCIES foundation-rails (~> 6.2.4.0) foundation_rails_helper (~> 2.0.0) graphiql-rails (~> 1.4.1) - graphql (~> 1.6.3) + graphql (~> 1.7.7) groupdate (~> 3.2.0) i18n-tasks (~> 0.9.15) initialjs-rails (~> 0.2.0.5)