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

Kameleon does not work with Ruby 3.2 #128

Open
jonglezb opened this issue Sep 12, 2023 · 0 comments
Open

Kameleon does not work with Ruby 3.2 #128

jonglezb opened this issue Sep 12, 2023 · 0 comments

Comments

@jonglezb
Copy link

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?
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

No branches or pull requests

1 participant