Skip to content

Remove redundant bundle update from CI - #67

Merged
nertzy merged 1 commit into
masterfrom
remove-redundant-bundle-update
Aug 10, 2026
Merged

Remove redundant bundle update from CI#67
nertzy merged 1 commit into
masterfrom
remove-redundant-bundle-update

Conversation

@nertzy

@nertzy nertzy commented Aug 10, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Remove the explicit bundle update --all step from CI.
  • Rely on ruby/setup-ruby with bundler-cache: true, which already generates a lockfile with the newest compatible gems and runs bundle install.

Test plan

  • Parse .github/workflows/ci.yml as YAML.
  • Run the no-lockfile bundle lock and bundle install path with Ruby 4, Bundler 4, and Active Record 8.1.
  • Run the RSpec and Minitest suites: 133 examples and 10 runs, 0 failures.

@nertzy
nertzy merged commit 45c6209 into master Aug 10, 2026
10 checks passed
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