Skip to content

Commit

Permalink
Use shorthand to specify native Ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mudge committed Jan 21, 2025
1 parent 95da0d4 commit 876fc8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ cross_platforms = %w[
x86_64-linux-musl
].freeze

ENV['RUBY_CC_VERSION'] = RakeCompilerDock.ruby_cc_version("3.4", "3.3", "3.2", "3.1", "3.0", "2.7", "2.6")
RakeCompilerDock.set_ruby_cc_version("~> 2.6", "~> 3.0")

Gem::PackageTask.new(re2_gemspec).define

Expand Down

0 comments on commit 876fc8a

Please sign in to comment.