Cannot install ruby gem in OSX

@DanRathbun,
on the mac system gem install for irb the spec varies on the gem version
s.rubygems_version = “2.0.14”
further investigating shows…

irb(main):015:0> Gem.rubygems_version
=> Gem::Version “2.0.14”

# Ruby Console
Gem.rubygems_version
2.0.3

could the fact they differ break gems on a mac?
john