简体   繁体   中英

Bundler could not find compatible versions for gem “solidus_i18n”:

I am trying to install solidus_globalize but I get this error:

Bundler could not find compatible versions for gem "solidus_i18n":
  In Gemfile:
    solidus_i18n

solidus_globalize was resolved to 3.1.0.beta, which depends on
  solidus_i18n (~> 1.0)

In gemfile:

gem 'globalize', github: 'globalize/globalize'
gem 'solidus_i18n', github: 'solidusio-contrib/solidus_i18n'
gem 'solidus_globalize', github: 'solidusio-contrib/solidus_globalize'
gem 'globalize'
gem 'solidus_i18n'
gem 'solidus_globalize', github: 'solidusio-contrib/solidus_globalize'

Worked for me on rails 5.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM