summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update binstubs specs to handle legacy rubygemsseg-bundler-binstubsSamuel Giddins2017-07-211-1/+4
* Quote env var values for ruby < 2 popenSamuel Giddins2017-07-211-1/+1
* Re-format the bundle binstub to conform to Bundler standardSamuel Giddins2017-07-211-10/+19
* Handle when Bundler is only available on the load pathSamuel Giddins2017-07-213-7/+20
* Add a special bundler binstub that ensures the correct version is activatedSamuel Giddins2017-07-217-15/+196
* Auto merge of #5887 - arbonap:master, r=indirectThe Bundler Bot2017-07-211-2/+4
|\
| * collapse examples where possibleAndre Arko2017-07-201-17/+3
| * Add instructions on how to update bundler, install prereleases, and uninstall...Patricia Arbona2017-07-201-0/+16
* | Auto merge of #5890 - bundler:seg-require-gemdeps, r=colby-swandaleThe Bundler Bot2017-07-211-0/+1
|\ \ | |/ |/|
| * [RubyGemsIntegration] Require bundler/gemdeps before using itseg-require-gemdepsSamuel Giddins2017-07-201-0/+1
* | Auto merge of #5885 - bundler:seg-yaml-empty-string-values, r=segiddinsThe Bundler Bot2017-07-201-0/+1
|\ \
| * | [YAMLSerializer] Handle empty strings properlyseg-yaml-empty-string-valuesSamuel Giddins2017-07-202-3/+5
| |/
* | Auto merge of #5884 - bundler:seg-no-bundler-versio-warning-when-parseable, r...The Bundler Bot2017-07-202-7/+27
|\ \
| * | [CLI] Dont print an outdated version warning when running a parseable commandseg-no-bundler-versio-warning-when-parseableSamuel Giddins2017-07-202-7/+27
|/ /
* | Auto merge of #5811 - bundler:seg-stop-remembering-cli-options, r=indirectThe Bundler Bot2017-07-1962-508/+588
|\ \
| * | [EndpointSpecification] Ensure used ivars are initializedseg-stop-remembering-cli-optionsSamuel Giddins2017-07-191-0/+3
| * | [CLI] Deprecate install --no-pruneSamuel Giddins2017-07-191-1/+1
| * | [CLI] Deprecate install --force in favor of --redownloadSamuel Giddins2017-07-193-42/+47
| * | [CLI] Deprecate install --cleanSamuel Giddins2017-07-192-3/+3
| * | [CLI] Deprecate init --gemspecSamuel Giddins2017-07-192-3/+3
| * | [CLI] Rename #forgotten_option to #deprecated_optionSamuel Giddins2017-07-191-10/+10
| * | Update the specs for the new :deployment settingSamuel Giddins2017-07-1910-25/+25
| * | Fix the realworld specs under Bundler 2Samuel Giddins2017-07-193-15/+2
| * | Fix deployment specs under Bundler 2Samuel Giddins2017-07-192-22/+23
| * | Ensure groups are properly handled when the overlap in settingsSamuel Giddins2017-07-193-16/+28
| * | Use the create_file helper in the specs for its mkpathSamuel Giddins2017-07-191-3/+1
| * | Remove several CLI flags that need to be set via config in Bundler 2Samuel Giddins2017-07-191-0/+1
| * | Remove several CLI flags that need to be set via config in Bundler 2Samuel Giddins2017-07-1925-125/+135
| * | Set forgotten command line options via config in 2.0Samuel Giddins2017-07-1929-151/+204
| * | Remove unused Bundler.bundle_path= methodSamuel Giddins2017-07-191-2/+0
| * | Update the settings specs for []= being removedSamuel Giddins2017-07-191-1/+1
| * | [Settings] Remove #deleteSamuel Giddins2017-07-192-6/+2
| * | [Settings] Stop remembering CLI options in Bundler 2Samuel Giddins2017-07-1918-125/+141
* | | Auto merge of #5822 - deivid-rodriguez:dont_gitignore_lockfiles, r=indirectThe Bundler Bot2017-07-191-1/+0
|\ \ \ | |/ / |/| |
| * | Stop gitignoring Gemfile.lock in default templateDavid Rodríguez2017-06-271-1/+0
* | | Auto merge of #5844 - bundler:seg-speed-up-no-op-install, r=colby-swandaleThe Bundler Bot2017-07-194-61/+92
|\ \ \
| * | | Speed up no-op installsseg-speed-up-no-op-installSamuel Giddins2017-07-194-61/+92
|/ / /
* | | Auto merge of #5871 - greysteil:extensions-array, r=segiddinsThe Bundler Bot2017-07-182-1/+11
|\ \ \
| * | | Fall back to `super` in all EndpointSpecification attribute methodsGrey Baker2017-07-181-1/+3
| * | | Return an empty array if no extensions are foundGrey Baker2017-07-182-1/+9
* | | | Auto merge of #5870 - bundler:seg-fix-specs, r=segiddinsThe Bundler Bot2017-07-181-1/+1
|\ \ \ \ | |/ / /
| * | | 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-173-1/+24
|\ \ \ | | |/ | |/|
| * | Version 1.15.2 with changelogv1.15.2Samuel Giddins2017-07-172-1/+19
| * | 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-173-3/+79
| * | Auto merge of #5848 - bundler:seg-inline-bundle-bin, r=colby-swandaleThe Bundler Bot2017-07-176-5/+25
| * | Auto merge of #5817 - NickLaMuro:bug_with_path_gem_source_equivalency, r=segi...The Bundler Bot2017-07-173-1/+43
| * | Auto merge of #5819 - bundler:seg-full-index-invalid-deps, r=indirectThe Bundler Bot2017-07-172-1/+33