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