Skip to content

Commit fdac926

Browse files
authored
Merge pull request #604 from sparklemotion/flavorjones-dep-rcd-180
dep: update rake-compiler-dock to v1.8.0
2 parents 9a953ff + a5f8b71 commit fdac926

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.7.0"
9+
gem "rake-compiler-dock", "1.8.0"
1010

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

rakelib/native.rake

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

9-
cross_rubies = ["3.4.0", "3.3.5", "3.2.0", "3.1.0"]
9+
cross_rubies = ["3.4.1", "3.3.5", "3.2.6", "3.1.6"]
1010
cross_platforms = [
1111
"aarch64-linux-gnu",
1212
"aarch64-linux-musl",

0 commit comments

Comments
 (0)