Skip to content

Commit

Permalink
Remove upper limit on graphql gem version (#2362)
Browse files Browse the repository at this point in the history
The original issue should be addressed in rmosolgo/graphql-ruby#5052
  • Loading branch information
st0012 authored Aug 6, 2024
1 parent ef1eeb3 commit e4571d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sentry-ruby/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ gem "puma"
gem "timecop"
gem "stackprof" unless RUBY_PLATFORM == "java"

gem "graphql", ">= 2.2.6", "< 2.3.11" if RUBY_VERSION.to_f >= 2.7
gem "graphql", ">= 2.2.6" if RUBY_VERSION.to_f >= 2.7

gem "benchmark-ips"
gem "benchmark_driver"
Expand Down

0 comments on commit e4571d9

Please sign in to comment.