I am having a compatibility issue with the mechanize gem (2.7.3) because it depends on mime-types 2.0, while Rails 4.0.2 depends on mime-types version (~> 1.16).
Bundler could not find compatible versions for gem "mime-types":
In Gemfile:
rails (= 4.0.2) ruby depends on
mime-types (~> 1.16) ruby
mechanize (= 2.7.3) ruby depends on
mime-types (2.0)
Is there a way to "update" Rails dependencies to the latest version of mime-types?