Hi Steve, I would start by upgrading either your system Ruby to use the latest Rubygems: http://docs.rubygems.org/read/chapter/3#page14
Or upgrade your JRuby installation to a recent version (1.6.x+). Once you have recent versions of JRuby/Rubygems, I think your buildr installation should go much smoother. alex On Tue, Oct 18, 2011 at 3:01 PM, Line, Steve <steve.l...@redprairie.com>wrote: > Hi All, > > I'm having fits trying to update buildr on a Solaris 10 box. Can't get it > to > work with ruby or jruby. > > I updated ruby to 1.8.7 and when I run gem update builr I get: > > -bash-3.00# gem update buildr > Updating installed gems > Nothing to update > -bash-3.00# buildr --version > Buildr 1.3.3 (JRuby 1.1.4) > > > If I use jruby I get this: > > -bash-3.00# jruby -S gem update buildr > Updating installed gems > ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError) > bad response Found 302 (http://gems.rubyforge.org/latest_specs.4.8) > > -bash-3.00# jruby -S gem update buildr --source http://rubygems.org > Updating installed gems > ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError) > bad response Found 302 (http://rubygems.org/latest_specs.4.8) > > Could somebody offer some help? I don't care whether we use jruby or ruby > I > just want buildr to update and work. > > Thank you. > > > -- > Steven Line > 303-215-0131 > RedPrairie > Denver, CO > > Email Disclaimer: > http://www.redprairie.com/emaildisclaimer/ >