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
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
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
What would you like to be added:
Support rc, preview versions of ruby in binary detection
Additional context:
ruby:3.4-rc
ruby:3.3.0-rc1
The text was updated successfully, but these errors were encountered: