Open
Description
Currently bundle is created based on the Gemfile
and Gemfile.lock
only.
However, many custom gems use gemspec
inside the Gemfile
to delegate gem listing to the *.gemspec
file.
bundle install
works just the same, except it needs to have the gem's gemspec file present and at the same level as the Gemfile
.