Skip to content

ci: Use bundler-cache instead of manual Bundler install#201

Merged
tokengeek merged 3 commits into
masterfrom
ci_bundler_cache
May 12, 2026
Merged

ci: Use bundler-cache instead of manual Bundler install#201
tokengeek merged 3 commits into
masterfrom
ci_bundler_cache

Conversation

@tokengeek
Copy link
Copy Markdown
Contributor

Let ruby/setup-ruby manage Bundler and dependency installation. This avoids the manual Bundler install step and handles version differences more reliably.

tokengeek added 3 commits May 12, 2026 09:47
Let ruby/setup-ruby manage Bundler and dependency installation.
This avoids the manual Bundler install step and handles version
differences more reliably.
Prevents picking up of the Gemfile's v2.4.22 which is no longer compatible with
Ruby 4.
This inverts the dependency strategy and within the CI matrix allows everything
to use the latest except for Ruby 2.7 which is known to fail with later Bundler
versions.
@tokengeek tokengeek merged commit c28797a into master May 12, 2026
6 checks passed
@tokengeek tokengeek deleted the ci_bundler_cache branch May 12, 2026 11:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant