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
chruby command line allows setting of RUBYOPT, but auto-switching is limited to only the ruby argument. Would be nice to somehow allow the addition of these options when auto-switching. Quickly tried to add them to .ruby-version, but after looking at the auth.sh script, the file contents are taken literally as only the ruby version.
The text was updated successfully, but these errors were encountered:
+1 to this. I'm trying to use chruby ruby-2.7.0 -W:no-deprecated -W:no-experimental to suppress a lot of Rails-related deprecation warnings. That works fine on the command line, but there's currently no way to replicate that in a .ruby-version file. I get that .ruby-version is supposed to be an agnostic format, but I'm posting this to subscribe in case anyone has a better idea. :)
chruby
command line allows setting ofRUBYOPT
, but auto-switching is limited to only the ruby argument. Would be nice to somehow allow the addition of these options when auto-switching. Quickly tried to add them to.ruby-version
, but after looking at the auth.sh script, the file contents are taken literally as only the ruby version.The text was updated successfully, but these errors were encountered: