-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use theforeman github actions for ruby testing #98
Conversation
7dee39a
to
1d750e0
Compare
54bfea3
to
c31e4fb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added some nitpicks, but nothing that makes this not work as intended, so ack
@@ -4,5 +4,6 @@ source 'https://rubygems.org' | |||
|
|||
gemspec | |||
|
|||
gem "rake", "~> 13.1.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd pin it to a .y version to allow updates to 13.2 for example.
gem "rake", "~> 13.1.0" | |
gem "rake", "~> 13.1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, thanks!
theforeman/actions#43