After having installed my application's gems by executing:
bundle install --without production
Now I want to install the production group gems. However, when I issue:
bundle install
bundle seems to remember the previous setting and none of the production group gems are installed. How can I clean this bundle 'cache' and force it to reinstall all the gems in the Gemfile?