Installed needed gems for GraphQL

This commit is contained in:
Alberto Miedes Garcés
2016-09-28 12:45:34 +02:00
parent 03dca699ac
commit df5caea56f
2 changed files with 9 additions and 1 deletions

View File

@@ -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'

View File

@@ -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