Installed needed gems for GraphQL
This commit is contained in:
3
Gemfile
3
Gemfile
@@ -63,6 +63,9 @@ gem 'browser'
|
|||||||
gem 'turnout'
|
gem 'turnout'
|
||||||
gem 'redcarpet'
|
gem 'redcarpet'
|
||||||
|
|
||||||
|
gem 'graphql'
|
||||||
|
gem 'graphiql-rails'
|
||||||
|
|
||||||
group :development, :test do
|
group :development, :test do
|
||||||
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
|
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
|
||||||
gem 'byebug'
|
gem 'byebug'
|
||||||
|
|||||||
@@ -176,6 +176,9 @@ GEM
|
|||||||
geocoder (1.3.7)
|
geocoder (1.3.7)
|
||||||
globalid (0.3.7)
|
globalid (0.3.7)
|
||||||
activesupport (>= 4.1.0)
|
activesupport (>= 4.1.0)
|
||||||
|
graphiql-rails (1.3.0)
|
||||||
|
rails
|
||||||
|
graphql (0.18.11)
|
||||||
groupdate (3.0.1)
|
groupdate (3.0.1)
|
||||||
activesupport (>= 3)
|
activesupport (>= 3)
|
||||||
gyoku (1.3.1)
|
gyoku (1.3.1)
|
||||||
@@ -466,6 +469,8 @@ DEPENDENCIES
|
|||||||
foundation-rails
|
foundation-rails
|
||||||
foundation_rails_helper
|
foundation_rails_helper
|
||||||
fuubar
|
fuubar
|
||||||
|
graphiql-rails
|
||||||
|
graphql
|
||||||
groupdate
|
groupdate
|
||||||
i18n-tasks
|
i18n-tasks
|
||||||
initialjs-rails (= 0.2.0.4)
|
initialjs-rails (= 0.2.0.4)
|
||||||
@@ -506,4 +511,4 @@ DEPENDENCIES
|
|||||||
whenever
|
whenever
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
1.12.5
|
1.13.1
|
||||||
|
|||||||
Reference in New Issue
Block a user