Skip to content
This repository was archived by the owner on Oct 31, 2023. It is now read-only.

Setup GitHub Actions and update dependencies #15

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

okuramasafumi
Copy link

Using travis-ci.org as a CI service is not possible now. We can migrate to travis-ci.com or GitHub Actions, so it's an attempt to use GitHub Actions as a CI service.
To run bundle exec rake some dependencies must be updated. After updating RSpec some modifications are required to suppress deprecation warnings.

On ubuntu-latest, the oldest supported Ruby is 1.9.3,
so here testing for Ruby 1.8.7 and 1.9.2 is dropped.
RSpec 2.8 is quite old and its rake task is not compatible to
latest Rake.
There are some modifications to suppress deprecation warnings.
Yard 0.7.5 with Ruby 3.0.2 prints the error below:
```
/Users/okuramasafumi/.gem/ruby/3.0.2/gems/yard-0.7.5/lib/yard/templates/engine.rb:36:in `require':
/Users/okuramasafumi/.gem/ruby/3.0.2/gems/yard-0.7.5/lib/yard/templates/template.rb:279:
circular argument reference - section (SyntaxError)
```

RedCarpet gem seems not used and is very old, so it's removed.
@okuramasafumi
Copy link
Author

@mitchellh Hi, this change is just for running CI and doesn't change its behavior. Merging this would help other developers to work on this gem.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant