summaryrefslogtreecommitdiff
path: root/lib/bundler.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | alphabetize-ish and fix require locationsAndre Arko2013-02-061-1/+1
* | | Ruby has an exception hierarchy! Who knew?Andre Arko2013-01-251-2/+2
* | | bundle env command (inspired by @Peeja)Andre Arko2013-01-201-0/+1
* | | make bundle config work without a GemfileAndre Arko2013-01-201-1/+5
* | | extract ruby method in Dsl into its own moduleTerence Lee2012-12-261-0/+1
* | | Fix the buildrohit2012-12-111-1/+1
* | | DslError duplicates GemfileError needlesslyAndre Arko2012-12-101-3/+1
* | | argh, accidentally changed method nameAndre Arko2012-12-031-1/+1
* | | clean up load_gemspec a bit, organize specsAndre Arko2012-12-021-11/+14
* | | oops, don't raise on failed prerelease fetchingTerence Lee2012-11-291-1/+0
* | | move the uri user pass stripping back to Bundler::FetcherTerence Lee2012-11-291-14/+15
* | | Merge pull request #2170 from wallyqs/catch-argument-error-anywayAndre Arko2012-11-191-1/+1
|\ \ \
| * | | Continue catching ArgumentError on YAML parsing errors in order to evalWaldemar Quevedo2012-11-201-1/+1
* | | | pull out Deprecate so we can suppress outputAndre Arko2012-11-191-0/+1
|/ / /
* | | Merge tag 'v1.2.2'Andre Arko2012-11-151-1/+1
|\ \ \
| * | | clean up rescue clause, and move comment to appropriate areaTerence Lee2012-11-141-2/+1
| * | | Fix for Ruby 1.8.7Simon Hengel2012-11-061-1/+1