asdf-ruby
asdf-ruby copied to clipboard
Ruby plugin for asdf version manager
I need to build ruby with specific `RUBY_CONFIGURE_OPTS`. This works as expected, however I'd like to make it more persistent, so I don't have to set this variable every time...
I found an interesting asdf edge case I'm not sure how to solve. It's related to the asdf-alias plugin and the auto-reshimming feature of some language plugins like Ruby. The...
It is possible to specify ruby version in the Gemfile using a file instead of a version: `ruby file: ".ruby-version"` This is not supported by asdf-ruby. Related code: https://github.com/asdf-vm/asdf-ruby/blob/d6eb4145ef780fda868fd4439c60dd84a941cb8e/bin/parse-legacy-file#L7 Bundler...
When I try to install Ruby on RHEL (8/9) with ASDF, then yum and dnf note that there is no longer a package called `libyaml-devel`. In recent versions of RHEL,...