sudo gem update rest-client That should get you to the latest 1.4.2 Although I was using 1.3.1 up until I ran that command to test for you :-) so I'm not sure if 1.4.2 will work or not. I do know that 1.3.1 works.
You can do a "gem list" and see which version you have. Mine looks like this now: rest-client (1.4.2, 1.3.1, 1.2.0) -Chris On Thu, Apr 1, 2010 at 7:31 PM, DAZ <[email protected]> wrote: > Cheers Chris, > > I thought that, but sudo gem update doesn't seem to update rest- > client. Is there any way I can target that specific gem and get the > correct version? > > thanks, > > DAZ > > On Apr 1, 11:27 am, Chris <[email protected]> wrote: >> You need to update your rest-client gem to something > 1.3.0 >> -Chris >> >> >> >> On Thu, Apr 1, 2010 at 7:24 PM, DAZ <[email protected]> wrote: >> > Hi, >> >> > I updated the Heroku gem yesterday and now I get this message if I try >> > to use it: >> >> > /usr/local/lib/site_ruby/1.8/rubygems.rb:827:in >> > `report_activate_error': RubyGem version error: rest-client(1.0.3 not >> > ~> 1.3.0) (Gem::LoadError) >> > from /usr/local/lib/site_ruby/1.8/rubygems.rb:261:in `activate' >> > from /usr/local/lib/site_ruby/1.8/rubygems.rb:296:in `activate' >> > from /usr/local/lib/site_ruby/1.8/rubygems.rb:295:in `each' >> > from /usr/local/lib/site_ruby/1.8/rubygems.rb:295:in `activate' >> > from /usr/local/lib/site_ruby/1.8/rubygems.rb:68:in `gem' >> > from /usr/bin/heroku:18 >> >> > Anybody else get this or know how to fix it? >> >> > Thanks, >> >> > DAZ >> >> > -- >> > You received this message because you are subscribed to the Google Groups >> > "Heroku" group. >> > To post to this group, send email to [email protected]. >> > To unsubscribe from this group, send email to >> > [email protected]. >> > For more options, visit this group >> > athttp://groups.google.com/group/heroku?hl=en. > > -- > You received this message because you are subscribed to the Google Groups > "Heroku" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/heroku?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
