You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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, I get an error about the version not being included.
An example is below for the command "development":
I've nuked the shims directory completely multiple times, trying to use reshim to generate new shims. This issue started a while back, and I've always just manually edited the shim file to include the proper version.
I also posted this issue @ asdf-ruby, but after reviewing the code, reshim is handled by core, so I'm "upstreaming" this here. asdf-vm/asdf-ruby#201
To Reproduce
Reshim asdf
Expected behavior
ASDF should have a line for every version of ruby with the gem available.
Actual behavior
Shims are created for the without the latest version.
Sorry for the extremely late reply here. @etcook can you upgrade to the latest version of asdf-ruby? I just merged asdf-vm/asdf-ruby#378 and I think it fixes the issue.
Describe the bug
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, I get an error about the version not being included.
An example is below for the command "development":
If I add a line
# asdf-plugin: ruby 2.7.2
it works perfectly.I've nuked the shims directory completely multiple times, trying to use reshim to generate new shims. This issue started a while back, and I've always just manually edited the shim file to include the proper version.
I also posted this issue @ asdf-ruby, but after reviewing the code, reshim is handled by core, so I'm "upstreaming" this here. asdf-vm/asdf-ruby#201
To Reproduce
Reshim asdf
Expected behavior
ASDF should have a line for every version of ruby with the gem available.
Actual behavior
Shims are created for the without the latest version.
Environment
local .tool-version
global .tool-version
asdf plugins affected (if relevant):
asdf-ruby
The text was updated successfully, but these errors were encountered: