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

Support ruby rc, preview #3238

Closed
witchcraze opened this issue Sep 16, 2024 · 0 comments · Fixed by #3285
Closed

Support ruby rc, preview #3238

witchcraze opened this issue Sep 16, 2024 · 0 comments · Fixed by #3285
Labels
binary-analysis enhancement New feature or request

Comments

@witchcraze
Copy link
Contributor

witchcraze commented Sep 16, 2024

What would you like to be added:

Support rc, preview versions of ruby in binary detection

Additional context:

ruby:3.4-rc

$ docker run -it --rm ruby:3.4-rc strings /usr/local/lib/libruby.so.3.4 | grep -e '3\.4\.0'
/usr/local/lib/ruby/site_ruby/3.4.0+0
/usr/local/lib/ruby/site_ruby/3.4.0+0/x86_64-linux
/usr/local/lib/ruby/vendor_ruby/3.4.0+0
/usr/local/lib/ruby/vendor_ruby/3.4.0+0/x86_64-linux
/usr/local/lib/ruby/3.4.0+0
/usr/local/lib/ruby/3.4.0+0/x86_64-linux
ruby 3.4.0preview1 (2024-05-16 master 9d69619623) [x86_64-linux]
3.4.0
3.4.0

ruby:3.3.0-rc1

$ docker run -it --rm ruby:3.3.0-rc1 strings /usr/local/lib/libruby.so.3.3 | grep -e '3\.3\.0'
/usr/local/lib/ruby/site_ruby/3.3.0+0
/usr/local/lib/ruby/site_ruby/3.3.0+0/x86_64-linux
/usr/local/lib/ruby/vendor_ruby/3.3.0+0
/usr/local/lib/ruby/vendor_ruby/3.3.0+0/x86_64-linux
/usr/local/lib/ruby/3.3.0+0
/usr/local/lib/ruby/3.3.0+0/x86_64-linux
ruby 3.3.0rc1 (2023-12-11 master a49643340e) [x86_64-linux]
3.3.0
$ docker run -it --rm ruby:2.7-rc strings /usr/local/lib/libruby.so.2.7 | grep -e '2\.7\.0'
/usr/local/lib/ruby/site_ruby/2.7.0
/usr/local/lib/ruby/site_ruby/2.7.0/x86_64-linux
/usr/local/lib/ruby/vendor_ruby/2.7.0
/usr/local/lib/ruby/vendor_ruby/2.7.0/x86_64-linux
/usr/local/lib/ruby/2.7.0
/usr/local/lib/ruby/2.7.0/x86_64-linux
/usr/local/include/ruby-2.7.0/x86_64-linux/rb_mjit_min_header-2.7.0.h
ruby 2.7.0rc1 (2019-12-18 master 8a40dce0ff) +JIT [x86_64-linux]
ruby 2.7.0rc1 (2019-12-18 master 8a40dce0ff) [x86_64-linux]
2.7.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
binary-analysis enhancement New feature or request
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants