Created
August 31, 2011 04:09
-
-
Save parndt/1182804 to your computer and use it in GitHub Desktop.
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
ERROR: While executing gem ... (Gem::DependencyError) | |
Unable to resolve dependencies: activeresource requires activesupport (= 3.0.10), activemodel (= 3.0.10); activerecord requires activesupport (= 3.0.10), activemodel (= 3.0.10), arel (~> 2.0.10); rails requires activesupport (= 3.0.10); railties requires activesupport (= 3.0.10); globalize3 requires activemodel (>= 3.0.0); mail requires activesupport (>= 2.3.6), i18n (>= 0.4.0); actionpack requires activesupport (= 3.0.10), activemodel (= 3.0.10), builder (~> 2.1.2), i18n (~> 0.5.0) |
I got that too when updating refinerycms
Yep that's where I get it.
Here's the gem I'm installing's gemspec: https://gist.github.com/2f93ecc8b47dc08aef44
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
All I'm trying to do here is install a gem that I'm about to push to check that it installs in a blank gemset.
I get this.
What ?!