summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dont use sudo to create tmp gem install dircolby/bundler-mkdir-no-sudoColby Swandale2018-05-211-1/+1
* add option to Bundler#mkdir_p to force Bundler to not use sudoColby Swandale2018-05-202-2/+25
* Auto merge of #6503 - koic:use_dir_instead_of_file_in_newgem_template, r=hsbtThe Bundler Bot2018-04-282-1/+7
|\
| * Use `__dir__` instead of `__FILE__` in newgem.gemspec templateKoichi ITO2018-04-232-1/+7
* | Auto merge of #6318 - jhawthorn:fix_incorrect_test_in_requires_sudo, r=segiddinsThe Bundler Bot2018-04-212-1/+68
|\ \
| * | Check correct paths are writable in requires_sudo?John Hawthorn2018-04-202-2/+2
| * | Add some specs against requires_sudo?John Hawthorn2018-04-201-0/+67
|/ /
* | Auto merge of #6498 - bundler:colby/gem-util-compatability, r=colby-swandaleThe Bundler Bot2018-04-201-1/+5
|\ \
| * | check for `Gem::Util` in RubyGems IntegrationColby Swandale2018-04-201-1/+5
|/ /
* | Auto merge of #6476 - tobias-grasse:master, r=colby-swandaleThe Bundler Bot2018-04-191-0/+3
|\ \
| * | Add RDoc parameter info to Injector.injectTobias Grasse2018-04-091-1/+4
| * | Update injector.rbTobias Grasse2018-04-061-1/+1
| |/
* | Auto merge of #6450 - bundler:segiddins/bundle-binstubs-all, r=colby-swandaleThe Bundler Bot2018-04-193-2/+33
|\ \
| * | [Binstubs] Add --all optionssegiddins/bundle-binstubs-allSamuel Giddins2018-04-183-2/+33
|/ /
* | Auto merge of #6493 - agrim123:agr-update-bundle-update-docs, r=colby-swandaleThe Bundler Bot2018-04-181-6/+10
|\ \
| * | Add documentation for --all flag of bundle updateAgrim Mittal2018-04-191-6/+10
|/ /
* | Auto merge of #6490 - bundler:segiddins/6489-filter-git-creds-using-message, ...The Bundler Bot2018-04-172-1/+30
|\ \
| * | Filter git uri credentials in source descriptionsegiddins/6489-filter-git-creds-using-messageSamuel Giddins2018-04-162-1/+30
|/ /
* | Auto merge of #6488 - bundler:colby/fix-exec-spec, r=segiddinsThe Bundler Bot2018-04-161-14/+2
|\ \
| * | fix failing exec spec that is blocking 1.16.2colby/fix-exec-specColby Swandale2018-04-141-14/+2
* | | Auto merge of #6482 - grosser:grosser/homeless, r=colby-swandaleThe Bundler Bot2018-04-152-1/+14
|\ \ \ | |/ / |/| |
| * | Do not blow up when installing on a readonly filesystem without a home directoryMichael Grosser2018-04-102-1/+14
|/ /
* | Auto merge of #6480 - bundler:segiddins/6475-install-path-dot, r=indirectThe Bundler Bot2018-04-082-2/+15
|\ \
| * | [Source::RubyGems] Allow installing when the path is `.`segiddins/6475-install-path-dotSamuel Giddins2018-04-082-2/+15
|/ /
* | Auto merge of #6474 - agrim123:agr-bundle-lock-fix, r=segiddinsThe Bundler Bot2018-04-072-1/+10
|\ \
| * | Fix bundle lock when default gemfile is presentAgrim Mittal2018-04-072-1/+10
| |/
* | Auto merge of #6466 - tduffield:bundler-check-length, r=segiddinsThe Bundler Bot2018-04-071-1/+1
|\ \
| * | Bump the bundle_binstub check-length to 300 charactersTom Duffield2018-03-291-1/+1
* | | Auto merge of #6478 - bundler:segiddins/fix-tests-against-rg-master, r=segiddinsThe Bundler Bot2018-04-072-4/+6
|\ \ \ | |_|/ |/| |
| * | Fix specs against RubyGems masterSamuel Giddins2018-04-062-4/+6
|/ /
* | Auto merge of #6467 - bundler:rubymorillo-patch-3, r=colby-swandaleThe Bundler Bot2018-03-311-0/+4
|\ \ | |/ |/|
| * Added spacerubymorillo-patch-3Stephanie Morillo2018-03-301-1/+1
| * Added license infoStephanie Morillo2018-03-301-0/+4
|/
* Auto merge of #6464 - bundler:rubymorillo-patch-3, r=colby-swandaleThe Bundler Bot2018-03-281-5/+9
|\
| * Document the order Bundler loads settingsStephanie Morillo2018-03-281-5/+9
|/
* Auto merge of #6463 - bundler:rubymorillo-patch-2, r=indirectThe Bundler Bot2018-03-271-9/+9
|\
| * Made small copy tweaks, removed redundant phrasingrubymorillo-patch-2Stephanie Morillo2018-03-271-9/+9
|/
* Auto merge of #6305 - wagenet:fix-git-pristine, r=indirectThe Bundler Bot2018-03-273-9/+32
|\
| * Correctly re-install extensions when running `pristine` for a git sourcePeter Wagenet2018-02-223-9/+32
* | Auto merge of #6446 - bundler:segiddins/remove-unused-ivar, r=colby-swandaleThe Bundler Bot2018-03-191-1/+0
|\ \
| * | [SpecGroup] Remove unused ivarsegiddins/remove-unused-ivarSamuel Giddins2018-03-181-1/+0
|/ /
* | Auto merge of #6444 - greysteil:handle-gem-specific-updates-non-local-platfor...The Bundler Bot2018-03-182-2/+43
|\ \
| * | Handle updating a specific gem for a non-local platformGrey Baker2018-03-182-2/+43
|/ /
* | Auto merge of #6310 - utilum:rescue_unspecified_exception, r=segiddinsThe Bundler Bot2018-03-1714-17/+17
|\ \
| * | Rescue StandardError from Etc.nprocessors since it can raise NoMethodError on...Samuel Giddins2018-03-171-1/+1
| * | Fix some rescue calls that do not specifiy error type.utilum2018-03-1714-17/+17
* | | Auto merge of #6346 - nesaulov:explain-spec-files, r=segiddinsThe Bundler Bot2018-03-172-0/+5
|\ \ \
| * | | Change commentsNikita Esaulov2018-03-162-2/+2
| * | | Add a comment about default spec.files setupNikita Esaulov2018-03-161-0/+1
| * | | Fix typoNikita Esaulov2018-03-161-1/+1