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

Remove use of File.exists? #165

Closed
silug opened this issue Oct 18, 2023 · 0 comments · Fixed by #166
Closed

Remove use of File.exists? #165

silug opened this issue Oct 18, 2023 · 0 comments · Fixed by #166

Comments

@silug
Copy link
Contributor

silug commented Oct 18, 2023

File.exists? was removed in Ruby 3.

@op-ct op-ct added this to Org Triage Oct 18, 2023
silug added a commit to silug/pupmod-simp-ssh that referenced this issue Oct 18, 2023
Replace calls to `File.exists?` with `File.exist?` for compatibility
with Ruby 3

Closes simp#165
michael-riddle pushed a commit that referenced this issue Oct 18, 2023
Replace calls to `File.exists?` with `File.exist?` for compatibility
with Ruby 3

Closes #165
@github-project-automation github-project-automation bot moved this from New to Done in Org Triage Oct 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant