Installed needed gems for GraphQL
This commit is contained in:
3
Gemfile
3
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'
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user