You do not have permission to delete messages in this group
Copy link
Report message as abuse
Sign in to report message as abuse
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
Maybe a stupid question.
How do I reinstall that gem on ruby 1.9.3 ?
Can I do gem uninstall json and then gem install json.
And do I have to do bundle install ?
I have used rvm to install ruby 1.9,3.
Roelof
Op vrijdag 14 september 2012 21:50:40UTC+2 schreef tom meinlschmidt het volgende:
Colin Law
unread,
Sep 14, 2012, 5:10:05 PM9/14/12
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 as abuse
Sign in to report message as abuse
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
See
http://bugs.ruby-lang.org/issues/5916 I think the problem is that you have not got a consistent build of
gems (different ruby versions or something). If you get rid of the
gemset and start again so that all the gems are re-built you should be
ok,
Colin
Frederick Cheung
unread,
Sep 15, 2012, 6:15:31 AM9/15/12
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 as abuse
Sign in to report message as abuse
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
If reinstalling the gems in a clean gemset doesn't work then It's usually an environmental thing, for example if you use macports its sometimes possible for one version of a library to be picked up while compiling ruby (or a gem) but a different version is used when ruby actually runs. Unfortunately working out exactly what is wrong is a bit hit and miss
Fred
roelof
unread,
Sep 15, 2012, 2:53:28 PM9/15/12
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 as abuse
Sign in to report message as abuse
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
Hello,
Doing all the steps again did the step. The only thing I changed is before I made the gemset I entered ruby use 1.9.3
Everythig thanks for the help
Roelof
Op zaterdag 15 september 2012 12:15:31 UTC+2 schreef Frederick Cheung het volgende: