Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/gem-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
uses: ruby/setup-ruby@a0102e0972be65f351c307e2d64b9314a57c8073 # v1.324.0
with:
ruby-version: 2.6.10
# This job only runs `gem build` / `gem push`, so it doesn't need Bundler.
# Without this, setup-ruby installs the Gemfile.lock BUNDLED WITH version
# (2.7.1, which needs Ruby >= 3.2), and that fails on Ruby 2.6.
bundler: none

- uses: rubygems/configure-rubygems-credentials@762a4b77c3300434bb57c7ce80b20e36231927aa # v2.0.0
- name: Build and push gem
Expand Down
Loading