diff --git a/Gemfile b/Gemfile index 2907d88e8..ca2b26a69 100644 --- a/Gemfile +++ b/Gemfile @@ -18,7 +18,7 @@ gem 'lograge', '~> 0.14.0' # API gem 'active_model_serializers', '~> 0.10.14' -gem 'graphql', '~> 2.1.3' +gem 'graphql', '~> 2.1.4' gem 'rack-cors', '~> 2.0.1' gem 'health_check', '~> 3.1.0' gem 'tiny_appstore_connect', '~> 0.1.12' diff --git a/Gemfile.lock b/Gemfile.lock index bad9cb4a6..33c8a2fef 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -185,7 +185,7 @@ GEM graphiql-rails (1.9.0) railties sprockets-rails - graphql (2.1.3) + graphql (2.1.4) racc (~> 1.4) hashie (5.0.0) health_check (3.1.0) @@ -589,7 +589,7 @@ DEPENDENCIES friendly_id (~> 5.5.0) gitlab_omniauth-ldap (~> 2.2.0) graphiql-rails - graphql (~> 2.1.3) + graphql (~> 2.1.4) health_check (~> 3.1.0) improved_jenkins_client (~> 1.6.7) jb (~> 0.8.1)