Skip to content

Enable bundler cache in GitHub Actions#450

Merged
sinsoku merged 1 commit intoruby:masterfrom
sinsoku:ci-enable-bundler-cache
May 5, 2026
Merged

Enable bundler cache in GitHub Actions#450
sinsoku merged 1 commit intoruby:masterfrom
sinsoku:ci-enable-bundler-cache

Conversation

@sinsoku
Copy link
Copy Markdown
Collaborator

@sinsoku sinsoku commented May 5, 2026

Use ruby/setup-ruby's bundler-cache option to cache installed gems
keyed by Gemfile.lock, reducing CI time spent on bundle install.

The option runs bundle install automatically, so the explicit
Bundle install step was removed.

Use ruby/setup-ruby's bundler-cache option to cache installed gems
keyed by Gemfile.lock, reducing CI time spent on bundle install.

The option runs bundle install automatically, so the explicit
Bundle install step was removed.
@sinsoku sinsoku marked this pull request as ready for review May 5, 2026 15:17
@sinsoku sinsoku merged commit 1d0cf7f into ruby:master May 5, 2026
12 checks passed
@sinsoku sinsoku deleted the ci-enable-bundler-cache branch May 5, 2026 15:35
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.

1 participant