summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
...
| * Auto merge of #5637 - bundler:seg-gem-finish-resolve, r=indirectThe Bundler Bot2017-05-101-0/+24
| * Auto merge of #5630 - bundler:jules2689-bundler-stub-spec, r=segiddinsThe Bundler Bot2017-05-101-0/+25
| * Auto merge of #5622 - bundler:seg-shortref-display, r=indirectThe Bundler Bot2017-04-302-1/+24
| * Auto merge of #5614 - bundler:seg-test-default-gem-substitutes-are-activated,...The Bundler Bot2017-04-301-0/+44
| * Auto merge of #5612 - bundler:seg-dont-require-thor-actions, r=indirectThe Bundler Bot2017-04-302-1/+7
| * Auto merge of #5588 - bundler:seg-fix-ruby-head-tests, r=segiddinsThe Bundler Bot2017-04-302-3/+4
| * Auto merge of #5602 - alextaylor000:issue-5423, r=segiddinsThe Bundler Bot2017-04-231-0/+27
| * Auto merge of #5600 - bundler:seg-lockfile-duplicates, r=segiddinsThe Bundler Bot2017-04-231-0/+12
| * Auto merge of #5595 - bundler:jules2689-stub-spec-extension-dir, r=segiddinsThe Bundler Bot2017-04-231-0/+5
* | Auto merge of #5864 - koic:enable_layout_empty_line_after_magic_comment_cop, ...The Bundler Bot2017-07-1684-0/+84
|\ \
| * | [RuboCop] Enable Layout/EmptyLineAfterMagicComment copKoichi ITO2017-07-1684-0/+84
* | | Auto merge of #5852 - stefansedich:add-process-lock, r=indirectThe Bundler Bot2017-07-151-0/+22
|\ \ \ | |/ / |/| |
| * | Merge branch 'master' of https://github.com/bundler/bundler into add-process-...Stefan Sedich2017-07-1210-16/+146
| |\ \
| * | | Adding process lock for bundle install operations to fix issue where multiple...Stefan Sedich2017-07-111-0/+22
* | | | Auto merge of #5853 - koic:change_deprecation_from_list_to_show, r=indirectThe Bundler Bot2017-07-131-3/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | Change deprecation from `bundle list` to `bundle show`Koichi ITO2017-07-091-3/+3
* | | | Fix deployment specs under 2.0Samuel Giddins2017-07-126-15/+69
* | | | Use deployment instead of frozen as a setting on Bundler 2Samuel Giddins2017-07-123-1/+18
* | | | Add some unit tests for lockfile parsingSamuel Giddins2017-07-111-0/+59
| |/ / |/| |
* | | Limit specs to rack-test < 0.7.0 for Ruby 1.8.7 compatibilitysegiddins-spec-deps-updateSamuel Giddins2017-07-101-0/+3
|/ /
* | Auto merge of #5838 - bundler:seg-make-gem-private, r=indirectThe Bundler Bot2017-07-081-1/+35
|\ \
| * | Make Bundler.setup not make Kernel#gem public in Bundler 2seg-make-gem-privateSamuel Giddins2017-07-071-1/+35
* | | Auto merge of #5826 - greysteil:handle-invalid-range-errors, r=indirectThe Bundler Bot2017-07-082-0/+58
|\ \ \
| * | | Make CompactIndexPartialUpdate artifice deterministicGrey Baker2017-07-051-9/+8
| * | | Avoid Range Not Satisfiable errors during normal request flowGrey Baker2017-07-042-0/+59
* | | | Auto merge of #5837 - bundler:seg-default-gem-activation-spec-hack, r=segiddinsThe Bundler Bot2017-07-081-10/+14
|\ \ \ \
| * | | | Improve logging in default gem activation specsseg-default-gem-activation-spec-hackSamuel Giddins2017-07-071-10/+14
| | |/ / | |/| |
* | | | [Inline] Work when BUNDLE_BIN is setseg-inline-bundle-binSamuel Giddins2017-07-073-1/+18
|/ / /
* | | Auto merge of #5839 - bundler:seg-sort-documented-settings, r=colby-swandaleThe Bundler Bot2017-07-062-1/+17
|\ \ \
| * | | Sort all documented settings in the bundle-config man pageseg-sort-documented-settingsSamuel Giddins2017-07-051-1/+3
| * | | Add a be_sorted matcherSamuel Giddins2017-07-051-0/+14
* | | | Auto merge of #5817 - NickLaMuro:bug_with_path_gem_source_equivalency, r=segi...The Bundler Bot2017-07-052-0/+38
|\ \ \ \ | |/ / / |/| | |
| * | | Compare sources using source's rootNick LaMuro2017-06-292-0/+38
* | | | Update specs for the specific platform being added to the lockfileSamuel Giddins2017-07-0512-78/+97
* | | | Update specs that simulate 2.0 lockfiles to include the specific platformSamuel Giddins2017-07-051-0/+2
* | | | Enable specific_platform by default on 2.0Samuel Giddins2017-07-053-5/+15
* | | | Auto merge of #5819 - bundler:seg-full-index-invalid-deps, r=indirectThe Bundler Bot2017-07-051-0/+24
|\ \ \ \
| * | | | [RemoteSpecification] Fail gracefully when deps is an array of array of strin...seg-full-index-invalid-depsSamuel Giddins2017-07-041-0/+24
| | |/ / | |/| |
* | | | Auto merge of #5798 - bundler:seg-new-cache-is-package, r=indirectThe Bundler Bot2017-07-052-0/+10
|\ \ \ \
| * | | | Use the Package command for `bundle cache` on Bundler 2seg-new-cache-is-packageSamuel Giddins2017-07-032-0/+10
| |/ / /
* | | | Auto merge of #5829 - bundler:colby/vcr-cassettes-illegal-path-chars, r=segid...The Bundler Bot2017-07-053-1/+1
|\ \ \ \
| * | | | remove forbidden chars in cassettes pathnamecolby/vcr-cassettes-illegal-path-charsColby Swandale2017-07-043-1/+1
* | | | | Auto merge of #5790 - bundler:seg-suppress-using-messages, r=indirectThe Bundler Bot2017-07-0510-33/+52
|\ \ \ \ \
| * | | | | Update the Bundler 2 specs for the removal of using... messagesseg-suppress-using-messagesSamuel Giddins2017-07-0310-35/+20
| * | | | | Suppress `Using …` messages during installation when a version has not changedSamuel Giddins2017-07-021-0/+34
* | | | | | Auto merge of #5613 - bundler:seg-vendor-fileutils, r=indirectThe Bundler Bot2017-07-057-10/+18
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Fix expectations to adapt to the fileutils bundler is usingseg-vendor-fileutilsSamuel Giddins2017-06-284-7/+15
| * | | | | Mock Bundler::FileUtils when necessarySamuel Giddins2017-06-283-7/+7
| * | | | | Vendor fileutils since it is now a gemSamuel Giddins2017-06-283-3/+3
* | | | | | Remove the console command in Bundler 2.0seg-deprecate-consoleSamuel Giddins2017-07-023-2/+3
| |/ / / / |/| | | |