This happened to me when updating Ruby in a Rails project from 3.0.4 to 3.1.2.
This fixed it for me:
bundle update --bundler
Hope it helps.
This happened to me when updating Ruby in a Rails project from 3.0.4 to 3.1.2.
This fixed it for me:
bundle update --bundler
Hope it helps.