Replies: 1 comment
-
roda does not declare dependencies from optional plugins as runtime dependencies, you have to do it yourself. Just add it to your Gemfile. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I'm trying to spin up my app and bundling my gems without development dependencies, but somehow Roda states that tilt is a development dependency. Is there a reason for it?
Beta Was this translation helpful? Give feedback.
All reactions