summaryrefslogtreecommitdiff
path: root/lib/bundler
Commit message (Expand)AuthorAgeFilesLines
* reword clean system gems warningAndre Arko2015-01-251-1/+2
* omg banner is not desc, this is way betterAndre Arko2015-01-251-11/+11
* do not return global .bundle as local .bundleAndre Arko2015-01-251-3/+9
* move gem bins to exe/ and add console and setupAndre Arko2015-01-257-10/+40
* clean up and reword a bit asking about gem filesAndre Arko2015-01-253-18/+35
* Extended gem generation and generation settingsKir Shatrov2015-01-255-17/+73
* allow cache path to be configuredAndre Arko2015-01-256-21/+27
* Revert .consolerc (sorry, @andremediros :grimace:)Andre Arko2015-01-253-5/+0
* test AnonymizableURI auth parameterAndre Arko2015-01-251-3/+3
* refactor to allow host-based config auth, tooAndre Arko2015-01-252-23/+29
* repair issues merging v1.7.12Andre Arko2015-01-241-18/+9
* Merge tag 'v1.7.12'Andre Arko2015-01-244-47/+46
|\
| * Revert "use gemfile over settings (not tested yet)"v1.7.12Andre Arko2015-01-121-3/+1
| * use gemfile over settings (not tested yet)Andre Arko2015-01-091-1/+3
| * Version 1.7.12 with changelogAndre Arko2015-01-081-1/+1
| * Always use configured source credentials.Tim Moore2015-01-081-41/+38
| * Revert "Merge pull request #3262 from arronmabrey/use_api_auth-1-7-stable"Tim Moore2015-01-081-1/+1
| * Version 1.7.11 with changelogv1.7.11Andre Arko2015-01-041-1/+1
| * Teach Bundler to recognize (x64_)mingw_22 platformAlex Coles2014-12-301-1/+3
| * Teach Bundler to recognize mri_22 platformAlex Coles2014-12-301-0/+1
| * Version 1.7.10 with changelogv1.7.10Andre Arko2014-12-291-1/+1
| * Added ruby_22? and friends to CurrentRuby.Thomas Drake-Brockman2014-12-142-0/+61
| * Convert sources to lock format before comparing.Tim Moore2014-12-111-2/+2
* | expand the multiple-source warningAndre Arko2015-01-231-0/+1
* | untaint gem path loaded from githubTADA Tadashi2015-01-221-1/+1
* | share bundle env setup between exec and RuntimeAndre Arko2015-01-193-68/+37
* | force TTY only in tests instead of all execAndre Arko2015-01-192-3/+3
* | Optimized bundle-execKir Shatrov2015-01-192-13/+56
* | Merge pull request #3320 from dholdren/masterAndré Arko2015-01-112-6/+26
|\ \
| * | `bundle config --local gemfile /foo/bar/MyGemfile` now worksDean Holdren2014-12-222-6/+26
* | | Merge pull request #3322 from petedmarsh/change-new-gem-versionAndré Arko2015-01-111-1/+1
|\ \ \
| * | | Change the initial version of new gems to 0.1.0Peter Marsh2014-12-271-1/+1
| |/ /
* | | Merge pull request #3329 from rohit/refactor-git-svnAndré Arko2015-01-041-4/+8
|\ \ \
| * | | Realign Source#version_message to reveal intentRohit Arondekar2014-12-311-4/+8
| |/ /
* | | Merge pull request #3171 from ccutrer/cache_all_platformsAndré Arko2015-01-045-2/+12
|\ \ \
| * | | implement all_platforms options for cache/packageCody Cutrer2014-12-235-2/+12
| |/ /
* | | use `Minitest::Test` instead of deprectaed `MiniTest::Unit::TestCase`yuuji.yaginuma2015-01-041-1/+1
* | | Fix typo: `reqire` -> `require`.Myron Marston2015-01-011-2/+2
|/ /
* | Revert "Merge pull request #3305 from doodzik/master"Tim Moore2014-12-162-15/+1
* | Fix typo spotted by @schneems [ci skip]Zachary Scott2014-12-141-1/+1
* | add code of conduct when scaffolding a gemdoodzik2014-12-132-1/+15
* | You can now set credentials in environment variables.Mick Staugaard2014-12-102-3/+4
* | Merge tag 'v1.7.9'Andre Arko2014-12-091-1/+1
|\ \ | |/
| * Version 1.7.9 with changelogv1.7.9Andre Arko2014-12-091-1/+1
* | Report exceptions while requiringAndre Arko2014-12-091-0/+3
* | Merge branch '1-7-stable'Smit Shah2014-12-081-14/+33
|\ \ | |/
| * Merge pull request #3278 from bundler/resolver_bug_fixAndre Arko2014-12-071-14/+33
| |\
| | * On conflict, try traversing the dependency tree differentlySmit Shah2014-12-041-9/+24
| | * Revert "Don't waste iterations in resolving Bundler, just use the current ver...Smit Shah2014-11-261-1/+1
| | * Don't run handle_conflict if parent already has other possibilitiesSmit Shah2014-11-241-1/+1