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 322 support #38

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

gusgollings
Copy link

Ruby 3.2 deprecated support for File.exists?

This PR duplicates the work done in #35 to support Ruby 3.2.x and also updates the bundle and test suite for a green build.

@johnsyweb
Copy link
Contributor

Love your work Gus :-)

@dep
Copy link

dep commented Sep 12, 2024

@gusgollings When will this be released?

@gusgollings
Copy link
Author

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

@dep
Copy link

dep commented Sep 13, 2024

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

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.

3 participants