RubyGems ERROR: Error Installing Cucumber, hoe Requires RubyGems version 1.3.1
While creating a development environment for a Ruby project earlier I ran into an error installing some of the gems required by the project. I realized that I had installed an older version of RubyGems which was causing problems with some of the gem dependents that needed to be installed. Below I list one of…