Update GraphQL and GraphiQL gem

This commit is contained in:
Alberto Miedes Garcés
2017-05-11 22:29:21 +02:00
parent 5d9054d284
commit cad66ea85a
3 changed files with 16 additions and 10 deletions

View File

@@ -67,7 +67,7 @@ gem 'redcarpet', '~> 3.4.0'
gem 'paperclip'
gem 'graphql', '~> 1.3.0'
gem 'graphql', '~> 1.5.12'
group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
@@ -104,7 +104,7 @@ end
group :development do
# Access an IRB console on exception pages or by using <%= console %> in views
gem 'web-console', '3.3.0'
gem 'graphiql-rails'
gem 'graphiql-rails', '~> 1.4.1'
end
eval_gemfile './Gemfile_custom'