RAILS: bundler does not install the package. (bundle install package)
- by Joern Akkermann
I started using bundler (which is to my eyes a pure desaster).
Now I want to add the Googlebase-gem to my app. So I entered "bundler install googlebase" in the root of my app. Bundler in fact installs several gems, but not Googlebase.
What have I done wrong?