asdf-ruby
asdf-ruby copied to clipboard
Ruby plugin for asdf version manager
I ran into an issue w/ os_based_configure_options: Because it is called in a subshell (https://github.com/asdf-vm/asdf-ruby/blob/302efde548eb62705a268ceda0fd8898b2d2c6da/bin/install#L57), if it exits, that error gets swallowed up. This occurs if homebrew isn't available on...
The nature of this request depends on whether you already support keeping asdf's rc file inside `$HOME/.config` or not. If so, that's awesome. Would you consider adding that to the...
Everytime I run `bundler` I get the version in `/usr/bin` ie: ``` $ which bundler /user/bin/bundler ``` This is very strange but it seems I need to call the Gem...
Fedora 32 No system ruby at all. No rvm on my system at all. Steps to reproduce: From scratch: ``` 248208 2020-09-27 16:16:14 - git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.8.0...
https://github.com/docwhat/rbenv-chef-workstation I use the heck out of this with rbenv, so that my intellij and such pick up the chef-workstation ruby. I am completely new to ASDF, so I'm not...
At the moment the `default-gems` file has to be stored in the $HOME directory. I'm wondering if it's possible to make this location customisable, either following the XDG format or...
When I get a new computer I have a script that copies my tool-version file from my dotfiles into .config/asdf With other languages this doesn't cause an issue because the...
The problem is in https://github.com/asdf-vm/asdf-ruby/blob/master/rubygems-plugin/rubygems_plugin.rb script. Namely, you are using `asdf reshim ruby #{RUBY_VERSION} bin/#{executable}` and this is incorrect for jruby, because `RUBY_VERSION` returns equal mri ruby version. E.g. for...
https://github.com/asdf-vm/asdf-ruby/blob/de1fb60e977e784cbaa7a9d50384dcae7c32dbb1/lib/utils.sh#L20 This appears to be comparing the date of ruby-build (20190401) with an earlier sha of the ruby build repo. (44b0c75) This means it always downloads the whole repo every...
There's a nice plugin [rbenv-communal-gems](https://github.com/tpope/rbenv-communal-gems) for rbenv to share the gem directories for minor versions, so e.g. all 2.6.x Rubies use the same gempath,2.5.x Rubies use another one, etc. This...