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

Make the plugin work with Ruby 3.2 #49

Merged
merged 5 commits into from
Apr 26, 2023
Merged

Make the plugin work with Ruby 3.2 #49

merged 5 commits into from
Apr 26, 2023

Conversation

ysk24ok
Copy link
Owner

@ysk24ok ysk24ok commented Apr 26, 2023

fixes #48

Replaced Dir.exists? with Dir.exist? and made the test workflow run with Ruby 3.2 to make sure the plugin works with the version.

@ysk24ok ysk24ok marked this pull request as ready for review April 26, 2023 13:51
@ysk24ok ysk24ok merged commit 3c6f85a into master Apr 26, 2023
19 checks passed
@ysk24ok ysk24ok deleted the ruby32 branch April 26, 2023 13:51
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.

Dir.exists? removed in Ruby 3.2.0
1 participant