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
{{ message }}
This repository has been archived by the owner on Nov 28, 2021. It is now read-only.
It would be nice if all spree_mail_settings would be added to Rubygems.org. Right now, installing this Gem via Github will result in dependency conflicts:
Bundler could not find compatible versions for gem "spree_backend":
In snapshot (Gemfile.lock):
spree_backend (= 3.0.9)
In Gemfile:
spree (~> 3.0.9) was resolved to 3.0.9, which depends on
spree_backend (= 3.0.9)
spree_mail_settings was resolved to 3.2.0.alpha, which depends on
spree_backend (~> 3.2.0.alpha)
spree_mail_settings was resolved to 3.2.0.alpha, which depends on
spree_backend (~> 3.2.0.alpha)
Running `bundle update` will rebuild your snapshot from scratch, using only
the gems in your Gemfile, which may resolve the conflict.
The text was updated successfully, but these errors were encountered:
It would be nice if all
spree_mail_settings
would be added to Rubygems.org. Right now, installing this Gem via Github will result in dependency conflicts:The text was updated successfully, but these errors were encountered: