How do you undo running
bundle install --without development
Right now, I have gems in the development group that are being ignored because
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.
.bundle/config