asdf-ruby
asdf-ruby copied to clipboard
Ruby plugin for asdf version manager
**# sw_vers** ``` ProductName: macOS ProductVersion: 12.5 BuildVersion: 21G72 ``` **# asdf ---version** ``` v0.10.2 ``` **# asdf plugin-update ruby** ``` Updating ruby to master Already on 'master' Your branch...
## Description Building MRI 2.6.9 fails on Ubuntu 22.04 ``` ❯ asdf install ruby 2.6.9 Downloading ruby-2.6.9.tar.bz2... -> https://cache.ruby-lang.org/pub/ruby/2.6/ruby-2.6.9.tar.bz2 Installing ruby-2.6.9... BUILD FAILED (Ubuntu 22.04 using ruby-build 20220324) Inspect or...
Coming from other version managers, one thing I'm missing is being able to use `RUBY_VERSION` in the environment to set it. I'm not sure if this is a general asdf...
Noticed this behaviour with asdf and ruby gems recently. I have had asdf installed for a while now. I use it for all my language versioning. Recently after installing gems...
I've often had success with [brew bundle](https://github.com/Homebrew/homebrew-bundle) to specify macOS dependencies, and then using `brew bundle exec bundle install` to make sure the build env has everything set in there....
**UPDATE**: If you're installing Ruby 2.6 or below on an M1 (see instructions below) there's a good chance you'll run into some [gem wonkiness](https://www.reddit.com/r/ruby/comments/xepx8c/ruby_fails_to_install_on_macos_126_solution/iojpi82/). [Bundle's `force_ruby_platform` ](https://bundler.io/man/bundle-config.1.html) solved this for...
Some of the other asdf plugins seem to install prebuilt packages if they exist (nodejs, golang), and I'm wondering there is the intent to do this for ruby (similar to...
When I try to switch back to `asdf local ruby 2.6.5` after having been in `2.7.0` ruby no longer works. I've tried removing / re-adding the ruby plugin, I've tried...
Considering we’ve already had `ASDF_RUBY_BUILD_VERSION` to configure the branch to checkout, would you mind adding another environment variable such as `ASDF_RUBY_BUILD_REPO_URL` to configure the repo url? So that we can...
I'm seeing this issue on attempts to install multiple Ruby versions: ``` $ asdf install ruby 3.1.2 Downloading openssl-1.1.1n.tar.gz... -> https://dqw8nmjcqpjn7.cloudfront.net/40dceb51a4f6a5275bde0e6bf20ef4b91bfc32ed57c0552e2e8e15463372b17a Installing openssl-1.1.1n... Installed openssl-1.1.1n to /Users/efatsi/.asdf/installs/ruby/3.1.2 Downloading ruby-3.1.2.tar.gz... ->...