aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/definition.rb
Commit message (Expand)AuthorAgeFilesLines
* Gemfile.lock should not be touched if nothing has changedRobert Wahler2011-08-181-4/+4
* Phase 1 of rubygems/bundler reintegrationEvan Phoenix2011-04-181-1/+1
* add a message explaining how to disable deployment if it's not passedAndre Arko2011-04-061-1/+6
* make the ProductionError message more straightforwardAndre Arko2011-04-061-2/+4
* Take version into account when sorting depsAlexander Kahn2011-03-311-1/+1
* Don't check development dependencies when unlocking locked gems in a path sourceCarl Lerche2011-02-121-1/+3
* Reverts adding "bundler version to lockfile".Terence Lee2010-11-171-8/+3
* implementation to detect for older version of bundler than lockfileAndre Arko and Terence Lee2010-11-151-1/+3
* mildly clean up locking with version, mostly whitespace and helpersAndre Arko2010-11-141-4/+2
* Closes #837. Add bundler version to lockfileTerence Lee2010-11-131-0/+5
* Don't unlock sources that are on a different platformAndre Arko2010-11-131-2/+2
* Revert "don't sort the gem resolution if it was loaded from a lockfile"Andre Arko2010-11-131-7/+1
* Clean up line ending preservation, refactor and relocate specsAndre Arko2010-11-021-6/+4
* bundle update should not change EOL in Gemfile.lockRobert Wahler2010-11-021-0/+4
* don't sort the gem resolution if it was loaded from a lockfileRyan Carver2010-11-021-1/+7
* Use Dsl.evaluate againAndre Arko2010-10-221-4/+1
* It should work to have --frozen + --without + git gemsAndre Arko2010-10-211-1/+10
* 1.8 doesn't support :modewycats2010-08-301-2/+2
* Persist the new rubygem sources to the lockfileCarl Lerche2010-08-291-0/+7
* Switch to binary read (should fix Windows issue)wycats2010-08-291-3/+3
* Take platforms in consideration when sorting specs for the lockfileCarl Lerche2010-08-061-1/+4
* Have bundler remember that the bundle is frozen and ignore changes to the Gem...Carl Lerche2010-08-061-12/+19
* WhitespaceCarl Lerche2010-08-061-0/+1
* Rename the internal bundler variable from Bundler.deployment to Bundler.frozenCarl Lerche2010-08-061-1/+1
* Eager unlock dependencies of gems specified with `bundle update gem_name`Carl Lerche2010-08-041-12/+24
* Rename --deploy to --deploymentAndre Arko2010-08-031-1/+1
* Remove an unneeded branch of codeCarl Lerche2010-08-031-11/+7
* Deprecate --production for --deployAndre Arko2010-08-031-3/+1
* When updating all gems in a git source, also update that sourceCarl Lerche2010-08-021-0/+16
* When installing a bundle on a platform for the first time, do not try to shor...Carl Lerche2010-08-021-1/+6
* Update --production to yell if the user changed their Gemfile without updatin...Carlhuda2010-07-291-0/+66
* Fixes a bug where switching from a gem to git source results in telling peopl...Carlhuda2010-07-291-12/+11
* Fixes a bug where cached gems for other platforms were being removed when run...Carl Lerche2010-07-241-4/+12
* Don't write the lockfile if nothing changed.Carl Lerche2010-07-241-1/+13
* Remove the #to_generic monkey patch to Gem::PlatformCarl Lerche2010-07-241-2/+4
* Unlock Path sources when their dependencies changeCarlhuda2010-07-211-1/+20
* Appropriately handle duplicate declarations of the same gem. In incompatible ...Carlhuda2010-07-201-0/+3
* Fix a bug with ordering of sources between the lockfile and the gemfileCarlhuda2010-07-201-1/+3
* Actually remember which the version that a gem is w/ no gemspec in a pinned p...Carlhuda2010-07-201-3/+1
* Don't delete Gemfile.lock at the start of a bundle updateCarl Lerche2010-07-131-3/+5
* Fixes a bug where unpinned specs that became pinned did not get unlocked on i...Carlhuda2010-07-121-1/+1
* Add attr_reader for Definition#sourcesAndre Arko2010-07-111-1/+1
* Hopefully this commit will actually make the bundle executable available when...Carlhuda2010-07-021-1/+2
* Improve bundling bundler logicCarlhuda2010-07-021-1/+9
* Do not add bundler to the lockfileCarlhuda2010-06-251-0/+1
* Unlock specs that don't exist in the path source anymoreCarl Lerche2010-06-231-0/+3
* Add bundle install --local to enable installing from vendor/cacheCarl Lerche2010-06-231-0/+6
* Git it all workingCarl Lerche2010-06-221-5/+7
* Revert "Persist all platforms for a matching spec to the lockfile"Carl Lerche2010-06-221-2/+2
* Get the check specs to passCarl Lerche2010-06-071-0/+6