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
When using Frum, I'm not seeing RUBY_VERSION set within the environment.
Screencast
ruby_version.mp4
Steps to Recreate
Install Frum.
Configure Frum for your shell (in my case, I'm using Bash).
Run ENV | grep RUBY, notice that RUBY_VERSION doesn't display in the list.
Desired Behavior
As one switches between different Ruby versions, it'd be nice to see RUBY_VERSION reflect the current version being used. This would match behavior of similar Ruby version managers.
When testing code against multiple version of ruby on a regular basis, being able to display the current ruby version in the shell prompt would be great.
If an environmental variable is too tricky, perhaps a shell command similar to RVM's approach might be simper.
Overview
When using Frum, I'm not seeing
RUBY_VERSION
set within the environment.Screencast
ruby_version.mp4
Steps to Recreate
ENV | grep RUBY
, notice thatRUBY_VERSION
doesn't display in the list.Desired Behavior
As one switches between different Ruby versions, it'd be nice to see
RUBY_VERSION
reflect the current version being used. This would match behavior of similar Ruby version managers.Environment
The text was updated successfully, but these errors were encountered: