On Fri, Mar 9, 2012 at 5:14 PM, grant schoep <[email protected]> wrote:
> So I was just doing a new gem install of rails and am encountering an > odd problem. Here's what I am seeing. > > > > gem install actionpack-3.2.2 -l > ERROR: While executing gem ... (Gem::DependencyError) > Unable to resolve dependencies: actionpack requires sprockets (~> > 2.1.2) > > But I do have the sprockets-2.3.1 installed, which should be ~> 2.1.2, > proven by the below command > > > gem list --local | grep sprockets > > sprockets (2.3.1) > > What gives? Is this too new of a version? > Ah, I figured out what the problem was. I tried this out on a computer connected to the internet and let gem install automatically do its work. On install, It went ahead and grabbed sprocket-2.1.2 specifically. Regardless that I had 2.3.1 installed. Now it works fine. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

