Skip to content

Commit 66bed3d

Browse files
ci: bump rb_sys floor to 0.9.124 for Ruby 4 platform gems
1 parent b93a4e2 commit 66bed3d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build-gems.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ jobs:
5656
fi
5757
5858
# Ruby 4.0 cross-compilation support requires newer rb-sys/rake-compiler-dock.
59-
min_version="0.9.126"
59+
# 0.9.124 has published docker images across all target platforms.
60+
min_version="0.9.124"
6061
if [ "$(printf '%s\n' "$version" "$min_version" | sort -V | tail -n1)" != "$version" ]; then
6162
version="$min_version"
6263
fi

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ gemspec
77
group :development do
88
gem "rake"
99
gem "rake-compiler"
10-
gem "rb_sys", "0.9.108"
10+
gem "rb_sys", "0.9.124"
1111
gem "rdoc", "~> 7.0"
1212
end
1313

0 commit comments

Comments
 (0)