Skip to content

Commit 747962f

Browse files
committed
Do not remove gemfile lock
Defeats the purpose if lock files are committed since we'd be running entirely different versions in CI from local making it hard to debug failures.
1 parent cc713cd commit 747962f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@ jobs:
3939
steps:
4040
- uses: actions/checkout@v4
4141

42-
- name: Remove Gemfile lock
43-
run: |
44-
rm -f $BUNDLE_GEMFILE.lock
45-
4642
- name: Install Ruby
4743
uses: ruby/setup-ruby@v1
4844
with:

0 commit comments

Comments
 (0)