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
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