summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [Outdated] Support --group with the second group for a dependencyseg-outdated-second-groupSamuel Giddins2017-10-201-1/+1
* Auto merge of #6092 - dekellum:do-not-rescue-signal-exception, r=segiddinsThe Bundler Bot2017-10-182-1/+3
|\
| * Avoid rescue of SignalException in kernel_load and with_friendly_errorsDavid Kellum2017-10-142-1/+3
* | Auto merge of #6098 - akhramov:fix/doubled-message-in-verbose-mode, r=segiddinsThe Bundler Bot2017-10-161-5/+4
|\ \
| * | Fix doubled message in verbose modeArtyom Khramov2017-10-141-5/+4
| |/
* | Auto merge of #6102 - amatsuda:warnings, r=segiddinsThe Bundler Bot2017-10-161-6/+12
|\ \
| * | Double assignment is no longer an effective workaround for unused variable wa...Akira Matsuda2017-10-161-6/+12
| |/
* | Auto merge of #6101 - bundler:seg-digest-loading, r=colby-swandaleThe Bundler Bot2017-10-168-12/+12
|\ \
| * | Load digest subclasses in a thread-safe mannerseg-digest-loadingSamuel Giddins2017-10-158-12/+12
| |/
* | Auto merge of #6088 - bundler:seg-rubygems-psych-warning, r=olleolleolleThe Bundler Bot2017-10-162-1/+12
|\ \ | |/ |/|
| * Avoid RubyGems psych warning breaking the testsseg-rubygems-psych-warningSamuel Giddins2017-10-102-1/+12
| * source ruby global config dir from Gem::ConfigFile::SYSTEM_WIDE_CONFIG_FILEcolby/gem-env-dirColby Swandale2017-10-041-1/+1
| * Version 1.16.0.pre.3 with changelogSamuel Giddins2017-09-181-1/+1
| * Auto merge of #6031 - bundler:seg-disable-new-version-warning-by-default, r=i...The Bundler Bot2017-09-181-0/+1
| * Auto merge of #6022 - bundler:seg-fix-fetcher-regression, r=colby-swandaleThe Bundler Bot2017-09-187-49/+69
| * Auto merge of #6011 - bundler:indirect/expand-env, r=indirectThe Bundler Bot2017-09-181-9/+32
| * Auto merge of #6014 - greysteil:failing-pre-release-spec, r=segiddinsThe Bundler Bot2017-09-181-0/+11
| * Auto merge of #6015 - olleolleolle:fix/6013-rb_user_install_into_preserve_key...The Bundler Bot2017-09-181-0/+1
* | Auto merge of #6084 - bundler:colby/flaky-test, r=segiddinsThe Bundler Bot2017-10-141-1/+1
|\ \
| * | Load Digest::SHA2 using Digest()colby/flaky-testColby Swandale2017-10-141-1/+1
* | | Auto merge of #6054 - walf443:improve_rubocop_todo, r=segiddinsThe Bundler Bot2017-10-0610-13/+13
|\ \ \
| * | | improve rubocop_todo.ymlKeiji Yoshimi2017-09-2410-13/+13
* | | | Rename .travis.yml.tt to travis.yml.tt. Because installer of ruby core ignoredSHIBATA Hiroshi2017-10-062-1/+1
* | | | source ruby global config dir from Gem::ConfigFile::SYSTEM_WIDE_CONFIG_FILEcolby/ruby-env-dirColby Swandale2017-10-051-1/+1
| |/ / |/| |
* | | Auto merge of #6036 - nobu:feature/sh-by-popen, r=indirectThe Bundler Bot2017-10-041-23/+49
|\ \ \
| * | | Support 1.8Nobuyoshi Nakada2017-09-191-7/+22
| * | | Get rid of rubocop's grumblesNobuyoshi Nakada2017-09-191-11/+13
| * | | Fix variableNobuyoshi Nakada2017-09-191-1/+1
| * | | Call IO.popen instead of backticksNobuyoshi Nakada2017-09-171-20/+29
* | | | Update newgem README.md template for Bundler 2Koichi ITO2017-09-291-1/+1
| |/ / |/| |
* | | Auto merge of #6024 - gwerbin:custom-user-bundle-dir, r=colby-swandaleThe Bundler Bot2017-09-183-10/+24
|\ \ \ | |/ / |/| |
| * | Conform to code styleGreg Werbin2017-09-111-1/+1
| * | Conform to code styleGreg Werbin2017-09-111-12/+12
| * | Remove unnecessary methodGreg Werbin2017-09-111-12/+9
| * | Allow the user to set alternative to ~/.bundleGreg Werbin2017-09-103-6/+23
* | | Auto merge of #6010 - bundler:seg-remove-failed-gem-download, r=indirectThe Bundler Bot2017-09-151-2/+8
|\ \ \
| * | | [Source::Rubygems] Remove .gem if downloaded package is invalidseg-remove-failed-gem-downloadSamuel Giddins2017-09-061-2/+8
* | | | Auto merge of #6030 - bundler:seg-outdated-filter-options, r=indirectThe Bundler Bot2017-09-143-4/+5
|\ \ \ \
| * | | | [CLI] Switch around the --strict option for bundle outdatedseg-outdated-filter-optionsSamuel Giddins2017-09-133-4/+5
| | |/ / | |/| |
* | | | Auto merge of #6031 - bundler:seg-disable-new-version-warning-by-default, r=i...The Bundler Bot2017-09-141-0/+1
|\ \ \ \
| * | | | [CLI] For now, disable the new version warning by defaultseg-disable-new-version-warning-by-defaultSamuel Giddins2017-09-131-0/+1
| |/ / /
* | | | Auto merge of #6022 - bundler:seg-fix-fetcher-regression, r=colby-swandaleThe Bundler Bot2017-09-137-49/+69
|\ \ \ \
| * | | | [Fetcher::Dependency] Avoid re-checking availability via network requestsseg-fix-fetcher-regressionSamuel Giddins2017-09-131-1/+1
| * | | | Dont consider deps pinned on 1.x if they dont have an explicit sourceSamuel Giddins2017-09-132-2/+6
| * | | | [SpecSet] Use full_name in #mergeSamuel Giddins2017-09-131-3/+4
| * | | | Avoid request-bloat in double checking logicSamuel Giddins2017-09-134-37/+47
| * | | | [Resolver] cache whether lockfile_uses_separate_rubygems_sourcesSamuel Giddins2017-09-131-8/+7
| * | | | [Index] Add a helper to return the names of all specsSamuel Giddins2017-09-131-0/+6
| |/ / /
* | | | [Env] Ensure output is platform-appropriateSamuel Giddins2017-09-131-5/+6
* | | | Expand `env` outputAndre Arko2017-09-131-8/+30
|/ / /