aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler
Commit message (Expand)AuthorAgeFilesLines
* [Config] Ensure we set the expanded path as the new valueSamuel E. Giddins2015-05-161-1/+1
* skip config warning when new value is unchangedAndre Arko2015-05-161-11/+14
* #3649 - Stop printing replacement message when config is not changedFelipe Tanus2015-05-161-1/+1
* Merge pull request #3646 from fotanus/track_ciAndré Arko2015-05-161-0/+17
|\
| * Distinguish CI command runsfotanus@gmail.com2015-05-141-0/+17
* | [Resolver] Modify sorting heuristic to check how constraining the requirement...Samuel E. Giddins2015-05-161-3/+11
|/
* validate gemspec specifications (with a test)Andre Arko2015-05-131-3/+20
* Allow bundle viz to work with dependencies satisfied by prereleases.Adam Prescott2015-05-111-0/+3
* [gem] simplify test instructions in readmeAndre Arko2015-05-111-2/+2
* [gem] clarify what release task doesAndre Arko2015-05-111-1/+1
* [gem] put mit in readme if enabledAndre Arko2015-05-111-0/+6
* [gem] rework readme contrib sectionAndre Arko2015-05-112-5/+2
* Merge pull request #3630 from fny/test-instructionsAndré Arko2015-05-101-2/+2
|\
| * Add instructions for running tests; fixes #3596Faraz Yashar2015-05-071-2/+2
* | Merge pull request #3635 from bundler/seg-resolver-sort-speedupAndré Arko2015-05-091-0/+1
|\ \
| * | [Resolver] Speed up cases where a dependency with more possible versions is m...Samuel E. Giddins2015-05-081-0/+1
| |/
* / [LockfileParser] Allow reverting BUNDLED WITH padding to 2 spacesSamuel E. Giddins2015-05-081-1/+1
|/
* preempt possible race in rubygems lockAndre Arko2015-05-071-5/+6
* Version 1.10.0.pre.2 with changelogAndre Arko2015-05-071-1/+1
* Merge branch 'master' of https://github.com/bundler/bundlerAndre Arko2015-05-072-2/+2
|\
| * [Lockfile] Make the BUNDLED WITH section backwards compatibleSamuel E. Giddins2015-05-062-2/+2
* | Version 1.10.0.pre.1Andre Arko2015-05-051-1/+1
|/
* clean up tmp dirs if they get createdAndre Arko2015-05-043-14/+15
* Merge pull request #3612 from bundler/seg-major-version-errosAndré Arko2015-05-042-5/+21
|\
| * [Definition] Only compare major versions when we have a locked versionSamuel E. Giddins2015-05-032-9/+10
| * Warn when upgrading lockfile major version & error when major version is too lowSamuel E. Giddins2015-05-032-5/+20
* | set `@wrappers` and `@env_shebang` to trueAaron Patterson2015-05-041-2/+2
|/
* show groups in non-verbose mode, fix NoMethodErrorAndre Arko2015-05-031-1/+1
* Merge pull request #3610 from bundler/seg-standalone-builtinAndré Arko2015-05-032-3/+18
|\
| * Only force caching of default gems when installing standaloneSamuel E. Giddins2015-05-012-7/+14
| * [RubyGems] Allow standalone caching of builtin gemsSamuel E. Giddins2015-05-011-1/+9
* | Merge pull request #3611 from bundler/seg-install-ifAndré Arko2015-05-032-20/+36
|\ \
| * | [DSL] Add install_if method / optionSamuel E. Giddins2015-05-022-20/+36
| |/
* | this is definitely 1.10 pre nowAndre Arko2015-05-031-1/+1
* | Merge tag 'v1.9.6'Andre Arko2015-05-034-11/+19
|\ \ | |/ |/|
| * Version 1.9.6 with changelogAndre Arko2015-05-031-1/+1
| * Well, _that's_ embarrassing :grimacing:Andre Arko2015-05-021-1/+0
| * Merge tag 'v1.8.9' into 1-9-stableAndre Arko2015-05-021-2/+2
| |\
| | * Version 1.8.9 with changelogAndre Arko2015-05-021-1/+1
| | * Fix shadowed variable warning again post-mergeAndre Arko2015-05-021-1/+1
| | * Merge tag 'v1.7.15' into 1-8-stableAndre Arko2015-05-023-3/+5
| | |\
| | | * Version 1.7.15 with changelogAndre Arko2015-04-291-1/+1
| | | * Merge pull request #3592 from TimMoore/issue-3585-replace-locked-sourcesAndré Arko2015-04-251-5/+6
| | | |\
| | | | * Replace locked gem sources with Gemfile equivalents.Tim Moore2015-04-251-5/+6
| | | * | trying attr_reader because maybeAndre Arko2015-04-251-0/+2
| | | |/
| | | * Version 1.7.14 with changelogAndre Arko2015-03-301-1/+1
| | | * Don't add extra quotes to quoted wrapped config valuesAdam Roben2015-03-301-2/+3
| | | * test remote inclusion only on Rubygems sourcesAndre Arko2015-03-303-11/+17
| | | * check gemfile changes for sourced gems correctlyAndre Arko2015-03-301-3/+11
| | * | Fix shadowed variable warningAndre Arko2015-04-301-1/+1