I\'ve created a gem, and for some reason this one keeps bugging me, and refuses to install properly through bundler.
Here\'s the Gemfile:
source
Do you have rubygems listed as a remote source?
Your Gemfile should have source :rubygems at the top of the file, and $ gem sources should return at a minimum:
Gemfile
source :rubygems
$ gem sources
*** CURRENT SOURCES *** http://rubygems.org/
If it's not listed, you can add it with $ gem sources -a http://rubygems.org
$ gem sources -a http://rubygems.org