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

Fixups for the 1.3 maintenance series #915

Merged
merged 13 commits into from
Apr 16, 2022
Merged

Fixups for the 1.3 maintenance series #915

merged 13 commits into from
Apr 16, 2022

Conversation

carlosmn
Copy link
Member

Due to the odd way 1.3.1 was tagged and released (lack of maintenance branch and a version not matching the libgit2 one) we missed out on some changes from that version here.

These are not functional changes so it's not so bad, but we should still want the compatibility fixes for newer rubies to be taken into consideration, so let's add a 1.3.2.1 version with these fixups, like we should have done instead of 1.3.1.

carlosmn and others added 13 commits December 19, 2021 12:30
Currently macOS is using rvm as the previous `actions/setup-ruby` did not work
there at the time were building this. This change should speed up and unify the
versions we run for our tests.
This is to work around issues in CI where the bundler locking tries to select
`rubysl` because it doesn't know what our platform is.
As required by newer versions of ruby.
ci: use ruby/setup-ruby for both builds
Dir.exists? has been deprecated since Ruby 2.2 and is being removed in
Ruby 3.2
Use Dir.exist? instead of Dir.exists?
This tag was unfortunately not done on a maintenance branch so these
updates were missed during the creation of 1.3.2.
This is to include changes we missed out on due to 1.3.1 being done in
a non-standard way. There are no functional changes, just
compatibility changes for newer rubies.
@carlosmn carlosmn changed the title Fixups for the 1.3 maintenance serires Fixups for the 1.3 maintenance series Apr 16, 2022
@carlosmn carlosmn merged commit e357f11 into maint/v1.3 Apr 16, 2022
@carlosmn carlosmn deleted the maint-13-fixups branch April 16, 2022 16:25
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.

None yet

3 participants