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

replace File:Class exists? with exist? #3272

Merged
merged 1 commit into from Jun 22, 2023

Conversation

PeterUpfold
Copy link
Contributor

When upgrading an existing manual install of Huginn to the latest build, also migrating it to Ruby 3.2.2, I ran into an issue running bundle exec rake production:export.

The exists? methods on File:Class and Dir:Class have been replaced by exist?. The deprecated exists? method no longer exists as of Ruby 3.2.2.

This commit updates these methods.

Copy link
Member

@knu knu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for the delay, thanks!

@knu knu merged commit 71cf6b4 into huginn:master Jun 22, 2023
6 checks passed
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

2 participants