Skip to content

Instantly share code, notes, and snippets.

@pragdave
Created January 5, 2012 16:17
Show Gist options
  • Save pragdave/1565955 to your computer and use it in GitHub Desktop.
Save pragdave/1565955 to your computer and use it in GitHub Desktop.
dave[~/Play 7:58:42] gem update rails
Updating installed gems
Updating coffee-rails
Fetching: activesupport-3.2.0.rc2.gem (100%)
Fetching: activemodel-3.2.0.rc2.gem (100%)
Fetching: rack-1.4.0.gem (100%)
Fetching: journey-1.0.0.rc4.gem (100%)
Fetching: sprockets-2.1.2.gem (100%)
Fetching: actionpack-3.2.0.rc2.gem (100%)
ERROR: Error installing coffee-rails:
actionpack requires journey (~> 1.0.0.rc1)
Updating jquery-rails
ERROR: Error installing jquery-rails:
actionpack requires journey (~> 1.0.0.rc1)
Updating sass-rails
ERROR: Error installing sass-rails:
actionpack requires journey (~> 1.0.0.rc1)
Gems updated: activesupport, activemodel, rack, journey, sprockets
Installing ri documentation for activesupport-3.2.0.rc2...
Installing ri documentation for activemodel-3.2.0.rc2...
@chaffeqa
Copy link

chaffeqa commented Jan 5, 2012

Got this too, looking for an answer

@ramosbrazil
Copy link

Hey guys, I've got the same issue, any news on that one ?

@ramosbrazil
Copy link

Got it working running the following :

sudo gem install journey -v 1.0.0.rc1

@imeos
Copy link

imeos commented Jan 21, 2012

Thanks for sharing your solution ramosbrazil

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment