Skip to content

Instantly share code, notes, and snippets.

@parndt
Created August 31, 2011 04:09
Show Gist options
  • Save parndt/1182804 to your computer and use it in GitHub Desktop.
Save parndt/1182804 to your computer and use it in GitHub Desktop.
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)
@parndt
Copy link
Author

parndt commented Aug 31, 2011

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 ?!

@stevenheidel
Copy link

I got that too when updating refinerycms

@parndt
Copy link
Author

parndt commented Aug 31, 2011

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