Skip to content

Commit

Permalink
Merge pull request #3174 from DataDog/tonycthsu/temp-disable-graphql-…
Browse files Browse the repository at this point in the history
…in-3.3

Address graphql test failure in 3.3 preview
  • Loading branch information
TonyCTHsu authored Sep 29, 2023
2 parents b5e3924 + 2a34c29 commit 1ef3cf5
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions appraisal/ruby-3.3.0.rb
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@
gem 'sneakers', '>= 2.12.0'
gem 'sucker_punch'
gem 'que', '>= 1.0.0'

gem 'racc' # Remove this once graphql resolves issue for ruby 3.3 preview. https://github.com/rmosolgo/graphql-ruby/issues/4650
end

[3, 4, 5].each do |n|
Expand Down Expand Up @@ -143,6 +145,8 @@
gem 'graphql', '~> 1.12.0', '< 2.0' # TODO: Support graphql 1.13.x
gem 'presto-client', '>= 0.5.14' # Renamed to trino-client in >= 1.0
gem 'qless', '0.12.0'

gem 'racc' # Remove this once graphql resolves issue for ruby 3.3 preview. https://github.com/rmosolgo/graphql-ruby/issues/4650
end

appraise 'core-old' do
Expand Down
1 change: 1 addition & 0 deletions gemfiles/ruby_3.3.0_contrib.gemfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions gemfiles/ruby_3.3.0_contrib.gemfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions gemfiles/ruby_3.3.0_contrib_old.gemfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions gemfiles/ruby_3.3.0_contrib_old.gemfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1ef3cf5

Please sign in to comment.