Created
February 16, 2012 20:56
-
-
Save GeekOnCoffee/1847779 to your computer and use it in GitHub Desktop.
Spree Circular Dependencies
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rvm --create use 1.9.3@empty | |
Using /Users/hooka/.rvm/gems/ruby-1.9.3-p0 with gemset empty | |
WI5MC1002946:spree_paypal_express hooka$ rails s | |
WI5MC1002946:spree_paypal_express hooka$ gem install spree | |
ERROR: While executing gem ... (Gem::DependencyError) | |
Unable to resolve dependencies: kaminari requires activesupport (>= 3.0.0), actionpack (>= 3.0.0); rails requires activesupport (= 3.1.3), actionpack (= 3.1.3); actionmailer requires actionpack (= 3.1.3); activeresource requires activesupport (= 3.1.3), activemodel (= 3.1.3); activemerchant requires activesupport (>= 2.3.11); active_utils requires activesupport (>= 2.3.11); meta_search requires activesupport (~> 3.1.0), actionpack (~> 3.1.0); paperclip requires activesupport (>= 2.3.2); activerecord requires activesupport (= 3.1.3), activemodel (= 3.1.3), arel (~> 2.2.1); railties requires activesupport (= 3.1.3), actionpack (= 3.1.3) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment