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
Hey @jessie19, this looks like a problem with your kuby config file. Kuby runs in the context of your bundle (via bundle exec), but doesn't require rails or load your app. That's why the Rails module doesn't respond to the version method.
I think you might be able to fix this problem by adding
require"rails/version"
at the top of your kuby.rb config file. It needs to happen before dotenv loads, wherever that may be.
Issue
When we run the
bundle exec kuby -h
We got this error
We noticed dotenv (3.0.1) make this change in this PR.
It will be helpful if you have any insights about this error at kuby-core (0.20.1) side, thanks!
The text was updated successfully, but these errors were encountered: