Skip to content

Commit b41d6ec

Browse files
committed
Do not remove gem lock files
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. One limitation of this though is different Ruby versions may enforce different gem requirements.
1 parent 46aa3fd commit b41d6ec

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)