Add graphql gems

This commit is contained in:
Paul Chavard 2018-11-19 20:54:29 +01:00
parent 9c4ea40d73
commit 7f09d0e430
2 changed files with 28 additions and 0 deletions

View file

@ -32,6 +32,10 @@ gem 'flipper-ui'
gem 'fog-openstack'
gem 'font-awesome-rails'
gem 'gon'
gem 'graphiql-rails'
gem 'graphql'
gem 'graphql-batch'
gem 'graphql-rails_logger'
gem 'groupdate'
gem 'haml-rails'
gem 'hashie'
@ -105,6 +109,7 @@ end
group :development, :test do
gem 'byebug' # Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'graphql-schema_comparator'
gem 'mina', git: 'https://github.com/mina-deploy/mina.git', require: false # Deploy
gem 'pry-byebug'
gem 'rspec-rails'

View file

@ -250,6 +250,22 @@ GEM
actionpack (>= 3.0)
multi_json
request_store (>= 1.0)
graphiql-rails (1.7.0)
railties
sprockets-rails
graphql (1.9.10)
graphql-batch (0.4.1)
graphql (>= 1.3, < 2)
promise.rb (~> 0.7.2)
graphql-rails_logger (1.2.0)
actionpack (~> 5.0)
activesupport (~> 5.0)
railties (~> 5.0)
rouge (~> 3.0)
graphql-schema_comparator (0.6.1)
bundler (>= 1.14)
graphql (~> 1.6)
thor (>= 0.19, < 2.0)
groupdate (4.1.1)
activesupport (>= 4.2)
guard (2.15.0)
@ -430,6 +446,7 @@ GEM
premailer-rails (1.10.2)
actionmailer (>= 3, < 6)
premailer (~> 1.7, >= 1.7.9)
promise.rb (0.7.4)
pry (0.12.2)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
@ -517,6 +534,7 @@ GEM
activesupport (>= 3.0)
builder (>= 3.0)
rubyzip (>= 1.0)
rouge (3.9.0)
rspec (3.8.0)
rspec-core (~> 3.8.0)
rspec-expectations (~> 3.8.0)
@ -737,6 +755,11 @@ DEPENDENCIES
fog-openstack
font-awesome-rails
gon
graphiql-rails
graphql
graphql-batch
graphql-rails_logger
graphql-schema_comparator
groupdate
guard
guard-livereload