Skip to content

Commit 48b0096

Browse files
committed
remove lockfiles
1 parent 652f4e1 commit 48b0096

File tree

5 files changed

+4
-453
lines changed

5 files changed

+4
-453
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.

features/step_definitions/simplecov_steps.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
steps %(
2222
Given a file named "#{framework_dir}/simplecov_config.rb" with:
2323
"""
24-
#{config_body.indent(6)}
24+
#{config_body.gsub(/^/, " " * 6)}
2525
"""
2626
)
2727
end

0 commit comments

Comments
 (0)