File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3535 - name : Install dependencies
3636 run : bundle install --jobs 4 --retry 3
3737 - name : Run tests
38- run : bundle exec rspec spec || $ALLOW_FAILURES
38+ run : ruby --version; bundle exec rspec spec || $ALLOW_FAILURES
3939 - name : Coveralls GitHub Action
4040 uses : coverallsapp/github-action@v1.1.2
4141 if : " matrix.ruby == '3.0'"
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ Full documentation available on [RubyDoc](http://rubydoc.info/gems/json-canonica
9090## License
9191
9292This is free and unencumbered public domain software. For more information,
93- see < http ://unlicense.org/> or the accompanying {file: UNLICENSE } file.
93+ see < https ://unlicense.org/> or the accompanying {file: UNLICENSE } file.
9494
9595[ YARD ] : https://yardoc.org/
9696[ YARD-GS ] : https://rubydoc.info/docs/yard/file/docs/GettingStarted.md
You can’t perform that action at this time.
0 commit comments