Skip to content

Commit

Permalink
dep: update rake-compiler-dock to v1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Jan 20, 2025
1 parent 30a5870 commit 226f201
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion precompiled/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ gemspec
gem "rake", "~> 13.0"

gem "rake-compiler"
gem "rake-compiler-dock", "1.8.0"
gem "rake-compiler-dock", "1.9.1"

gem "minitest", "~> 5.0"
3 changes: 1 addition & 2 deletions precompiled/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ require "rake/testtask"
require "rake/extensiontask"
require "rake_compiler_dock"

cross_rubies = ["3.4.1", "3.3.5", "3.2.6", "3.1.6"]
cross_platforms = [
"aarch64-linux-gnu",
"aarch64-linux-musl",
Expand All @@ -20,7 +19,7 @@ cross_platforms = [
"x86_64-darwin",
"x64-mingw-ucrt",
]
ENV["RUBY_CC_VERSION"] = cross_rubies.join(":")
RakeCompilerDock.set_ruby_cc_version("~> 3.1")

rcee_precompiled_spec = Bundler.load_gemspec("rcee_precompiled.gemspec")
Gem::PackageTask.new(rcee_precompiled_spec).define #packaged_tarball version of the gem for platform=ruby
Expand Down

0 comments on commit 226f201

Please sign in to comment.