if you want to update the rubygems package installed by Debian, edit /usr/bin/gem and add those two lines after "require 'rubygems'":
require 'rubygems/gem_runner'require 'rubygems/open-uri'
then you can update ruby gems with
gem update --system
this hack doesn't work on etch with rubygems from backports. :\in fact, gem_runner is already in there.
Post a Comment
1 comment:
this hack doesn't work on etch with rubygems from backports. :\
in fact, gem_runner is already in there.
Post a Comment