diff --git a/appraisal/ruby-3.3.rb b/appraisal/ruby-3.3.rb index d361fcd68a7..c7fffc3b558 100644 --- a/appraisal/ruby-3.3.rb +++ b/appraisal/ruby-3.3.rb @@ -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 diff --git a/appraisal/ruby-3.4.rb b/appraisal/ruby-3.4.rb index e83945820bc..17a81807b66 100644 --- a/appraisal/ruby-3.4.rb +++ b/appraisal/ruby-3.4.rb @@ -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 diff --git a/gemfiles/ruby_3.3_contrib_old.gemfile b/gemfiles/ruby_3.3_contrib_old.gemfile index 69c05bfa60b..2caa7bfff9a 100644 --- a/gemfiles/ruby_3.3_contrib_old.gemfile +++ b/gemfiles/ruby_3.3_contrib_old.gemfile @@ -33,7 +33,6 @@ gem "webrick", ">= 1.7.0" gem "dalli", "< 3.0.0" gem "presto-client", ">= 0.5.14" gem "qless", "0.12.0" -gem "racc" group :check do diff --git a/gemfiles/ruby_3.3_contrib_old.gemfile.lock b/gemfiles/ruby_3.3_contrib_old.gemfile.lock index 7ca64ec33a0..2b8fcbe894f 100644 --- a/gemfiles/ruby_3.3_contrib_old.gemfile.lock +++ b/gemfiles/ruby_3.3_contrib_old.gemfile.lock @@ -97,7 +97,6 @@ GEM thin (~> 1.6) thor (~> 0.19.1) vegas (~> 0.1.11) - racc (1.7.1) rack (2.2.7) rack-protection (2.0.8.1) rack @@ -205,7 +204,6 @@ DEPENDENCIES pry pry-stack_explorer qless (= 0.12.0) - racc rake (>= 10.5) rake-compiler (~> 1.1, >= 1.1.1) rspec (~> 3.13) diff --git a/gemfiles/ruby_3.4_contrib_old.gemfile b/gemfiles/ruby_3.4_contrib_old.gemfile index 21050379892..e9ec700e6c5 100644 --- a/gemfiles/ruby_3.4_contrib_old.gemfile +++ b/gemfiles/ruby_3.4_contrib_old.gemfile @@ -37,7 +37,6 @@ gem "webrick", ">= 1.8.2" gem "dalli", "< 3.0.0" gem "presto-client", ">= 0.5.14" gem "qless", "0.12.0" -gem "racc" group :check do diff --git a/gemfiles/ruby_3.4_contrib_old.gemfile.lock b/gemfiles/ruby_3.4_contrib_old.gemfile.lock index 79aaafe972f..0f84dba9508 100644 --- a/gemfiles/ruby_3.4_contrib_old.gemfile.lock +++ b/gemfiles/ruby_3.4_contrib_old.gemfile.lock @@ -220,7 +220,6 @@ DEPENDENCIES pry pry-stack_explorer qless (= 0.12.0) - racc rake (>= 10.5) rake-compiler (~> 1.1, >= 1.1.1) rspec (~> 3.13)