summaryrefslogtreecommitdiff
path: root/lib
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-201-2/+2
* 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
* | Check correct paths are writable in requires_sudo?John Hawthorn2018-04-201-1/+1
* | 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
| |/
* | [Binstubs] Add --all optionssegiddins/bundle-binstubs-allSamuel Giddins2018-04-182-2/+10
* | Filter git uri credentials in source descriptionsegiddins/6489-filter-git-creds-using-messageSamuel Giddins2018-04-161-1/+2
* | Do not blow up when installing on a readonly filesystem without a home directoryMichael Grosser2018-04-101-1/+6
* | [Source::RubyGems] Allow installing when the path is `.`segiddins/6475-install-path-dotSamuel Giddins2018-04-081-1/+4
* | Auto merge of #6474 - agrim123:agr-bundle-lock-fix, r=segiddinsThe Bundler Bot2018-04-071-1/+2
|\ \
| * | Fix bundle lock when default gemfile is presentAgrim Mittal2018-04-071-1/+2
| |/
* | Bump the bundle_binstub check-length to 300 charactersTom Duffield2018-03-291-1/+1
|/
* Auto merge of #6305 - wagenet:fix-git-pristine, r=indirectThe Bundler Bot2018-03-272-9/+13
|\
| * Correctly re-install extensions when running `pristine` for a git sourcePeter Wagenet2018-02-222-9/+13
* | [SpecGroup] Remove unused ivarsegiddins/remove-unused-ivarSamuel Giddins2018-03-181-1/+0
* | Handle updating a specific gem for a non-local platformGrey Baker2018-03-181-2/+2
* | Auto merge of #6310 - utilum:rescue_unspecified_exception, r=segiddinsThe Bundler Bot2018-03-1713-16/+16
|\ \
| * | 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-1713-16/+16
* | | 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
| * | | :cop:Nikita Esaulov2018-03-161-2/+1
| * | | Add a message after new gem generation with link to bundler.io guidesNikita Esaulov2018-03-161-0/+4
| * | | Add a comment describing spec.files method in the .gemspec templateNikita Esaulov2018-03-151-0/+1
* | | | Auto merge of #6349 - shime:check-if-stderr-is-closed-before-reporting-errors...The Bundler Bot2018-03-171-0/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | fix to stop writing to stderr if closedHrvoje Šimić2018-03-161-0/+2
| |/ /
* | | Auto merge of #6343 - nesaulov:fix-nil-backtrace, r=colby-swandaleThe Bundler Bot2018-03-161-1/+1
|\ \ \
| * | | Fix failure when exception backtrace is nilNikita Esaulov2018-03-151-1/+1
| |/ /
* | | Auto merge of #6336 - bundler:segiddins/updater-use-more-filesystem-access, r...The Bundler Bot2018-03-161-1/+3
|\ \ \
| * | | [CompactIndexClient::Updater] Use filesystem_access when copying filessegiddins/updater-use-more-filesystem-accessSamuel Giddins2018-03-101-1/+3
* | | | Auto merge of #6337 - bundler:segiddins/fail-gracefully-when-resetting-to-rev...The Bundler Bot2018-03-151-1/+6
|\ \ \ \ | |_|/ / |/| | |
| * | | [GitProxy] Fail gracefully when resetting to the given revision failssegiddins/fail-gracefully-when-resetting-to-rev-failsSamuel Giddins2018-03-101-1/+6
| |/ /
* | | Use Bundler.rubygems.inflate instead of the Gem::Util method directlysegiddins/use-rubygems-integration-inflateSamuel Giddins2018-03-102-4/+4
|/ /
* | Auto merge of #6323 - MSP-Greg:fix_fbb1ff7_pr6237, r=hsbtThe Bundler Bot2018-03-051-1/+1
|\ \
| * | Fix error in PR 6237 and commit fbb1ff7MSP-Greg2018-03-041-1/+1
* | | Auto merge of #6320 - koic:deprecate_safe_level_of_erb_new_in_ruby_2_6, r=ind...The Bundler Bot2018-03-051-2/+10
|\ \ \
| * | | Deprecate safe_level of `ERB.new` in Ruby 2.6Koichi ITO2018-03-031-2/+10
* | | | Auto merge of #6307 - alyssais:yanked_message, r=indirectThe Bundler Bot2018-03-051-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Further tweak yanked gem error messageAlyssa Ross2018-03-021-1/+1
| * | | Improve yanked gem error messageAlyssa Ross2018-02-231-1/+1
| |/ /
* | | Auto merge of #6309 - agrim123:disable_platform_warnings, r=colby-swandaleThe Bundler Bot2018-03-012-1/+2
|\ \ \
| * | | Add config variable and check for platform warningsAgrim Mittal2018-02-262-1/+2
| | |/ | |/|
* | | Use Gem::Util.inflate instead of Gem.inflateupdate-deprecated-methodsSHIBATA Hiroshi2018-03-013-5/+5
| |/ |/|
* | Fix unparsable ruby generated by `bundle gem`David Rodríguez2018-02-221-1/+1
|/