You can fix this by editing the file /usr/bin/gem and add the line
require ‘rubygems/gem_runner’ after require ‘rubygems’
It should be like,
require ‘rubygems’
require ‘rubygems/gem_runner’
and so on
Mar 27th, 2008 by L J Arthur Neil
You can fix this by editing the file /usr/bin/gem and add the line
require ‘rubygems/gem_runner’ after require ‘rubygems’
It should be like,
require ‘rubygems’
require ‘rubygems/gem_runner’
and so on