狂欢 - i18n宝石问题

Ser*_*bov 5 gem bundle internationalization spree

我遇到了新版spree gem的问题(分支:'2-3-stable').当我尝试安装它时,我收到此错误.

my_store$ rails server
The git source https://github.com/spree/spree_gateway.git is not yet checked out. Please  run `bundle install` before trying to start your application

my_store$ bundle install
Bundler could not find compatible versions for gem "i18n":
 In Gemfile:
  spree (= 2.3.1) ruby depends on
   spree_core (= 2.3.1) ruby depends on
    i18n (= 0.6.9) ruby

 rails (= 4.1.2) ruby depends on
  activesupport (= 4.1.2) ruby depends on
    i18n (0.6.11)
Run Code Online (Sandbox Code Playgroud)

但据gem list我说,我安装了这两个宝石i18n (0.6.11, 0.6.9).有人可以帮我解决这个问题

Ser*_*bov 4

Copy from comment section:
Run Code Online (Sandbox Code Playgroud)

对不起。我自己想出了简单的执行bundle update然后bundle install命令解决了我的问题