Merge branch 'api-dev-PRs' of https://github.com/amiedes/consul into amiedes-api-dev-PRs-2
This commit is contained in:
3
Gemfile
3
Gemfile
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user