aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/runtime.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge in v0.9.21Andre Arko2010-04-171-1/+1
|\
| * Pretty error from Bundle.setup when gems are missingAndre Arko2010-04-141-1/+1
* | Merge 0.9.18Andre Arko2010-04-081-3/+14
|\|
| * Disable rubygems more fully when unlockedAndre Arko2010-04-081-0/+14
| * Fix Bundler.setup so it can be called more than once safelyAndre Arko2010-04-081-3/+1
* | Add Bundler.flexdef, move locking into Environment, and lock from flex_installCarlhuda2010-04-071-38/+0
* | Merge in 0.9.17Andre Arko2010-04-071-3/+7
|\|
| * Call Bundler.setup from Bundler.require, only set up each group onceAndre Arko2010-04-051-2/+6
| * Improve DSL, Gemfile, and command error messagesAndre Arko2010-04-031-1/+1
| * Add Bundler::Source::BundlerGems, to distingush from SystemGems.Andre Arko2010-03-301-4/+0
| * Move more stuff upstream into EnvironmentCarlhuda2010-03-231-12/+0
* | Some refactoring into EnvironmentCarlhuda2010-04-011-8/+0
* | Add Bundler::Source::BundlerGems, to distingush from SystemGems.Andre Arko2010-03-301-4/+0
* | Store dependencies in the Gemfile.lock as an array, not a hashAndy Delcambre2010-03-251-3/+3
* | s/actual_dependencies/resolved_dependencies/Andy Delcambre2010-03-251-2/+2
* | Move more stuff upstream into EnvironmentCarlhuda2010-03-191-12/+0
|/
* Refactor spec grouping to use the SpecSetCarl Lerche2010-03-111-2/+2
* Move writing the ruby lock to EnvironmentCarl Lerche2010-03-101-69/+0
* Rename Installer#index to #remote_index and move Runtime#index to Environment.Carl Lerche2010-03-101-7/+0
* Unify the Installer's local index and the runtime indexCarl Lerche2010-03-101-1/+5
* Refactor indexesCarl Lerche2010-03-101-1/+4
* Make bundler work with RG 1.3.5, 1.3.6 and trunk and create a spec task to ru...Carlhuda2010-02-221-1/+1
* Installation on a second machine after lock --without worksCarlhuda2010-02-221-2/+2
* Remember the --without option for bundle installCarlhuda2010-02-221-0/+1
* Using --without does not change resolves at runtimeCarlhuda2010-02-221-5/+2
* added helpful debugging message if the cached gem can't be foundLindsay Holmwood2010-02-191-0/+1
* Rename bundle pack to bundle cacheCarl Lerche2010-02-181-5/+5
* Correctly cripple rubygems in .bundle/environment.rbCarlhuda2010-02-171-71/+3
* Fix Bundler on 1.9Carlhuda2010-02-161-1/+1
* make requires occur in the order that Resolver determinesBrandon Dimcheff2010-02-151-1/+8
* Make #inject usage a bit more idiomaticAndre Arko2010-02-141-3/+3
* Fix bundle install for a locked app, when there isn't already a .bundle direc...Joshua Nichols2010-02-131-0/+1
* Set spec_dirs so rails 2 works while unlockedAndre Arko2010-02-121-0/+1
* First pass at not raising if a require by the gem's name does not exist.Carl Lerche2010-02-111-6/+23
* Regenerate .bundle/environment.rb during bundle checkCarl Lerche2010-02-101-1/+4
* Generate .bundle/environment.rb on Bundle.setup if the bundle is locked and ....Carl Lerche2010-02-101-1/+9
* Lets try to actually fix .bundle/environment.rb this time.Carl Lerche2010-02-101-14/+17
* Actually disable system gems in .bundle/environment.rbCarlhuda2010-02-101-12/+3
* Dump full details into Gemfile.lockAndy Delcambre2010-02-091-2/+10
* Perform unlock before bundle is loaded to avoid fingerprint checkJeremy Kemper2010-02-071-11/+0
* Remove dupe lock methodJeremy Kemper2010-02-061-7/+0
* Locked checks should always include both Gemfile.lock and the environmentJeremy Kemper2010-02-061-1/+1
* Handle rubygems executable wrappers betterCarl Lerche2010-02-051-42/+84
* Locked environment checks for Gemfile changesJeremy Kemper2010-02-051-2/+6
* Cripple rubygems with a smarter #gemCarl Lerche2010-02-051-5/+28
* Print an error if the Gemfile changed after the lockYehuda Katz2010-02-041-0/+3
* Actually relock, instead of just saying we areYehuda Katz2010-02-041-1/+0
* Merge branch 'master' of git://github.com/carlhuda/bundler into carlhudaJeremy Kemper2010-02-031-6/+14
* Fix a bug with git repos and bundle lock breaking the installCarl Lerche2010-02-031-0/+9
* Persist spec groups to the lockfileCarl Lerche2010-02-031-114/+139