Skip to content

Commit

Permalink
Merge pull request #604 from sparklemotion/flavorjones-dep-rcd-180
Browse files Browse the repository at this point in the history
dep: update rake-compiler-dock to v1.8.0
  • Loading branch information
flavorjones authored Jan 6, 2025
2 parents 9a953ff + a5f8b71 commit fdac926
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ group :development do
gem "minitest", "5.25.4"

gem "rake-compiler", "1.2.9"
gem "rake-compiler-dock", "1.7.0"
gem "rake-compiler-dock", "1.8.0"

gem "ruby_memcheck", "3.0.0" if Gem::Platform.local.os == "linux"

Expand Down
2 changes: 1 addition & 1 deletion rakelib/native.rake
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require "rake/extensiontask"
require "rake_compiler_dock"
require "yaml"

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 fdac926

Please sign in to comment.