aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/environment.rb
Commit message (Expand)AuthorAgeFilesLines
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-0/+1
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-1/+1
* [RuboCop] Enable Style/EmptyLinesSamuel E. Giddins2015-07-151-1/+0
* avoid altering BUNDLED WITH during implicit locksAndre Arko2015-06-081-2/+2
* remove unused Environment#index methodrohit2012-11-201-5/+0
* Provide an environment variable to allow customizing the location of <app>/.b...Carl Lerche2010-08-061-1/+1
* Use the Gemfile's name as a base for Gemfile.lockCarl Lerche2010-08-031-1/+1
* Don't write the lockfile if nothing changed.Carl Lerche2010-07-241-5/+1
* Actually remember which the version that a gem is w/ no gemspec in a pinned p...Carlhuda2010-07-201-3/+3
* Fixes a bug where lockfiles were being updated or created even in the face of...Carlhuda2010-07-121-1/+3
* Clean up environment inspectAndre Arko2010-07-091-2/+1
* Print a non-insanely-verbose output for Environments. This should resolve an ...wycats2010-07-091-0/+5
* Remove old .bundle/environment.rb while lockingAndre Arko2010-07-061-0/+3
* Don't load ERB that we will never useAndre Arko2010-06-081-2/+0
* Remove vestigal write_yml_lock methodAndre Arko2010-06-081-10/+3
* Get bundle viz working againCarl Lerche2010-06-061-5/+5
* Set things up to start working on the platform DSLCarl Lerche2010-06-061-6/+1
* Move lock generation into DefinitionCarl Lerche2010-06-011-29/+1
* check only needs Environment (not Runtime)Kevin Moore2010-05-241-2/+3
* Removed environment.rb (and minimized other file/dir creation)Kevin Moore2010-05-241-17/+0
* Scope specs in the lock file by sourceCarl Lerche2010-05-101-27/+20
* Remove a dead methodCarl Lerche2010-05-051-6/+2
* Rewrite the autorequire code since we do not need to handle generated lock filesCarl Lerche2010-05-051-28/+0
* Remove more old lock codeCarl Lerche2010-05-051-2/+4
* Remove Source#lock as it is no longer neededCarl Lerche2010-04-261-6/+0
* Remove more unused methodsCarl Lerche2010-04-261-9/+2
* Push resolving specs into the definition classCarl Lerche2010-04-261-21/+3
* Move the index builder onto the definition classCarl Lerche2010-04-261-5/+5
* Remove more dead codeCarl Lerche2010-04-231-22/+0
* Push all of the rubygems related stuff into the Rubygems source classCarl Lerche2010-04-231-4/+1
* Push cached gems for install time into the Rubygems sourceCarl Lerche2010-04-231-2/+3
* Combine two methods for clarityCarl Lerche2010-04-231-11/+5
* Get rid of Index.installed_gems since there only is Index.system_gems nowCarl Lerche2010-04-231-1/+1
* Don't raise when unable to write env.rbAndre Arko2010-04-231-7/+11
* Remove dead code related to .bundle/environment.rb stuffCarl Lerche2010-04-231-2/+3
* .bundle/environment.rb should just require "bundler/setup" for now.Carlhuda2010-04-211-4/+4
* Remove temporary flex stuffCarlhuda2010-04-201-16/+29
* Add Bundler.flexdef, move locking into Environment, and lock from flex_installCarlhuda2010-04-071-0/+39
* Merge in 0.9.17Andre Arko2010-04-071-6/+2
|\
| * Bundler.setup now loads .bundle/environment.rb if it is currentAndre Arko2010-04-021-6/+2
| * Add Bundler::Source::BundlerGems, to distingush from SystemGems.Andre Arko2010-03-301-0/+4
| * Set GEM_HOME and GEM_PATH correctly when lockedAndre Arko2010-03-231-2/+1
| * Helperize resolveCarlhuda2010-03-231-3/+7
| * Move more stuff upstream into EnvironmentCarlhuda2010-03-231-0/+19
| * Remove unneeded virtual attribute on SpecificationAndre Arko2010-03-181-1/+1
* | Some refactoring into EnvironmentCarlhuda2010-04-011-2/+9
* | Add Bundler::Source::BundlerGems, to distingush from SystemGems.Andre Arko2010-03-301-0/+4
* | s/actual_dependencies/resolved_dependencies/Andy Delcambre2010-03-251-2/+2
* | When finding autorequires, don't involve specs, they are unnecessaryAndy Delcambre2010-03-251-6/+2
* | Set GEM_HOME and GEM_PATH correctly when lockedAndre Arko2010-03-231-2/+1