Merge pull request #9982 from colinux/hotfix-graphql

Tech: rollback graphql to 2.2 => 2.0
This commit is contained in:
Colin Darie 2024-02-12 12:35:08 +01:00 committed by GitHub
commit c148f5a389
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

View file

@ -38,8 +38,8 @@ gem 'fugit'
gem 'geocoder'
gem 'geo_coord', require: "geo/coord"
gem 'gon'
gem 'graphql'
gem 'graphql-batch'
gem 'graphql', '2.0.24'
gem 'graphql-batch', '0.5.1'
gem 'graphql-rails_logger'
gem 'groupdate'
gem 'haml-rails'

View file

@ -274,9 +274,9 @@ GEM
i18n (>= 0.7)
multi_json
request_store (>= 1.0)
graphql (2.2.7)
graphql-batch (0.5.3)
graphql (>= 1.12.18, < 3)
graphql (2.0.24)
graphql-batch (0.5.1)
graphql (>= 1.10, < 3)
promise.rb (~> 0.7.2)
graphql-rails_logger (1.2.4)
actionpack (> 5.0)
@ -855,8 +855,8 @@ DEPENDENCIES
geo_coord
geocoder
gon
graphql
graphql-batch
graphql (= 2.0.24)
graphql-batch (= 0.5.1)
graphql-rails_logger
graphql-schema_comparator
groupdate