summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [StubSpecification] Return a path in #full_gem_path even if the gem is deletedseg-stubs-no-load-full-specSamuel Giddins2017-04-081-1/+3
* [StubSpecification] #full_require_paths is only 2.2+Samuel Giddins2017-04-081-6/+6
* [StubSpecification] BasicSpecification#full_require_paths only defined on 2.2+Samuel Giddins2017-04-071-2/+4
* [StubSpecification] Move availability logic to RubygemsIntegrationSamuel Giddins2017-04-074-10/+27
* Fix require spec on Ruby < 2Samuel Giddins2017-04-071-2/+2
* [StubSpecification] Assign source when materializing the full specSamuel Giddins2017-04-072-3/+6
* [Git] Only use stub specs on 2.5.1+Samuel Giddins2017-04-072-2/+5
* [StubSpecification] Properly handle full_gem_path for git gemsSamuel Giddins2017-04-074-12/+11
* [RubygemsIntegration] Remove special case when caller is gem executableSamuel Giddins2017-04-071-3/+13
* [Git] Avoid loading full gemspecs in -rbundler/setup when stubs are availableSamuel Giddins2017-04-074-3/+50
* [StubSpecification] Avoid loading the full spec when possibleSamuel Giddins2017-04-075-3/+92
* Auto merge of #5456 - Shekharrajak:5452_bundle_inject_options, r=colby-swandaleThe Bundler Bot2017-04-074-4/+46
|\
| * writing groups instead of group in the Gemfileshekharrajak2017-04-052-2/+9
| * minor change: typo fixedshekharrajak2017-03-301-1/+1
| * multiple groups testcase added and confirmation msg addedshekharrajak2017-03-242-2/+15
| * using source.dumpshekharrajak2017-02-231-1/+1
| * failed testcase fixedshekharrajak2017-02-231-2/+2
| * minor changesshekharrajak2017-02-222-16/+11
| * test cases addedshekharrajak2017-02-212-2/+24
| * bundle inject can be used with few optionsshekharrajak2017-02-202-2/+7
* | Auto merge of #5564 - bundler:seg-load-gempspec-chdir, r=indirectThe Bundler Bot2017-04-072-16/+19
|\ \
| * | [Definition] Avoid computing diff in converge_locked_specs unless it’s neededseg-load-gempspec-chdirSamuel Giddins2017-04-051-2/+3
| * | [Definition] Clean up converge_locked_specs logicSamuel Giddins2017-04-051-2/+4
| * | [Definition] Speed up converge_locked_specsSamuel Giddins2017-04-051-1/+1
| * | [Bundler] Avoid chdir when loading a yaml gemspecSamuel Giddins2017-04-051-11/+11
* | | Auto merge of #5454 - bundler:seg-setup-activate-no-gems, r=indirectThe Bundler Bot2017-04-052-1/+67
|\ \ \
| * | | Avoid aliasing a missing method in specs on old RGseg-setup-activate-no-gemsSamuel Giddins2017-04-041-8/+12
| * | | Add temporary exemptions to default gem activation testsSamuel Giddins2017-04-041-6/+19
| * | | Avoid requiring the whole of rubygems/ext to backport monitorSamuel Giddins2017-04-041-1/+7
| * | | Add a spec for not activating any gems during Bundler.setupSamuel Giddins2017-04-041-0/+43
* | | | Auto merge of #5496 - bundler:seg-exec-outside-bundle, r=segiddinsThe Bundler Bot2017-04-053-32/+70
|\ \ \ \ | |_|/ / |/| | |
| * | | Update exec spec to have a different expectation for RG < 2.6.2seg-exec-outside-bundleSamuel Giddins2017-04-042-5/+20
| * | | [RubygemsIntegration] Also pass in a hash of specs by name when replacing ent...Samuel Giddins2017-04-041-32/+35
| * | | Remove spec expectation that does not hold across all versionsSamuel Giddins2017-04-041-1/+0
| * | | Friendly error when exec'ing to gem outside the bundleSamuel Giddins2017-04-042-1/+22
| |/ /
* | | Auto merge of #5505 - jonathanpike:master, r=colby-swandaleThe Bundler Bot2017-04-053-0/+63
|\ \ \ | |/ / |/| |
| * | Minor copy changes to issue commandJonathan Pike2017-04-041-2/+2
| * | Use hashrocket syntax with print_gemfile optionJonathan Pike2017-03-151-1/+1
| * | Print gemfile and gemfile.lock with env outputJonathan Pike2017-03-152-1/+7
| * | Add bundle issue command that prints instructions for reporting issuesJonathan Pike2017-03-073-0/+57
* | | Auto merge of #5562 - aledalgrande:binstubs-docs, r=segiddinsThe Bundler Bot2017-04-041-0/+3
|\ \ \
| * | | Add bundle binstubs to the main man pageAlessandro Dal Grande2017-04-041-0/+3
|/ / /
* | | Auto merge of #5556 - bundler:seg-zoom-zoom, r=indirectThe Bundler Bot2017-04-043-62/+73
|\ \ \
| * | | [Definition] Add comment explaining why we need to override a deps typeseg-zoom-zoomSamuel Giddins2017-04-031-0/+6
| * | | [LockfileParser] Add comments to NAME_PATTERNSamuel Giddins2017-04-031-1/+9
| * | | [Runtime] Avoid re-locking when not unlocking and nothing has changedSamuel Giddins2017-04-032-6/+11
| * | | [LockfileParser] Use a single name-version regexpSamuel Giddins2017-04-031-33/+33
| * | | [Definition] Move #fixup_dependency_types! into #converge_dependenciesSamuel Giddins2017-04-031-21/+12
| * | | [Definition] Only print change reason if it is non-emptySamuel Giddins2017-04-031-1/+2
| * | | [Runtime] Suggest `bundle install` instead of just `bundle`Samuel Giddins2017-04-031-1/+1
|/ / /