Skip to content

Instantly share code, notes, and snippets.

Created June 16, 2015 09:07
Show Gist options
  • Save anonymous/f5f4b43b9d3d7139704e to your computer and use it in GitHub Desktop.
Save anonymous/f5f4b43b9d3d7139704e to your computer and use it in GitHub Desktop.
$ rake -T
(in /var/www/html/redmine)
Bundler could not find compatible versions for gem "i18n":
In snapshot (Gemfile.lock):
i18n (= 0.7.0)
In Gemfile:
rails (= 4.2.1) ruby depends on
activejob (= 4.2.1) ruby depends on
activesupport (= 4.2.1) ruby depends on
i18n (~> 0.7) ruby
money (~> 5.1.0) ruby depends on
i18n (~> 0.6.0) ruby
Running `bundle update` will rebuild your snapshot from scratch, using only
the gems in your Gemfile, which may resolve the conflict.
$ gem list | grep i18n
i18n (0.7.0, 0.6.11, 0.6.0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment