Why can't bundler find the Mechanize gem?
My Rails Gemfile project shows the following:
gem 'mechanize', :git => 'git://github.com/tenderlove/mechanize.git'
Starting package installation causes the following error:
Updating git:
Fetching source index for http:
Could not find gem 'mechanize (>= 0)' in git:
Source does not contain any versions of 'mechanize (>= 0)'
I came to this problem after you drew a project to make small changes, but could not get a binder to use the github location or local path. Why can't he find the stone?
If I delete all the instructions and just do it gem 'mechanize', then it works flawlessly.
Versions: Bundler 1.0.14 + Rails 3.1 Release Canditate + Ruby 1.8.7 (via RVM) + Debian 5
Marco source
share