Skip to content

Commit

Permalink
revert to graphql 1.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Oct 13, 2020
1 parent 185c03e commit b181c27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit b181c27

Please sign in to comment.