diff --git a/Gemfile b/Gemfile index 1b469ec2e..0cc0a43f1 100644 --- a/Gemfile +++ b/Gemfile @@ -59,7 +59,7 @@ gem "rack-utf8_sanitizer", "~> 1.6" gem "turnout", "~> 2.5" gem "audited", "~> 4.8" gem "git", "~> 1.5" -gem 'graphql', '~> 1.10', '>= 1.10.8' +gem 'graphql', '1.11.4' gem "graphql-errors", "~> 0.4.0" gem "graphql-batch", "~> 0.4.1" gem "batch-loader", "~> 1.4", ">= 1.4.1" diff --git a/Gemfile.lock b/Gemfile.lock index 7e9c902aa..eda840abc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -250,7 +250,7 @@ GEM globalid (0.4.2) activesupport (>= 4.2.0) google-protobuf (3.10.0.rc.1) - graphql (1.11.5) + graphql (1.11.4) graphql-batch (0.4.3) graphql (>= 1.3, < 2) promise.rb (~> 0.7.2) @@ -639,7 +639,7 @@ DEPENDENCIES gender_detector (~> 0.1.2) git (~> 1.5) google-protobuf (= 3.10.0.rc.1) - graphql (~> 1.10, >= 1.10.8) + graphql (= 1.11.4) graphql-batch (~> 0.4.1) graphql-cache (~> 0.6.0) graphql-errors (~> 0.4.0)