aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler.rb
Commit message (Expand)AuthorAgeFilesLines
* Extract SourceList class from Definition.Tim Moore2014-07-301-0/+1
* Memoize slow call to #expand_pathAndre Arko2014-07-231-1/+1
* move ConfigMap into RubygemsIntegrationAndre Arko2014-03-311-1/+1
* er, one tmp per install run. yeah.Andre Arko2014-03-311-2/+3
* tmp not in /tmp? are you kidding me?Andre Arko2014-03-311-1/+1
* We still need to check if other directories are writable or notSmit Shah2014-03-021-1/+1
* Just check all the files in build_infoSmit Shah2014-03-021-2/+2
* Check if all the files in build_info are writable or notSmit Shah2014-03-021-2/+2
* Just learned any? iterates all the elements in the listSmit Shah2014-03-011-1/+1
* If any file is not writable then we need sudoSmit Shah2014-03-011-1/+1
* Fix typo lock_gems -> locked_gems.Tim Moore2014-02-151-1/+1
* Raise GemfileLockNotFound only for non-full update.Josef Šimánek2014-01-271-1/+1
* Merge pull request #2840 from zizkovrb/bundle-update-messageAndre Arko2014-01-261-0/+1
|\
| * Don't blow on bundle update gem when lock is not present.Josef Šimánek2014-01-261-0/+1
* | remove exit code conflict with VersionConflictAndre Arko2014-01-261-1/+1
* | remove the duplicate code configure_gem and put it after if and else conditionSanjiv Jha2014-01-211-3/+2
|/
* extract UI::SilentAndre Arko2014-01-091-1/+1
* Merge pull request #2759 from gjaldon/add-package-optionsAndre Arko2013-12-231-2/+3
|\
| * --path changes directory where 'vendor/cache' is createdGabriel Jaldon2013-12-221-2/+3
* | Merge pull request #2639 from joyicecloud/show-version-of-gem-updatedAndre Arko2013-12-181-2/+5
|\ \ | |/ |/|
| * Displays the previous version of the gem when run bundle updatejoyicecloud2013-09-181-2/+5
* | Fix Bundler::whichrhysd2013-11-091-1/+1
* | look for windows git tooAndre Arko2013-10-131-1/+2
* | extract into Bundler.ruby_versionAndre Arko2013-09-281-0/+4
* | Retry fetch specs with `--retry`schneems2013-09-281-0/+1
|/
* Print a better error when git is not installed.joyicecloud2013-09-111-0/+4
* extract Bundler.locked_gemsAndre Arko2013-08-311-0/+7
* Merge pull request #2535 from ixti/issue-1028Andre Arko2013-08-041-1/+13
|\
| * Improves sudo propmtAleksey V Zapparov2013-07-111-1/+13
* | Merge pull request #2564 from bundler/detect-cyclic-dependencyAndré Arko2013-07-291-15/+16
|\ \
| * | Changed cyclic dependency error messageHemant Kumar2013-07-261-15/+15
| * | Raise user friendly errors in case of Cyclic DependencyHemant Kumar2013-07-261-15/+16
* | | Load current_ruby from shared_helpers.rbHemant Kumar2013-07-251-8/+0
|/ /
* | Merge pull request #2541 from code-mancers/add-definition-docsHemant Kumar2013-07-211-0/+5
|\ \
| * | Add some documentation about definition classHemant Kumar2013-07-161-0/+5
| |/
* / Extract Current Ruby version/platform detection from dependency.rbHemant Kumar2013-07-181-0/+9
|/
* Merge pull request #2481 from eagletmt/parallel-installAndre Arko2013-07-031-5/+2
|\
| * Move constants to use it from SharedHelpersKohei Suzuki2013-05-231-4/+1
| * Prohibit Dir.pwd while another thread is doing Dir.chdirKohei Suzuki2013-05-231-1/+1
* | Coerce Pathname into String for MacRubyKamil K. Lemański2013-07-031-1/+1
* | Remove unused class `Bundler::InvalidSpecSet`Ryunosuke SATO2013-06-271-2/+1
* | Revert "refresh so that `bundle exec bundle -v` works again"Matthew Draper2013-05-221-1/+0
|/
* improve sudo install supportAndre Arko2013-04-011-9/+21
* abstract Marshal.load failuresAndre Arko2013-02-181-0/+7
* Merge pull request #2007 from zofrex/issue-2000Andre Arko2013-02-171-14/+15
|\
| * Merge remote-tracking branch 'upstream/master' into issue-2000zofrex2012-11-111-17/+25
| |\
| * | Issue #2000 Add test for conflict markers in Gemfile.lockzofrex2012-06-291-0/+1
* | | set $MANPATH in Bundler::Runtime#setup_environmentSuraj N. Kurapati2013-02-171-0/+1
* | | don't need to path up a pathAndre Arko2013-02-131-3/+2
* | | create a SecurityError that isn't a build issueAndre Arko2013-02-071-0/+1