You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rubyonra...@googlegroups.com
Helo, i have a problem when i try to use ->rails new proyect, this show me an error
'An error occurred while installing rake <10.4.2> and bundler cannot continue.
Make sure that gem install rake -v 10.4.2 succeeds before bundling.'
What can i do with this??
Colin Law
unread,
Apr 8, 2015, 4:12:20 AM4/8/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rubyonra...@googlegroups.com
That means that probably you have not installed some package that is
needed to build gems. That depends on which operating system you are
using. If you google for
install rails your_operating_system
you will probably find a list of dependencies to install.
I usually install using rvm which will install them for you.