Usage of only flag for config of bundle #8527
-
When I was trying to bundle only test dependencies with the command |
Beta Was this translation helpful? Give feedback.
Answered by
deivid-rodriguez
Feb 25, 2025
Replies: 1 comment 5 replies
-
Yes. Gems without a group implicitly get the "default" group, so I think |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
devsheva
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes. Gems without a group implicitly get the "default" group, so I think
bundle config set --local only test:default
should do what you want.