summaryrefslogtreecommitdiff
path: root/spec/bundler
Commit message (Expand)AuthorAgeFilesLines
* add feature flag to use https for :git in the dslcolby/git-https-defaultColby Swandale2018-11-251-0/+16
* Merge #6775Bundlerbot2018-11-161-0/+11
|\
| * fix rubocopColby Swandale2018-11-161-5/+5
| * Double-register hook in spec segiddins/6771-uniq-hook-registrationOlle Jonsson2018-11-101-1/+6
| * [Plugin::Index] Only register each plugin once for a given hookSamuel Giddins2018-11-051-0/+6
* | Merge #6743Bundlerbot2018-11-165-6/+13
|\ \
| * | To use helper method instead of env variables.SHIBATA Hiroshi2018-11-061-2/+2
| * | Backport from ruby coreSHIBATA Hiroshi2018-11-013-3/+4
| * | rubocop -aSHIBATA Hiroshi2018-10-202-4/+3
| * | Restore rubygems certificates. Current bundler examples will removeSHIBATA Hiroshi2018-10-201-1/+7
| * | Added to support BUNDLE_RUBY and BUNDLE_GEM environmental variables.SHIBATA Hiroshi2018-10-201-1/+2
* | | Merge #6714Bundlerbot2018-11-064-26/+38
|\ \ \ | |_|/ |/| |
| * | Remove commented out codeDavid Rodríguez2018-10-031-4/+0
| * | Cleanup after ourselves when changing settingsDavid Rodríguez2018-10-033-22/+38
* | | Remove unnecessary stuff from specsDavid Rodríguez2018-10-261-18/+1
* | | fix error with path objects in arrayAlex Gordon2018-10-251-0/+13
| |/ |/|
* | Merge #6749Bundlerbot2018-10-191-0/+31
|\ \
| * | Rename `local-git` plugin install option to `local_git`Saverio Miroddi2018-03-271-2/+2
| * | Rename plugin install --file option to --local-gitSaverio Miroddi2018-03-191-4/+4
| * | Extend plugin installer file source UTsSaverio Miroddi2018-03-191-0/+31
* | | Remove "no-color" tweaks from specsDavid Rodríguez2018-10-011-3/+3
| |/ |/|
* | Merge #6316Bundlerbot2018-09-241-0/+43
|\ \
| * | Display unwritable files in each lineKenji Okimoto2018-04-231-3/+9
| * | Add backward compatibility code for Ruby 1.8.7Kenji Okimoto2018-04-231-2/+8
| * | Use 0o for octal literalsKenji Okimoto2018-04-231-1/+1
| * | Add test for Bundler.requires_sudo?Kenji Okimoto2018-04-231-0/+31
* | | bundle gem will generate homepage_uri and code and changelog section by defaultKeiji Yoshimi2018-09-141-0/+1
* | | Auto merge of #6689 - bundler:colby/fix-bundler-load-error, r=colby-swandaleThe Bundler Bot2018-09-131-0/+10
|\ \ \
| * | | Fix loadError occuring in https://github.com/bundler/bundler/issues/6537colby/fix-bundler-load-errorColby Swandale2018-09-131-0/+10
* | | | Adapt RubyVersion spec now that it fallbacks to RUBY_ENGINE_VERSIONBenoit Daloze2018-09-091-4/+4
* | | | Add specs for the truffleruby platformBenoit Daloze2018-09-091-1/+1
* | | | Improve test to better self explain what it doesbundle_env_formattingDavid Rodríguez2018-09-011-2/+6
* | | | Remove extra new lines from `bundle env` outputDavid Rodríguez2018-08-301-0/+4
|/ / /
* | | Fix DepProxy#hash calculationChristian Bruckmayer2018-08-231-0/+5
* | | Fix DepProxy#== undefind method errorChristian Bruckmayer2018-08-231-0/+17
* | | Fix computation of version range emptinessSamuel Giddins2018-08-061-0/+3
* | | Auto merge of #6550 - brodock:6546-fix-home-permissions, r=colby-swandaleThe Bundler Bot2018-06-121-0/+51
|\ \ \
| * | | Don't fallback to tempdir when required directories exist.Gabriel Mazetto2018-06-121-0/+51
| |/ /
* | | Auto merge of #6542 - bundler:colby/bundler-mkdir-no-sudo, r=colby-swandaleThe Bundler Bot2018-06-081-0/+28
|\ \ \
| * | | add option to Bundler#mkdir_p to force Bundler to not use sudoColby Swandale2018-06-061-0/+28
| |/ /
* | | Fix a spec comparison, reset events in tests to avoid test order issuesjules26892018-05-312-1/+2
* | | PR comments, some docsjules26892018-05-272-2/+20
* | | Make all plugin events registered to make documenting them easierjules26892018-05-221-11/+28
|/ /
* | Check correct paths are writable in requires_sudo?John Hawthorn2018-04-201-1/+1
* | Add some specs against requires_sudo?John Hawthorn2018-04-201-0/+67
* | Filter git uri credentials in source descriptionsegiddins/6489-filter-git-creds-using-messageSamuel Giddins2018-04-161-0/+28
* | Do not blow up when installing on a readonly filesystem without a home directoryMichael Grosser2018-04-101-0/+8
* | Auto merge of #6349 - shime:check-if-stderr-is-closed-before-reporting-errors...The Bundler Bot2018-03-171-0/+9
|\ \
| * | fix to stop writing to stderr if closedHrvoje Šimić2018-03-161-0/+9
| |/
* | [GitProxy] Fail gracefully when resetting to the given revision failssegiddins/fail-gracefully-when-resetting-to-rev-failsSamuel Giddins2018-03-101-1/+25
|/