We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b93a4e2 commit 66bed3dCopy full SHA for 66bed3d
.github/workflows/build-gems.yml
@@ -56,7 +56,8 @@ jobs:
56
fi
57
58
# Ruby 4.0 cross-compilation support requires newer rb-sys/rake-compiler-dock.
59
- min_version="0.9.126"
+ # 0.9.124 has published docker images across all target platforms.
60
+ min_version="0.9.124"
61
if [ "$(printf '%s\n' "$version" "$min_version" | sort -V | tail -n1)" != "$version" ]; then
62
version="$min_version"
63
Gemfile
@@ -7,7 +7,7 @@ gemspec
7
group :development do
8
gem "rake"
9
gem "rake-compiler"
10
- gem "rb_sys", "0.9.108"
+ gem "rb_sys", "0.9.124"
11
gem "rdoc", "~> 7.0"
12
end
13
0 commit comments