'Could not find gem' error when specifying a forked version of a gem from Github – Ebay API
I'm trying to use a forked version of the ebay api gem (https://github.com/codyfauser/ebay/) gem "ebayapi", :git => 'git://github.com/AutoRevo/ebay.git' However when I run bundle install, I get the error. Could not find gem 'ebayapi (>= 0) ruby' in git://github.com/AutoRevo/ebay.git (at master).…