Created
January 5, 2012 16:17
-
-
Save pragdave/1565955 to your computer and use it in GitHub Desktop.
This file contains 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
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... |
Hey guys, I've got the same issue, any news on that one ?
Got it working running the following :
sudo gem install journey -v 1.0.0.rc1
Thanks for sharing your solution ramosbrazil
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Got this too, looking for an answer