asdf-ruby icon indicating copy to clipboard operation
asdf-ruby copied to clipboard

Ruby plugin for asdf version manager

Results 64 asdf-ruby issues
Sort by recently updated
recently updated
newest added

## Description Building MRI 3.1.0 fails ``` $ asdf install ruby 3.1.0 Downloading ruby-3.1.0.tar.gz... -> https://cache.ruby-lang.org/pub/ruby/3.1/ruby-3.1.0.tar.gz Installing ruby-3.1.0... BUILD FAILED (Arch Linux using ruby-build 20211225) Inspect or clean up the...

nokogiri and other plugins error out like this: ``` `require': incompatible library version ``` I have libxml2, libyaml, and others installed via Homebrew. No other Ruby VM has issues with...

help wanted

### Describe the Bug I could install 3 different versions of Ruby without problems: ``` ~ asdf list ruby 2.7.3 3.0.0 3.0.2 ``` But when trying to install a lower...

bug

When running any Ruby command, the first line is always: ```/Users/ender/.asdf/lib/utils.bash: line 234: ASDF_.._VERSION: invalid variable name``` Obviously `ASDF_.._VERSION` is not a real variable name. I don't even know how...

I receive the following message when attempting to run [bundler-audit gem](https://github.com/rubysec/bundler-audit). ``` $ bundle-audit check asdf: No preset version installed for command bundle-audit Please install the missing version by running...

``` > asdf install ruby jruby-9.2.19.0 Downloading jruby-bin-9.2.19.0.tar.gz... -> https://dqw8nmjcqpjn7.cloudfront.net/1f74885a2d3fa589fcbeb292a39facf7f86be3eac1ab015e32c65d32acf3f3bf Installing jruby-9.2.19.0... BUILD FAILED (Gentoo using ruby-build 20210801) Inspect or clean up the working tree at /tmp/ruby-build.20220407111437.1019838.N78T1U Results logged to...

I'm on an M1 MBP 13". All the Ruby versions I've tried except v3 have failed to install: ``` ~ asdf install ruby 2.6.5 Downloading openssl-1.1.1j.tar.gz... -> https://dqw8nmjcqpjn7.cloudfront.net/aaf2fcb575cdf6491b98ab4829abf78a3dec8402b8b81efc8f23c00d443981bf Installing openssl-1.1.1j......

Hey guys, Bumped into the issue with openssl. I've already installed 2.7.2 sucessfully, but no luck with 2.6.3. `libssl-dev` is already installed ``` snake@mothership:~$ uname -a Linux mothership 5.8.0-43-generic #49~20.04.1-Ubuntu...

I am a frequent user of the Parity gem (https://github.com/thoughtbot/parity). The shims for these ruby commands don't seem to pick up newer versions of Ruby any longer. When running then,...

**Complete log:** ```sh No preset version installed for command ruby2d Please install a version by running one of the following: asdf install ruby mruby-3.0.0 or add one of the following...