Skip to content

Commit 2a4920e

Browse files
dblockclaude
andcommitted
Remove deprecated --path flag from bundle install.
The --path flag has been removed in newer Bundler versions. The ruby/setup-ruby action handles bundler caching automatically. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent a9108a6 commit 2a4920e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: ruby/setup-ruby@v1
2222
with:
2323
ruby-version: ${{ matrix.entry.ruby }}
24-
- run: bundle install --jobs=3 --retry=3 --path=vendor/bundle
24+
- run: bundle install --jobs=3 --retry=3
2525
- run: bundle exec rake spec
2626
continue-on-error: ${{ matrix.entry.allowed-failure }}
2727
- name: Specs for when the i18n gem is not available

0 commit comments

Comments
 (0)