We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c97efd commit 80631e7Copy full SHA for 80631e7
1 file changed
.github/workflows/ruby.yml
@@ -26,6 +26,9 @@ jobs:
26
DEBUG: "true"
27
steps:
28
- uses: actions/checkout@v3
29
+ - name: Remove bundler version pin for head Ruby
30
+ if: matrix.ruby == 'head'
31
+ run: sed -i '/^BUNDLED WITH/{N;d}' Gemfile.lock
32
- name: Set up Ruby ${{ matrix.ruby }}
33
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
34
# change this to (see https://github.com/ruby/setup-ruby#versioning):
0 commit comments