Skip to content

Commit

Permalink
dep(precompiled): update rake-compiler-dock to v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Jan 6, 2025
1 parent b7201b0 commit e880b93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.7.0"
gem "rake-compiler-dock", "1.8.0"

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

cross_rubies = ["3.4.0", "3.3.5", "3.2.0", "3.1.0"]
cross_rubies = ["3.4.1", "3.3.5", "3.2.6", "3.1.6"]
cross_platforms = [
"aarch64-linux-gnu",
"aarch64-linux-musl",
Expand Down

0 comments on commit e880b93

Please sign in to comment.