Skip to content

Commit

Permalink
Pin graphql gem to less than 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jvendetti committed Nov 14, 2023
1 parent ab3e164 commit 23e681e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ gem 'select2-rails'
gem 'cube-ruby', require: 'cube'
gem 'dalli'
gem 'flamegraph'
# Version 2.1 breaks graphql-client. See: https://github.com/github/graphql-client/issues/310.
gem 'graphql', '~> 2.0.27'
gem 'graphql-client'
gem 'haml', '~> 5.1'
gem 'i18n'
Expand Down
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ GEM
flamegraph (0.9.5)
globalid (1.2.1)
activesupport (>= 6.1)
graphql (2.1.0)
graphql (2.0.27)
graphql-client (0.18.0)
activesupport (>= 3.0)
graphql
Expand Down Expand Up @@ -401,6 +401,7 @@ DEPENDENCIES
dalli
ed25519 (>= 1.2, < 2.0)
flamegraph
graphql (~> 2.0.27)
graphql-client
haml (~> 5.1)
html2haml
Expand Down

0 comments on commit 23e681e

Please sign in to comment.