From aa29905e3191ad229adb2d623882b8a31c703b49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juanjo=20Baza=CC=81n?= Date: Wed, 14 Jun 2017 10:44:33 +0200 Subject: [PATCH] updates graphql --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index f3355313c..b737e0080 100644 --- a/Gemfile +++ b/Gemfile @@ -71,7 +71,7 @@ gem 'rails-assets-markdown-it', source: 'https://rails-assets.org' gem 'cocoon' -gem 'graphql', '~> 1.5.12' +gem 'graphql', '~> 1.6.3' group :development, :test do # Call 'byebug' anywhere in the code to stop execution and get a debugger console diff --git a/Gemfile.lock b/Gemfile.lock index fdfe79413..9a37210bc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -178,7 +178,7 @@ GEM activesupport (>= 4.1.0) graphiql-rails (1.4.1) rails - graphql (1.5.12) + graphql (1.6.3) groupdate (3.2.0) gyoku (1.3.1) builder (>= 2.1.2) @@ -507,7 +507,7 @@ DEPENDENCIES foundation_rails_helper (~> 2.0.0) fuubar graphiql-rails (~> 1.4.1) - graphql (~> 1.5.12) + graphql (~> 1.6.3) groupdate (~> 3.2.0) i18n-tasks (~> 0.9.15) initialjs-rails (= 0.2.0.4)