Skip to content

Commit 384e162

Browse files
committed
Update CI.
1 parent 0223dfd commit 384e162

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
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'"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Full documentation available on [RubyDoc](http://rubydoc.info/gems/json-canonica
9090
## License
9191

9292
This 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

0 commit comments

Comments
 (0)