I haven't changed the versions numbers on any of these since it was working, but suddenly when I run bundle update
or bundle install
I get:
Resolving dependencies...
Bundler could not find compatible versions for gem "railties":
In Gemfile:
rails (= 4.0.1) ruby depends on
railties (= 4.0.1) ruby
sass-rails (~> 4.0.0) ruby depends on
railties (4.1.1)
What changed and what gives?