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

Ruby <=3.2 requirement fails on ruby v 3.2.2 or even 3.2.0 :) #63

Open
chrisnohr opened this issue Apr 5, 2024 · 1 comment
Open

Ruby <=3.2 requirement fails on ruby v 3.2.2 or even 3.2.0 :) #63

chrisnohr opened this issue Apr 5, 2024 · 1 comment

Comments

@chrisnohr
Copy link

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 :)

@andreibondarev
Copy link
Collaborator

@chrisnohr Please do! I'm pretty close to getting ditching the safe_ruby gem. It looks abandoned.

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

2 participants