Skip to content

Conversation

@mamhoff
Copy link
Contributor

@mamhoff mamhoff commented Feb 15, 2025

Bundler latest has stopped working with older Rubies. We need to specify the Bundler version for the older Rubies to still build.

Also adds the concurrent-ruby limit to < 1.3.5 for Rails 6.1 and 7.0.

@mamhoff mamhoff force-pushed the fix-ci branch 4 times, most recently from 5660a56 to 569fe14 Compare February 15, 2025 10:30
Bundler `latest` has stopped working with older Rubies. We need to
specify the Bundler version for the older Rubies to still build.
@mamhoff mamhoff changed the title CI: Specify Rubygems version CI: Specify Bundler version Feb 15, 2025
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
cache-version: ${{ matrix.ruby }}-${{ matrix.ruby }}-${{ matrix.gemfile }}
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You probably wanted?

-${{ matrix.ruby }}-${{ matrix.ruby }}-${{ matrix.gemfile }}
+${{ matrix.ruby }}-${{ matrix.bundler }}-${{ matrix.gemfile }}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants