summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [DSL] Add support for eval’ed strings in install_ifseg-install-if-evalSamuel Giddins2016-07-192-1/+20
* Auto merge of #4790 - ojab:master, r=segiddinsHomu2016-07-185-9/+12
|\
| * JRuby in 1.8 mode doesn't support Array as first argument for Kernel.execojab2016-07-161-1/+5
| * Add JRuby shebang to ruby_shebang? checkojab2016-07-165-8/+7
* | Auto merge of #4793 - b-ggs:4631-source-pinning, r=segiddinsHomu2016-07-181-0/+17
|\ \ | |/ |/|
| * Add spec for only updating from pinned sourceBoggs2016-07-181-0/+17
|/
* Auto merge of #4779 - chrismo:gvp_refactor, r=indirectHomu2016-07-131-31/+35
|\
| * GemVersionPromoter refactoringschrismo2016-07-111-31/+35
* | Auto merge of #4741 - bundler:seg-1-99-rebase, r=indirectHomu2016-07-1341-152/+440
|\ \
| * | Fix spec for deprecation of bundle consoleseg-1-99-rebaseSamuel Giddins2016-07-051-3/+2
| * | [Matchers] Allow should_be_installed to work with major deprecationsSamuel Giddins2016-07-051-1/+2
| * | Avoid writing .bundle unecessarilySamuel Giddins2016-07-052-5/+8
| * | Clean up outdated deprecation codeSamuel Giddins2016-07-058-96/+35
| * | Migrate 1-99 deprecations to new major_deprecation machinerySamuel Giddins2016-07-0510-178/+166
| * | Show deprecation warning when using console commandDimitris Zorbas2016-07-052-0/+12
| * | Fix bitbucket/gist sources deprecation warningsAgis Anastasopoulos2016-07-052-6/+6
| * | [Travis] Build the auto branch for homuSamuel E. Giddins2016-07-051-0/+1
| * | Deprecate `bundle list`Agis Anastasopoulos2016-07-053-3/+18
| * | Fix the failing spec.Tim Moore2016-07-051-1/+1
| * | Fix typo in deprecation wordingDimitris Zorbas2016-07-052-2/+2
| * | Fix bitbucket source deprecation warningDimitris Zorbas2016-07-051-1/+1
| * | Fix deprecation warnings and lack_errors matcherStefan Lance2016-07-052-2/+2
| * | Change `given_flags?` to `options_given?`Stefan Lance2016-07-053-2/+13
| * | Add deprecation warning & spec for not autoremembering flagsStefan Lance2016-07-053-11/+20
| * | Show deprecation warning when using --binstubsStefan Lance2016-07-053-0/+22
| * | Fix specs expecting err to be emptyStefan Lance2016-07-052-2/+2
| * | do not deprecate gems.rb, lolAndre Arko2016-07-052-6/+23
| * | note that disable_multisource will be the defaultAndre Arko2016-07-052-4/+5
| * | warn github will change from git to httpsAndre Arko2016-07-052-1/+32
| * | deprecate :bitbucket and :gist for 2.0Andre Arko2016-07-052-1/+49
| * | add config git.allow_insecure and tests for #3453Andre Arko2016-07-052-6/+38
| * | move deprecation specs to deprecation_spec.rbAndre Arko2016-07-051-0/+59
| * | match signatures with ui/shellAndre Arko2016-07-051-1/+1
| * | Edit config & install docs re: remembered flagsStefan Lance2016-07-053-42/+47
| * | Add Bundler.ui.deprecateStefan Lance2016-07-0526-84/+148
| * | Add capistrano deployment deprecation warningStefan Lance2016-07-052-0/+26
| * | [SourceList] Warn when adding a git source using the git procotolSamuel E. Giddins2016-07-051-1/+6
* | | Auto merge of #4650 - bundler:aa-required-ruby-versions, r=indirectHomu2016-07-139-108/+134
|\ \ \ | |_|/ |/| |
| * | Fix ruby < 2.0 spec compatibilityaa-required-ruby-versionsSamuel Giddins2016-07-111-1/+1
| * | Update specs for using gem_repo2 which has rack 1.2Samuel Giddins2016-07-102-2/+2
| * | Disallow updating gem_repo1 in the specsSamuel Giddins2016-07-106-19/+23
| * | [Resolver] Ensure that spec.required_ruby_version exists before using itSamuel Giddins2016-07-101-1/+7
| * | [Fetcher] Pass metadata when constructing EndpointSpecificationsSamuel Giddins2016-07-101-2/+2
| * | [Rakefile] Don’t print to stderr when not inside of RubyGemsSamuel Giddins2016-07-101-1/+1
| * | flatten rspec block nesting a bitAndre Arko2016-07-101-111/+109
| * | respect required_ruby_versions when presentAndre Arko2016-07-102-20/+38
|/ /
* | Auto merge of #4676 - chrismo:conservative_updates, r=segiddinsHomu2016-07-0913-15/+674
|\ \
| * | Don't parse empty Lockfile during GVP initchrismo2016-07-083-10/+39
| * | Raise message on multiple optionschrismo2016-07-082-2/+11
| * | Mark pending two failing specs.chrismo2016-07-081-4/+2