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
To reproduce the issue:
# docker run -it ruby:3.2 /bin/bash # ruby --version ruby 3.2.2 (2023-03-30 revision e51014f9c0) [x86_64-linux] # gem install --no-document kameleon-builder # kameleon template list kameleon template list Calling `DidYouMean::SPELL_CHECKERS.merge!(error_name => spell_checker)' has been deprecated. Please call `DidYouMean.correct_error(error_name, spell_checker)' instead. /usr/local/bundle/gems/kameleon-builder-2.10.10/lib/kameleon.rb:43:in `userdir': undefined method `exists?' for File:Class (NoMethodError) Dir.mkdir(File.expand_path(@userdir.to_s)) unless File.exists?(File.expand_path(@userdir.to_s)) ^^^^^^^^ Did you mean? exist?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
To reproduce the issue:
The text was updated successfully, but these errors were encountered: