Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: Specify Bundler version #547

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

CI: Specify Bundler version #547

wants to merge 2 commits into from

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
@@ -49,6 +57,8 @@ jobs:
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