You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kigster
changed the title
Allow bundle install to select specific gems from a shared GemFile (rather than all)
Allow bundle install to use Gemfile that references a gemspec for the gem sources.
Dec 2, 2019
kigster
changed the title
Allow bundle install to use Gemfile that references a gemspec for the gem sources.
Support "gemspec" method in the Gemfiles during bundle_install
Dec 2, 2019
We still need this, but I am gonna ponder on this for now.
kigster
changed the title
Support "gemspec" method in the Gemfiles during bundle_installruby_bundle should support Gemfiles with gemspec method
Feb 29, 2020
Currently bundle is created based on the
Gemfile
andGemfile.lock
only.However, many custom gems use
gemspec
inside theGemfile
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 theGemfile
.The text was updated successfully, but these errors were encountered: