Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # 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
@witchcraze witchcraze added the enhancement New feature or request label Sep 16, 2024
@kzantow kzantow moved this to Ready in OSS Sep 16, 2024
@github-project-automation github-project-automation bot moved this from Ready to Done in OSS Sep 27, 2024
# for free to join this conversation on GitHub. Already have an account? # 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