Merge branch 'api-dev-PRs' of https://github.com/amiedes/consul into amiedes-api-dev-PRs-2

This commit is contained in:
kikito
2017-06-13 12:07:28 +02:00
35 changed files with 1566 additions and 16 deletions

View File

@@ -71,6 +71,8 @@ gem 'rails-assets-markdown-it', source: 'https://rails-assets.org'
gem 'cocoon'
gem 'graphql', '~> 1.5.12'
group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'byebug'
@@ -106,6 +108,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', '~> 1.4.1'
end
eval_gemfile './Gemfile_custom'