Skip to content

Commit

Permalink
Remove test lockfiles (#29)
Browse files Browse the repository at this point in the history
* Ignore test gemfile.lock files

* Remove test lockfiles from the repo

* Ignore test/**/Gemfile.lock files

* Update changelog

* Add nightly builds

Co-authored-by: matt@cucumber.io <Matt Wynne>
  • Loading branch information
aurelien-reeves authored May 4, 2022
1 parent 1b92921 commit b4e5f92
Show file tree
Hide file tree
Showing 12 changed files with 6 additions and 162 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
pull_request:
branches:
- main
schedule:
- cron: "0 0 * * *"

jobs:
test:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ pkg/*.*
*.swn
*.bundle
/Gemfile.lock
test/**/Gemfile.lock
.DS_Store
*.gem
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ Please see [CONTRIBUTING.md](https://github.com/cucumber/cucumber/blob/master/CO

### Removed

* Remove test files from the gem to prevent false-positive with security scanners
as reported in [#21](https://github.com/cucumber/multi_test/issues/21)

* Drop support for ruby < 2.0
([PR#28](https://github.com/cucumber/multi_test/pull/28))

Expand Down
24 changes: 0 additions & 24 deletions test/gemfiles/activesupport-4/Gemfile.lock

This file was deleted.

24 changes: 0 additions & 24 deletions test/gemfiles/activesupport-5/Gemfile.lock

This file was deleted.

13 changes: 0 additions & 13 deletions test/gemfiles/minitest-4/Gemfile.lock

This file was deleted.

13 changes: 0 additions & 13 deletions test/gemfiles/minitest-5/Gemfile.lock

This file was deleted.

11 changes: 0 additions & 11 deletions test/gemfiles/plain-ruby/Gemfile.lock

This file was deleted.

15 changes: 0 additions & 15 deletions test/gemfiles/rspec-1/Gemfile.lock

This file was deleted.

21 changes: 0 additions & 21 deletions test/gemfiles/rspec-2/Gemfile.lock

This file was deleted.

26 changes: 0 additions & 26 deletions test/gemfiles/rspec-3/Gemfile.lock

This file was deleted.

15 changes: 0 additions & 15 deletions test/gemfiles/test-unit-3/Gemfile.lock

This file was deleted.

0 comments on commit b4e5f92

Please sign in to comment.