List configs
bundle config
Delete value from config
bundle config --delete without
Add value to config
bundle config --local without development
Or you can manually edit the values in .bundle/config file.
List configs
bundle config
Delete value from config
bundle config --delete without
Add value to config
bundle config --local without development
Or you can manually edit the values in .bundle/config file.