Skip to content
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

Ruby 3.0 #396

Merged
merged 2 commits into from
Jan 30, 2021
Merged

Ruby 3.0 #396

merged 2 commits into from
Jan 30, 2021

Conversation

dsander
Copy link
Contributor

@dsander dsander commented Jan 27, 2021

With ruby 3.0 rexml is not installed by default. It was moved to a
gem
. Adding the gem as a dependency fixed the specs on ruby 3.0.

With ruby 3.0 `rexml` is not installed by default. [It was moved to a
gem][1]. Adding the gem as a dependency fixed the specs on ruby 3.0.

[1]: https://www.ruby-lang.org/en/news/2020/12/25/ruby-3-0-0-released/
@dsander dsander requested a review from a team as a code owner January 27, 2021 19:07
@ashkulz
Copy link
Member

ashkulz commented Jan 28, 2021

Looks like the Ruby 3.0 build is broken with Travis CI. I guess we should migrate to GitHub Actions? 🤔

@dsander
Copy link
Contributor Author

dsander commented Jan 28, 2021

Looks like the Ruby 3.0 build is broken with Travis CI. I guess we should migrate to GitHub Actions? 🤔

Yeah this might be a good idea, I don't know if the Ruby 3.0 build can be fixed on Travis. Even if it does the build (queue) times are ridiculous at the moment.

On focal Ruby 2.7 can not be installed without additional
packages. With bionic CI is green from 2.3 up to 3.0.
@dsander
Copy link
Contributor Author

dsander commented Jan 30, 2021

Got it working on TravisCI and submitted a draft PR which runs CI on GitHub actions: #397

@ashkulz ashkulz merged commit 48f36cf into prontolabs:master Jan 30, 2021
@dsander dsander deleted the ruby-3.0 branch January 30, 2021 15:12
@ashkulz
Copy link
Member

ashkulz commented Jan 30, 2021

Thanks for the contribution, @dsander!

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

Successfully merging this pull request may close these issues.

2 participants