File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ group :development do
66 gem "minitest" , "5.25.4"
77
88 gem "rake-compiler" , "1.2.9"
9- gem "rake-compiler-dock" , "1.8.0 "
9+ gem "rake-compiler-dock" , "1.9.1 "
1010
1111 gem "ruby_memcheck" , "3.0.1" if Gem ::Platform . local . os == "linux"
1212
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ require "rake/extensiontask"
66require "rake_compiler_dock"
77require "yaml"
88
9- cross_rubies = [ "3.4.1" , "3.3.5" , "3.2.6" , "3.1.6" ]
109cross_platforms = [
1110 "aarch64-linux-gnu" ,
1211 "aarch64-linux-musl" ,
@@ -20,7 +19,7 @@ cross_platforms = [
2019 "x86_64-darwin" ,
2120 "x64-mingw-ucrt"
2221]
23- ENV [ "RUBY_CC_VERSION" ] = cross_rubies . join ( ": ")
22+ RakeCompilerDock . set_ruby_cc_version ( "~> 3.1 ")
2423
2524Gem ::PackageTask . new ( SQLITE3_SPEC ) . define # packaged_tarball version of the gem for platform=ruby
2625task "package" => cross_platforms . map { |p | "gem:#{ p } " } # "package" task for all the native platforms
You can’t perform that action at this time.
0 commit comments