Skip to content

Commit 089359e

Browse files
ci: publish Ruby 4.0 platform gems
Enable Ruby 4.0 in build-gems workflow and align rb-sys/rb-sys-build to 0.9.124 so cross-gem builds can produce Ruby 4.0 platform gems consistently.
1 parent 082a605 commit 089359e

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/build-gems.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
supported-ruby-platforms: |
2828
exclude: [arm-linux, x64-mingw32, aarch64-mingw-ucrt]
2929
stable-ruby-versions: |
30-
exclude: [head, "4.0"]
30+
exclude: [head]
3131
3232
cross-gem:
3333
name: Compile native gem for ${{ matrix.ruby-platform }}
@@ -64,7 +64,7 @@ jobs:
6464
RB_SYS_VERSION: ${{ steps.rb-sys.outputs.version }}
6565
run: |
6666
gem install rb_sys -v "$RB_SYS_VERSION"
67-
rb-sys-dock --platform "$PLATFORM" --directory . --ruby-versions "$RUBY_VERSIONS" --tag "$RB_SYS_VERSION" --build
67+
rb-sys-dock --platform "$PLATFORM" --directory . --ruby-versions "$RUBY_VERSIONS" --build
6868
6969
gem_path="$(find ./pkg -name "*-${PLATFORM}.gem" | head -n1)"
7070
if [ -z "$gem_path" ]; then

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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)