Skip to content

Commit c27a7a6

Browse files
committed
remove lockfiles
1 parent 652f4e1 commit c27a7a6

File tree

4 files changed

+3
-452
lines changed

4 files changed

+3
-452
lines changed

.github/workflows/stable.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ jobs:
2828
steps:
2929
- uses: actions/checkout@v4
3030

31-
- run: rm Gemfile.lock && rm test_projects/rails/rspec_rails/Gemfile.lock
32-
3331
- uses: ruby/setup-ruby@v1
3432
with:
3533
ruby-version: ${{ matrix.ruby-version }}

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,6 @@ spec/fixtures/coverage
3131
spec/fixtures/frameworks/coverage
3232
spec/fixtures/eval_test/coverage
3333
test_projects/**/coverage
34+
35+
Gemfile.lock
36+
test_projects/**/Gemfile.lock

Gemfile.lock

Lines changed: 0 additions & 224 deletions
This file was deleted.

0 commit comments

Comments
 (0)