Skip to content

Commit 66eedc9

Browse files
justin808claude
andcommitted
Remove Ruby 2.7 specific lockfile step from workflow
The Ruby 2.7 lockfiles have different gem versions that are causing test failures. Revert to using the standard lockfiles like main does. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent afcedf9 commit 66eedc9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ruby.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,6 @@ jobs:
110110
ruby-version: ${{ matrix.ruby }}
111111
- run: bundle config set --local path 'test/dummy/vendor/bundle'
112112
- run: ./test/bin/create-fake-js-package-managers ${{ matrix.js_package_manager.installer }}
113-
- name: Use Ruby 2.7 specific lockfile
114-
if: matrix.ruby == '2.7'
115-
run: cp gemfiles/${{ matrix.gemfile }}.gemfile.ruby27.lock gemfiles/${{ matrix.gemfile }}.gemfile.lock
116113
- name: Save dummy app ruby gems to cache
117114
uses: actions/cache@v3
118115
with:

0 commit comments

Comments
 (0)