summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Speed up no-op installsseg-speed-up-no-op-installSamuel Giddins2017-07-191-1/+1
* Return an empty array if no extensions are foundGrey Baker2017-07-181-1/+7
* Fix spec on 2.0 broken with the v1.15.2 mergeseg-fix-specsSamuel Giddins2017-07-171-1/+1
* Merge tag 'v1.15.2'Samuel Giddins2017-07-171-0/+5
|\
| * fixup! Auto merge of #5819 - bundler:seg-full-index-invalid-deps, r=indirectSamuel Giddins2017-07-171-2/+3
| * Auto merge of #5855 - bundler:segiddins-spec-deps-update, r=segiddinsThe Bundler Bot2017-07-171-0/+3
| * Auto merge of #5826 - greysteil:handle-invalid-range-errors, r=indirectThe Bundler Bot2017-07-172-0/+58
| * Auto merge of #5848 - bundler:seg-inline-bundle-bin, r=colby-swandaleThe Bundler Bot2017-07-173-1/+18
| * Auto merge of #5817 - NickLaMuro:bug_with_path_gem_source_equivalency, r=segi...The Bundler Bot2017-07-172-0/+38
| * Auto merge of #5819 - bundler:seg-full-index-invalid-deps, r=indirectThe Bundler Bot2017-07-171-0/+24
| * Auto merge of #5809 - bundler:seg-config-converted-value, r=indirectThe Bundler Bot2017-07-171-0/+10
| * Auto merge of #5801 - jakauppila:fix_no_proxy_patch, r=segiddinsThe Bundler Bot2017-07-171-0/+15
| * Auto merge of #5804 - bundler:seg-remove-postit-trampoline, r=indirectThe Bundler Bot2017-07-173-216/+0
| * Auto merge of #5791 - bundler:seg-verbose-cli-print-no-defaults, r=colby-swan...The Bundler Bot2017-07-171-0/+5
| * Auto merge of #5713 - bundler:seg-viz-other-gem, r=indirectThe Bundler Bot2017-07-172-4/+45
| * Auto merge of #5707 - bundler:seg-sort-by-name-spec-set, r=indirectThe Bundler Bot2017-07-171-8/+36
| * Auto merge of #5694 - bundler:seg-lock-update-missing, r=colby-swandaleThe Bundler Bot2017-06-011-0/+9
| * Auto merge of #5690 - bundler:colby/bundler-init-invalid-gemspec, r=segiddinsThe Bundler Bot2017-06-011-22/+48
| * Auto merge of #5680 - bundler:seg-git-force-no-git-ops, r=segiddinsThe Bundler Bot2017-06-011-0/+31
| * 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