summaryrefslogtreecommitdiff
path: root/lib/bundler
Commit message (Expand)AuthorAgeFilesLines
* [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
* Auto merge of #5954 - ajwann:check-permissions-for-client-index-dir, r=segiddinsThe Bundler Bot2017-09-101-0/+5
|\
| * keep block syntax so temp dir gets cleaned upAdam Wanninger2017-09-101-53/+48
| * handle Dir.mktmpdir failure outside of filesystem_access blockAdam Wanninger2017-08-271-45/+53
| * bundler already does validations on $HOMEAdam Wanninger2017-08-271-12/+0
| * ensure $HOME and Dir.tmpdir are writableAdam Wanninger2017-08-271-41/+55
* | Auto merge of #6014 - greysteil:failing-pre-release-spec, r=segiddinsThe Bundler Bot2017-09-101-0/+11
|\ \
| * | Check all dependency requirements when determining if user wants pre-releaseGrey Baker2017-09-101-3/+4
| * | Avoid pre-releases for sub-dependencies tooGrey Baker2017-09-101-1/+1
| * | Consider prerelease versions last if in Gemfile as non-prereleaseGrey Baker2017-09-091-0/+10
* | | Auto merge of #5803 - igorbozato:path_relative_to_pwd, r=indirectThe Bundler Bot2017-09-104-5/+47
|\ \ \
| * | | Expand path relative to pwd in the settings validatorSamuel Giddins2017-09-085-26/+33
| * | | Print absolute paths outside of the bundle root as absoluteSamuel Giddins2017-09-081-2/+7
| * | | [CLI::Common] Handle when setting a nil pathSamuel Giddins2017-09-081-1/+4
| * | | Set CLI path options relative to the CWD on 2.0Samuel Giddins2017-09-085-10/+33
| * | | Expand path where it is usedIgor Bozato2017-09-081-1/+3
| * | | Make `install --path` relative to the cwdIgor Bozato2017-09-083-1/+3
* | | | Auto merge of #5985 - bundler:seg-multisource-error, r=indirectThe Bundler Bot2017-09-101-2/+29
|\ \ \ \
| * | | | [Resolver] Error when it is ambigous which transitive source a gem should com...seg-multisource-errorSamuel Giddins2017-08-301-2/+29
* | | | | Order listOlle Jonsson2017-09-081-1/+1
* | | | | Add RB_USER_INSTALL to preserved ENV keysOlle Jonsson2017-09-081-0/+1
| |/ / / |/| | |
* | | | Bump to a Bundler 2 versionSamuel Giddins2017-09-061-1/+1
| |/ / |/| |
* | | Merge tag 'v1.16.0.pre.2'Samuel Giddins2017-09-061-1/+1
|\ \ \
| * | | Version 1.16.0.pre.2 with changelogv1.16.0.pre.2Samuel Giddins2017-09-061-1/+1
| * | | Auto merge of #6009 - bundler:seg-molinillo-0-6-3, r=segiddinsThe Bundler Bot2017-09-062-3/+7
| * | | Auto merge of #5972 - wadetandy:master, r=segiddinsThe Bundler Bot2017-09-061-1/+5
| * | | Auto merge of #6003 - greysteil:handle-missing-socket, r=segiddinsThe Bundler Bot2017-09-061-0/+1
* | | | Auto merge of #6009 - bundler:seg-molinillo-0-6-3, r=segiddinsThe Bundler Bot2017-09-062-3/+7
|\ \ \ \
| * | | | Update vendored Molinillo to 0.6.3seg-molinillo-0-6-3Samuel Giddins2017-09-062-3/+7
* | | | | Default to 1 job when auto_config_jobs is not setseg-jobs-countSamuel Giddins2017-09-061-1/+3
* | | | | Ensure that rake is always installed first when presentSamuel Giddins2017-09-061-0/+3
* | | | | Auto-configure job count in 2.0Samuel Giddins2017-09-063-5/+28
|/ / / /
* | | | Auto merge of #5964 - bundler:colby/deprecate-viz-command, r=segiddinsThe Bundler Bot2017-09-063-14/+19
|\ \ \ \
| * | | | deprecate the viz command in bundler 2colby/deprecate-viz-commandColby Swandale2017-09-063-14/+19
* | | | | Auto merge of #5972 - wadetandy:master, r=segiddinsThe Bundler Bot2017-09-061-1/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Respect RUBYGEMS_HOST env var in release messagingWade Tandy2017-08-301-1/+5
* | | | | Auto merge of #5981 - bundler:seg-cleanup-config, r=indirectThe Bundler Bot2017-09-052-91/+151
|\ \ \ \ \
| * | | | | Add specs for the new config subcommandsseg-cleanup-configSamuel Giddins2017-08-301-2/+2
| * | | | | [CLI] Implement config subcommandsSamuel Giddins2017-08-302-101/+150
| * | | | | [CLI] Use options for configSamuel Giddins2017-08-302-28/+39
| | |_|/ / | |/| | |
* | | | | [Definition] Lazily create gem_version_promoterseg-gvp-majorSamuel Giddins2017-09-051-14/+14
* | | | | [GemVersionPromoter] Avoid checking ENV for debug every timeSamuel Giddins2017-09-051-2/+4
* | | | | [Resolver] Use the GVP for major updates in 2.0Samuel Giddins2017-09-053-1/+4
* | | | | Handle missing socket when warning about OpenSSL versionGrey Baker2017-09-051-0/+1
| |_|/ / |/| | |
* | | | Version 1.16.0.pre.1 with changelogv1.16.0.pre.1Samuel Giddins2017-09-041-1/+1
|/ / /