-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
bump maximum allowed rubocop version #73
Conversation
Hi @micwoj92 Thanks for the pull request. I have had a brief look at it but don't really have time to do too much with it yet given some issues I've encountered in testing. The workflow actions aren't in sync for the main fog repo so there are some older (unsupported) Ruby versions clashing with the older bundler version so it isn't a clean merge. Dropping support for them means coordinating with some upstream uses of the library. When testing the change in an Ubuntu 20.04 container, it also failed to bundle correctly since The purpose of One other issue that used to exist with Was there a specific reason you felt just |
Could maybe using https://rubygems.org/gems/json_pure help?
|
I've pushed #74 which splits the workflow actions and pinning them to use Ubuntu 20.04. That clears up the build failures which seems to be a known issue with how setup-ruby works combined with old Rubies/newer GLIC. I'm testing removing the ... And it seemed to work out so I've merged in #75
That wouldn't help since the dependency is from
So if you want to install development dependencies you either need to sort native gem building out. That may be covered by the base development tools on Arch. Or try something else like using a Gemfile without Anyway, the Thanks. |
Thanks for these changes, is there a possibility to release new version of this gem? |
I picked this arbitrary version simply because I have 1.39 installed, I think it can be just safe to bump this to
"< 2.0"
.Version 0.50 was released in 2017.
Here bundle exec rake on my system: