aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Modify condition for warningBoggs2016-06-281-1/+1
* Update Bundler version to check againstBoggs2016-06-281-1/+1
* Use `Bundler::VERSION` for specBoggs2016-06-282-2/+3
* Limit warning to `bundle i` and `bundle install`Boggs2016-06-281-1/+1
* Add warnings for different versions of bundler; add specsBoggs2016-06-282-3/+20
* Print an outdated warning when a project is locked to an old version of BundlerBoggs2016-06-281-0/+6
* Merge tag 'v1.13.0.rc.1'Samuel Giddins2016-06-271-1/+1
|\
| * Version 1.13.0.rc.1 with changelogSamuel Giddins2016-06-271-1/+1
| * Auto merge of #4700 - bundler:seg-lockfile-frozen-string-old-rg, r=segiddinsHomu2016-06-271-4/+6
| * Auto merge of #4701 - chrismo:issue-4592-gem-path-empty-string, r=segiddinsHomu2016-06-271-6/+9
| * Auto merge of #4702 - bundler:seg-major-deprecations, r=indirectHomu2016-06-278-10/+85
| * Auto merge of #4712 - bundler:seg-skip-reresolve, r=indirectHomu2016-06-272-3/+24
| * Auto merge of #4711 - bundler:seg-spec-for-exe-match-spec-name, r=segiddinsHomu2016-06-271-5/+7
| * Auto merge of #4713 - bundler:seg-postit-trampoline-load-path, r=segiddinsHomu2016-06-277-23/+20
| * Auto merge of #4715 - jenseng:fix_absolute_path_message, r=segiddinsHomu2016-06-271-1/+1
| * Auto merge of #4716 - bundler:seg-no-re-resolve-part-deux, r=indirectHomu2016-06-271-16/+6
| * Auto merge of #4717 - bundler:seg-deinit-submodules, r=indirectHomu2016-06-271-1/+5
* | Auto merge of #4717 - bundler:seg-deinit-submodules, r=indirectHomu2016-06-281-1/+5
|\ \
| * | [GitProxy] Only try and submodule deinit on git 2.9.0+Samuel Giddins2016-06-271-1/+1
| * | [GitProxy] Deinit submodules if they are not requestedSamuel Giddins2016-06-241-1/+5
* | | Auto merge of #4716 - bundler:seg-no-re-resolve-part-deux, r=indirectHomu2016-06-251-16/+6
|\ \ \
| * | | [Definition] Just search for changed specs in an exactly matching sourceSamuel Giddins2016-06-241-16/+6
| |/ /
* | | Auto merge of #4715 - jenseng:fix_absolute_path_message, r=segiddinsHomu2016-06-251-1/+1
|\ \ \
| * | | Don't incorrectly relativize sibling `--path` with the same prefixJon Jensen2016-06-241-1/+1
| |/ /
* | | Auto merge of #4713 - bundler:seg-postit-trampoline-load-path, r=segiddinsHomu2016-06-257-23/+20
|\ \ \
| * | | [Trampoline] Dont change the load path just for postitSamuel Giddins2016-06-247-23/+20
* | | | Auto merge of #4711 - bundler:seg-spec-for-exe-match-spec-name, r=segiddinsHomu2016-06-251-5/+7
|\ \ \ \ | |_|/ / |/| | |
| * | | Prefer spec name matches when searching for an exeSamuel Giddins2016-06-241-5/+7
| |/ /
* | | [Definition] Add a #change_reason printed in debugSamuel Giddins2016-06-241-2/+23
* | | [SpecSet] Don't mutate the skip listSamuel Giddins2016-06-241-1/+1
|/ /
* | [SharedHelpers] Fix printing rubygems versionSamuel Giddins2016-06-231-1/+1
* | [Shell] Fix #silenceSamuel Giddins2016-06-231-2/+2
* | Add spec machinery for testing major deprecationsSamuel Giddins2016-06-231-3/+2
* | Print the first batch of major deprecation warningsSamuel Giddins2016-06-233-1/+11
* | Add machinery for printing major deprecationsSamuel Giddins2016-06-235-10/+44
* | [UI] Add support for printing major deprecationsSamuel Giddins2016-06-233-0/+9
* | [Settings] Move keys to their own line & sortSamuel Giddins2016-06-231-3/+26
* | Auto merge of #4701 - chrismo:issue-4592-gem-path-empty-string, r=segiddinsHomu2016-06-241-6/+9
|\ \
| * | Unset `GEM_PATH` with `nil` not empty string.chrismo2016-06-221-6/+9
* | | [LockfileParser] Support for old RG on Ruby 2.3+Samuel Giddins2016-06-221-4/+6
* | | [PostItTrampoline] Support for running as a default specSamuel Giddins2016-06-211-2/+5
| |/ |/|
* | Version 1.13.0.pre.1 with changelogSamuel Giddins2016-06-201-1/+1
* | Merge pull request #4671 from bundler/seg-molinillo-0.5.0Samuel Giddins2016-06-1915-200/+763
|\ \
| * | [Resolver] Mark molinillo methods as publicSamuel Giddins2016-06-191-2/+2
| * | Update vendored Molinillo to 0.5.0Samuel Giddins2016-06-1414-198/+761
* | | Merge pull request #4456 from sandlerr/sandlerr/safe_outputSamuel Giddins2016-06-193-2/+10
|\ \ \
| * | | Do not log the credentials used to contact a gem serverRoman Sandler2016-06-183-2/+10
* | | | Don't include dev dependencies when comparing indexes.Joe Rafaniello2016-06-171-1/+7
* | | | Detect changes in path specs by comparing locked specs to source specsJoe Rafaniello2016-06-171-1/+8
* | | | Use Set equality for path gems to avoid unneeded re-resolution.Joe Rafaniello2016-06-172-2/+4
|/ / /