diff --git a/sentry-ruby/Gemfile b/sentry-ruby/Gemfile index a5e4967b9..c6e1db011 100644 --- a/sentry-ruby/Gemfile +++ b/sentry-ruby/Gemfile @@ -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"