We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How to reproduce:
bundle exec invoker setup bundler: failed to load command: invoker (/Users/arnas/.rbenv/versions/3.2.2/bin/invoker) /Users/arnas/.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/invoker-1.5.8/lib/invoker/power/setup.rb:59:in `check_if_setup_can_run?': undefined method `exists?' for File:Class (NoMethodError) !File.exists?(Invoker::Power::Config.config_file) ^^^^^^^^ Did you mean? exist?
The text was updated successfully, but these errors were encountered:
This is tied to the removal of the deprecation of exists? in favor of exist?.
exists?
exist?
Someone has a branch cut with this patched in it, but unless this gem is patched, it will not work beyond Ruby 3.1
Sorry, something went wrong.
No branches or pull requests
How to reproduce:
The text was updated successfully, but these errors were encountered: