git-smart icon indicating copy to clipboard operation
git-smart copied to clipboard

Ruby 322 support

Open gusgollings opened this issue 1 year ago • 4 comments

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.

gusgollings avatar Aug 08 '23 12:08 gusgollings

Love your work Gus :-)

johnsyweb avatar Aug 09 '23 02:08 johnsyweb

@gusgollings When will this be released?

dep avatar Sep 12 '24 13:09 dep

@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 avatar Sep 13 '24 04:09 gusgollings

@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 👋

Thank you. I did reach out personally to the repo owner. Hopefully we can get this moving.

dep avatar Sep 13 '24 09:09 dep