Skip to content

Commit e1bcdce

Browse files
ursmclaude
andcommitted
Remove BUNDLE_FROZEN workarounds from CI
No longer needed now that Gemfile.lock is not committed. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 636b762 commit e1bcdce

2 files changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717
with:
1818
ruby-version: ruby
1919
bundler-cache: true
20-
env:
21-
BUNDLE_FROZEN: 'false'
2220
- uses: rubygems/release-gem@v1
2321
- run: gh release create ${{ github.ref_name }} --generate-notes
2422
env:

.github/workflows/test.yml

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

0 commit comments

Comments
 (0)