chrismccord / labrador

A loyal data retriever for your Rails development databases.
http://chrismccord.github.com/labrador/
253 stars 15 forks source link

Error: You have already activated json 1.8.0 but Gemfile requires 1.7.7 #25

Closed joefiorini closed 11 years ago

joefiorini commented 11 years ago

This happened after running your install script and then going to labrador for a given app. Might be related to 37signals/pow#378? Thoughts?

chrismccord commented 11 years ago

Hmm. It sounds like some have had success manually patching nack. Can you try throwing gem 'json', '1.7.7' in your ~/.labrador/Gemfile as a quick workaround?

joefiorini commented 11 years ago

I had to actually manually update the Gemfile.lock since labrador does deployment bundles by default. I got working by making Labrador use json 1.8.0.

On Fri, Aug 2, 2013 at 11:16 AM, Chris McCord notifications@github.comwrote:

Hmm. It sounds like some have had success manually patching nack. Can you try throwing gem 'json', '1.7.7' in your ~/.labrador/Gemfile as a quick workaround?

— Reply to this email directly or view it on GitHubhttps://github.com/chrismccord/labrador/issues/25#issuecomment-22012459 .