Skip to content

Commit

Permalink
Remove racc gem from 3.3 and 3.4 appraisal files
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahchen6 committed Jan 2, 2025
1 parent cf5120d commit 44d1b54
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions appraisal/ruby-3.3.rb
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,6 @@
gem 'dalli', '< 3.0.0'
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
2 changes: 0 additions & 2 deletions appraisal/ruby-3.4.rb
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,6 @@
gem 'dalli', '< 3.0.0'
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

0 comments on commit 44d1b54

Please sign in to comment.