diff --git a/Gemfile b/Gemfile index ff1d5ce6..b6b33c87 100644 --- a/Gemfile +++ b/Gemfile @@ -52,7 +52,7 @@ gem 'chewy', '~> 5.0.0' gem 'factory_bot_rails', '~> 4.10.0' # Needed for the seeds gem 'faker', '~> 1.9.3' # Needed for the seeds gem 'filelock', '~> 1.1.1' -gem 'graphql', '~> 1.7.14' +gem 'graphql', '~> 1.9.20' gem 'graphql-batch', '~> 0.4.0' gem 'graphql-pundit', '~> 0.7.1' gem 'jwt', '~> 2.1.0' diff --git a/Gemfile.lock b/Gemfile.lock index 8070e4b7..515f23dc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -199,7 +199,7 @@ GEM graphiql-rails (1.7.0) railties sprockets-rails - graphql (1.7.14) + graphql (1.9.20) graphql-batch (0.4.0) graphql (>= 1.3, < 2) promise.rb (~> 0.7.2) @@ -432,7 +432,7 @@ DEPENDENCIES filelock (~> 1.1.1) fuubar (~> 2.3.2) graphiql-rails - graphql (~> 1.7.14) + graphql (~> 1.9.20) graphql-batch (~> 0.4.0) graphql-pundit (~> 0.7.1) index!