aboutsummaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Add JRuby shebang to ruby_shebang? checkojab2016-07-164-8/+6
* Auto merge of #4741 - bundler:seg-1-99-rebase, r=indirectHomu2016-07-1326-97/+296
|\
| * Fix spec for deprecation of bundle consoleSamuel Giddins2016-07-051-3/+2
| * [Matchers] Allow should_be_installed to work with major deprecationsSamuel Giddins2016-07-051-1/+2
| * Clean up outdated deprecation codeSamuel Giddins2016-07-055-82/+31
| * Migrate 1-99 deprecations to new major_deprecation machinerySamuel Giddins2016-07-052-147/+136
| * Show deprecation warning when using console commandDimitris Zorbas2016-07-051-0/+8
| * Fix bitbucket/gist sources deprecation warningsAgis Anastasopoulos2016-07-051-3/+3
| * Deprecate `bundle list`Agis Anastasopoulos2016-07-051-0/+14
| * Fix the failing spec.Tim Moore2016-07-051-1/+1
| * Fix typo in deprecation wordingDimitris Zorbas2016-07-051-1/+1
| * Fix deprecation warnings and lack_errors matcherStefan Lance2016-07-051-1/+1
| * Change `given_flags?` to `options_given?`Stefan Lance2016-07-051-0/+11
| * Add deprecation warning & spec for not autoremembering flagsStefan Lance2016-07-051-11/+12
| * Show deprecation warning when using --binstubsStefan Lance2016-07-051-0/+11
| * Fix specs expecting err to be emptyStefan Lance2016-07-052-2/+2
| * do not deprecate gems.rb, lolAndre Arko2016-07-051-3/+12
| * note that disable_multisource will be the defaultAndre Arko2016-07-051-3/+3
| * warn github will change from git to httpsAndre Arko2016-07-051-0/+18
| * deprecate :bitbucket and :gist for 2.0Andre Arko2016-07-051-0/+33
| * add config git.allow_insecure and tests for #3453Andre Arko2016-07-051-1/+25
| * move deprecation specs to deprecation_spec.rbAndre Arko2016-07-051-0/+59
| * Add Bundler.ui.deprecateStefan Lance2016-07-0523-82/+134
| * Add capistrano deployment deprecation warningStefan Lance2016-07-051-0/+21
* | Fix ruby < 2.0 spec compatibilitySamuel 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
* | flatten rspec block nesting a bitAndre Arko2016-07-101-111/+109
* | respect required_ruby_versions when presentAndre Arko2016-07-101-12/+33
* | Don't parse empty Lockfile during GVP initchrismo2016-07-082-9/+38
* | Raise message on multiple optionschrismo2016-07-081-0/+8
* | Mark pending two failing specs.chrismo2016-07-081-4/+2
* | Add docs to GemVersionPromoter.chrismo2016-07-081-5/+7
* | Support for reverting to older versions.chrismo2016-07-082-6/+43
* | Add some additional GVP specs per TODO.chrismo2016-07-081-5/+19
* | Remove old pending specchrismo2016-07-081-2/+0
* | Hook-up `--strict` option, flesh out update specs.chrismo2016-07-081-31/+49
* | No need to dupe cached GVP outputchrismo2016-07-081-14/+0
* | Moved half-arsed debug test to its own testchrismo2016-07-082-2/+12
* | Moved GemVersionPromoter inside search_for cache.chrismo2016-07-083-11/+20
* | Invalid level in GemVersionPromoter now raises.chrismo2016-07-081-0/+28
* | Remove minimal optionchrismo2016-07-083-41/+1
* | Clarified changing dependency specs.chrismo2016-07-083-20/+43
* | Port GemVersionPromoter specs from bundler-patchchrismo2016-07-081-0/+155
* | Add spec to definition for gem version promoter.chrismo2016-07-082-0/+18
* | GemVersionPromoter refactorchrismo2016-07-082-8/+4
* | Rename UpdateOptions=>DependencySearchchrismo2016-07-082-2/+10
* | RuboCop fixeschrismo2016-07-083-29/+48
* | 1st pass thorough specs on conservative resolver.chrismo2016-07-083-13/+85
* | First resolver spec and bug fix.chrismo2016-07-082-7/+27