Skip to content

Commit abeb7a4

Browse files
ursmclaude
andcommitted
Fix CI: allow Gemfile.lock update for Rails version matrix
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent f74a212 commit abeb7a4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,7 @@ jobs:
2626
with:
2727
ruby-version: ${{ matrix.ruby }}
2828
bundler-cache: true
29+
env:
30+
BUNDLE_GEMFILE: ${{ github.workspace }}/Gemfile
31+
BUNDLE_FROZEN: 'false'
2932
- run: bundle exec rake test

0 commit comments

Comments
 (0)