From df5caea56f18da6e6f7b698933b562aadfff74c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alberto=20Miedes=20Garc=C3=A9s?= Date: Wed, 28 Sep 2016 12:45:34 +0200 Subject: [PATCH] Installed needed gems for GraphQL --- Gemfile | 3 +++ Gemfile.lock | 7 ++++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 83a3bddbd..cf753556a 100644 --- a/Gemfile +++ b/Gemfile @@ -63,6 +63,9 @@ gem 'browser' gem 'turnout' gem 'redcarpet' +gem 'graphql' +gem 'graphiql-rails' + group :development, :test do # Call 'byebug' anywhere in the code to stop execution and get a debugger console gem 'byebug' diff --git a/Gemfile.lock b/Gemfile.lock index bf37a7091..71a7ce2eb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -176,6 +176,9 @@ GEM geocoder (1.3.7) globalid (0.3.7) activesupport (>= 4.1.0) + graphiql-rails (1.3.0) + rails + graphql (0.18.11) groupdate (3.0.1) activesupport (>= 3) gyoku (1.3.1) @@ -466,6 +469,8 @@ DEPENDENCIES foundation-rails foundation_rails_helper fuubar + graphiql-rails + graphql groupdate i18n-tasks initialjs-rails (= 0.2.0.4) @@ -506,4 +511,4 @@ DEPENDENCIES whenever BUNDLED WITH - 1.12.5 + 1.13.1