Skip to content

Commit a97af39

Browse files
authored
Merge pull request #610 from sparklemotion/flavorjones-dep-rcd-191
dep: update rake-compiler-dock to v1.9.1
2 parents 63e385a + 937892f commit a97af39

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

rakelib/native.rake

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ require "rake/extensiontask"
66
require "rake_compiler_dock"
77
require "yaml"
88

9-
cross_rubies = ["3.4.1", "3.3.5", "3.2.6", "3.1.6"]
109
cross_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

2524
Gem::PackageTask.new(SQLITE3_SPEC).define # packaged_tarball version of the gem for platform=ruby
2625
task "package" => cross_platforms.map { |p| "gem:#{p}" } # "package" task for all the native platforms

0 commit comments

Comments
 (0)