git-smart
git-smart copied to clipboard
Ruby 322 support
Ruby 3.2 deprecated support for File.exists?
This PR duplicates the work done in https://github.com/geelen/git-smart/pull/35 to support Ruby 3.2.x and also updates the bundle and test suite for a green build.
Love your work Gus :-)
@gusgollings When will this be released?
@gusgollings When will this be released?
Hi @dep unfortunately I don't have the privileges to merge/release this change.
However, you may be able to use this branch before it it merged by modifying your Gemfile to look something like:
gem 'git-smart', git: 'https://github.com/gusgollings/git-smart', branch: 'ruby322support'
you could then install this with bundle install
and verify with bundle show git-smart
Hope this helps and all the best 👋
@gusgollings When will this be released?
Hi @dep unfortunately I don't have the privileges to merge/release this change.
However, you may be able to use this branch before it it merged by modifying your Gemfile to look something like:
gem 'git-smart', git: 'https://github.com/gusgollings/git-smart', branch: 'ruby322support'
you could then install this with
bundle install
and verify withbundle show git-smart
Hope this helps and all the best 👋
Thank you. I did reach out personally to the repo owner. Hopefully we can get this moving.