-
Notifications
You must be signed in to change notification settings - Fork 13
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? #192
Comments
silug
added a commit
to silug/rubygem-simp-cli
that referenced
this issue
Oct 18, 2023
* Various fixes for Ruby 3 compatibility * Update rubocop configuration * Clean up Gemfile for rubocop * Update gem dependencies Closes simp#192
Merged
silug
added a commit
to silug/rubygem-simp-cli
that referenced
this issue
Oct 19, 2023
* Various fixes for Ruby 3 compatibility * Update rubocop configuration * Clean up Gemfile for rubocop * Update gem dependencies * Use Ruby 2.7 for GHA and add Puppet 8 to test matrix Closes simp#192
rgardner4012
pushed a commit
that referenced
this issue
Oct 19, 2023
* Various fixes for Ruby 3 compatibility * Update rubocop configuration * Clean up Gemfile for rubocop * Update gem dependencies * Use Ruby 2.7 for GHA and add Puppet 8 to test matrix Closes #192
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Calls to
File.exists?
should be replaced withFile.exist?
for compatibility with Ruby 3.The text was updated successfully, but these errors were encountered: