Remove graphql-docs development test dep

This commit is contained in:
Sruthi Chandran 2019-10-03 13:58:00 +05:30
parent d67625bbc7
commit 7376ad73dc

View file

@ -2,7 +2,15 @@ Bundler will fail when it can't find these locally
--- a/Gemfile
+++ b/Gemfile
@@ -289,7 +289,6 @@
@@ -84,7 +84,6 @@
gem 'graphql', '~> 1.8'
gem 'graphiql-rails', '~> 1.4', '>= 1.4.10'
gem 'apollo_upload_server', '>= 2.0.0.beta3'
-gem 'graphql-docs', '~> 1.6.0', group: [:development, :test]
# Disable strong_params so that Mash does not respond to :permitted?
gem 'hashie-forbidden_attributes'
@@ -289,7 +288,6 @@
gem 'rails-i18n', '~> 5.1'
gem 'gettext_i18n_rails', '~> 1.8'
gem 'gettext_i18n_rails_js', '~> 1.3'
@ -10,7 +18,7 @@ Bundler will fail when it can't find these locally
gem 'batch-loader', '~> 1.4'
@@ -314,21 +313,6 @@
@@ -314,21 +312,6 @@
gem 'raindrops', '~> 0.18'
end