Re: Updating to rubygems 1.8.6?

2011-07-26 Thread Alex Boisvert
+1 monkeying with gem versions is largely redundant with bundler now so I think it's best to take it out (assume read-only, like you said) and leave it to the more sophisticated tool. alex On Tuesday, July 26, 2011, Rhett Sutphin wrote: > Hi Peter, > > On Jul 26, 2011, at 7:11 AM, Peter Donald w

Re: Updating to rubygems 1.8.6?

2011-07-26 Thread Rhett Sutphin
Hi Peter, On Jul 26, 2011, at 7:11 AM, Peter Donald wrote: > Hi, > > I am looking at upgrading buildrs dependency on rubygems to a later version > and being more explicit about the version. i.e. Something like > > spec.add_dependency 'rubygems-update', '>= 1.8.6' Good idea, though the gem

Updating to rubygems 1.8.6?

2011-07-26 Thread Peter Donald
Hi, I am looking at upgrading buildrs dependency on rubygems to a later version and being more explicit about the version. i.e. Something like spec.add_dependency 'rubygems-update', '>= 1.8.6' However as I was going through this I noticed we are using a whole whackload of deprecated feature