Fix undefined rubygems version
Fix
Traceback (most recent call last):
...
recipe.install()
File "rubygemsrecipe/rubygems.py", line 347, in install
gem_executable):
File "rubygemsrecipe/rubygems.py", line 300, in get_dependency_list
if self.version[0] < '3':
TypeError: 'NoneType' object has no attribute '__getitem__'
in deployment mode when rubygems is already installed.