diff --git a/Rakefile b/Rakefile index f8200e5aedf..456d7d3cbe8 100644 --- a/Rakefile +++ b/Rakefile @@ -21,7 +21,8 @@ namespace :spec do ' spec/**/{auto_instrument,opentelemetry}_spec.rb' t.rspec_opts = args.to_a.join(' ') end - if RUBY_ENGINE == 'ruby' && OS.linux? && Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('2.3.0') + if RUBY_ENGINE == 'ruby' && OS.linux? && Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('2.3.0') \ + && Gem::Version.new(RUBY_VERSION) < Gem::Version.new('3.3.0') # "bundle exec rake compile" currently only works on MRI Ruby on Linux Rake::Task[:main].enhance([:clean]) Rake::Task[:main].enhance([:compile])