diff --git a/Gemfile b/Gemfile index 63d5b910..4f30ae6f 100644 --- a/Gemfile +++ b/Gemfile @@ -19,7 +19,7 @@ gem 'lograge', '~> 0.14.0' # API gem 'active_model_serializers', '~> 0.10.14' -gem 'graphql', '~> 2.3.16' +gem 'graphql', '~> 2.3.17' gem 'health_check', '~> 3.1.0' gem 'tiny_appstore_connect', '~> 0.1.12' diff --git a/Gemfile.lock b/Gemfile.lock index 66e6e819..454c437d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -218,7 +218,7 @@ GEM rake (>= 13) graphiql-rails (1.10.1) railties - graphql (2.3.16) + graphql (2.3.17) base64 fiber-storage hashie (5.0.0) @@ -656,7 +656,7 @@ DEPENDENCIES gitlab_omniauth-ldap (~> 2.2.0) good_job (~> 4.3.0) graphiql-rails - graphql (~> 2.3.16) + graphql (~> 2.3.17) health_check (~> 3.1.0) jb (~> 0.8.2) jsbundling-rails (~> 1.3)