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
assuming it works with 3.2.2, it could be rewritten;
ruby_code_interpreter.rb:
currently: if RUBY_VERSION <= "3.2"
if RUBY_VERSION <= "3.2"
on my local: if RUBY_VERSION <= "3.2.2"
works just fine, and the linked github issue for safe_ruby indicates it works in 3.2.2;
ukutaht/safe_ruby#4
happy to drop in a PR if that's helpful :)
The text was updated successfully, but these errors were encountered:
@chrisnohr Please do! I'm pretty close to getting ditching the safe_ruby gem. It looks abandoned.
safe_ruby
Sorry, something went wrong.
No branches or pull requests
assuming it works with 3.2.2, it could be rewritten;
ruby_code_interpreter.rb:
currently:
if RUBY_VERSION <= "3.2"
on my local:
if RUBY_VERSION <= "3.2.2"
works just fine, and the linked github issue for safe_ruby indicates it works in 3.2.2;
ukutaht/safe_ruby#4
happy to drop in a PR if that's helpful :)
The text was updated successfully, but these errors were encountered: