The asdf integration in the JetBrains projects calls asdf.sh directly, and periodically, I'll run into the issue below.
➜ . /usr/local/Cellar/asdf/0.7.8/asdf.sh && asdf local ruby 2.5.7 && ruby /Users/eugene.cook/.asdf/shims/rails console Traceback (most recent call last): /Users/eugene.cook/.asdf/installs/ruby/2.5.7/bin/ruby: no Ruby script found in input (LoadError)
I've tried removing the shims directory completely and triggering a reshim, without success.
The asdf integration in the JetBrains projects calls asdf.sh directly, and periodically, I'll run into the issue below.
➜ . /usr/local/Cellar/asdf/0.7.8/asdf.sh && asdf local ruby 2.5.7 && ruby /Users/eugene.cook/.asdf/shims/rails console Traceback (most recent call last): /Users/eugene.cook/.asdf/installs/ruby/2.5.7/bin/ruby: no Ruby script found in input (LoadError)I've tried removing the shims directory completely and triggering a reshim, without success.