You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Gemfile: gem 'spree_i18n', github: 'spree-contrib/spree_i18n', branch: '2-4-stable'
Spree core : gem 'spree', '2.4.6'
While bundle install i am facing below issue.
Bundler could not find compatible versions for gem "spree_core":
In snapshot (Gemfile.lock):
spree_core (2.4.6)
In Gemfile:
spree_i18n (>= 0) ruby depends on
spree_core (~> 2.4.10) ruby
Running bundle update will rebuild your snapshot from scratch, using only
the gems in your Gemfile, which may resolve the conflict.
Thanks in Advance.
Thanks
Shiva.A
The text was updated successfully, but these errors were encountered:
Hi,
In Gemfile: gem 'spree_i18n', github: 'spree-contrib/spree_i18n', branch: '2-4-stable'
Spree core : gem 'spree', '2.4.6'
While bundle install i am facing below issue.
Bundler could not find compatible versions for gem "spree_core":
In snapshot (Gemfile.lock):
spree_core (2.4.6)
In Gemfile:
spree_i18n (>= 0) ruby depends on
spree_core (~> 2.4.10) ruby
Running
bundle update
will rebuild your snapshot from scratch, using onlythe gems in your Gemfile, which may resolve the conflict.
Thanks in Advance.
Thanks
Shiva.A
The text was updated successfully, but these errors were encountered: