File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 32
32
- name : Run tests
33
33
run : ruby --version; bundle exec rspec spec || $ALLOW_FAILURES
34
34
- name : Coveralls GitHub Action
35
- uses : coverallsapp/github-action@v1.1.2
35
+ uses : coverallsapp/github-action@v2
36
36
if : " matrix.ruby == '3.0'"
37
37
with :
38
38
github-token : ${{ secrets.GITHUB_TOKEN }}
59
59
- name : Run tests
60
60
run : ruby --version; bundle exec rspec spec || $ALLOW_FAILURES
61
61
- name : Coveralls GitHub Action
62
- uses : coverallsapp/github-action@v1.1.2
62
+ uses : coverallsapp/github-action@v2
63
63
if : " matrix.ruby == '3.0'"
64
64
with :
65
65
github-token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -2322,7 +2322,6 @@ def ==(other)
2322
2322
language_mapping == other . language_mapping &&
2323
2323
direction_mapping == other . direction_mapping &&
2324
2324
reverse_property == other . reverse_property &&
2325
- simple == other . simple &&
2326
2325
index == other . index &&
2327
2326
context == other . context &&
2328
2327
prefix? == other . prefix? &&
You can’t perform that action at this time.
0 commit comments