Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Spree - i18n gem issue

I got a problem with a new version of spree gem (branch: '2-3-stable'). When i try to install it, I receive this error.

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)

But according to gem list i got both of this gems installed i18n (0.6.11, 0.6.9). Can someone help me to fix this problem

like image 930
Sergei Korobov Avatar asked Oct 01 '22 05:10

Sergei Korobov


1 Answers

Copy from comment section:

Sorry. i figured it out myself simple execution of bundle update and then bundle install command fixed my issue

like image 58
Sergei Korobov Avatar answered Oct 04 '22 17:10

Sergei Korobov