aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/shared_helpers.rb
Commit message (Expand)AuthorAgeFilesLines
* Ignore git path configuration in env when shelling out to git.Xavier Shay2013-08-181-0/+13
* Use newly introduced current_ruby method for platformHemant Kumar2013-07-291-1/+1
* Push a fix for SharedHelpers.chdir not being threadsafeHemant Kumar2013-07-291-1/+1
* Load current_ruby from shared_helpers.rbHemant Kumar2013-07-251-0/+1
* Move constants to use it from SharedHelpersKohei Suzuki2013-05-231-0/+1
* Run installation in multiple processes unless host_os is WindowsKohei Suzuki2013-05-231-7/+17
* Fix to use SharedHelpers.pwdKohei Suzuki2013-05-231-1/+1
* Prohibit Dir.pwd while another thread is doing Dir.chdirKohei Suzuki2013-05-231-0/+14
* escape filenames before putting them in regexesAndre Arko2011-05-261-2/+2
* Remove bad call to fully_loadEvan Phoenix2011-04-301-2/+0
* Phase 1 of rubygems/bundler reintegrationEvan Phoenix2011-04-181-129/+5
* Defend against future Rubygems changesAndre Arko2011-04-141-5/+26
* fix Gem::SourceIndex.refresh! on Rubygems 1.7 and upAndre Arko2011-04-081-1/+1
* Rubygems 1.7 removes SourceIndex#from_gems_in, so we adaptAndre Arko2011-04-011-7/+16
* deprecation of Gem::LoadError#version_requirementTerence Lee2011-01-051-2/+11
* p.include? is not a legitimate path comparisonAndre Arko2010-11-041-2/+2
* Allow searching past bundler.gemspec outside of testsAndre Arko2010-10-251-3/+6
* Ignore BUNDLE_GEMFILE='', since Hudson apparently can't unset ENVsAndre Arko2010-10-241-2/+2
* make sure we don't accidentally find a Gemfile outside of source dir when tes...Sarah Allen2010-10-241-0/+4
* Fix warnings in bundlerwycats2010-10-121-5/+3
* Use the Gemfile's name as a base for Gemfile.lockCarl Lerche2010-08-031-0/+4
* Shim Gem.refresh (fixes a bug involving unicorn)Carlhuda2010-07-211-0/+1
* Fix a bug where `bundle exec bundle *` and shelling out to bundle from inside...Carlhuda2010-07-211-1/+5
* Remove Bundler::SpecificationCarl Lerche2010-05-141-21/+0
* Clarify intent in lock/git_specAndre Arko2010-04-231-1/+0
* Remove dead code related to .bundle/environment.rb stuffCarl Lerche2010-04-231-4/+0
* Fix the Gem::SourceIndex monkey patchingCarlhuda2010-04-221-0/+2
* Ensure Ruby 1.9 Rubygems is fully loaded in locked environmentsAndre Arko2010-04-121-1/+2
* The shared helpers need to load Rubygems nowAndre Arko2010-04-101-0/+1
* Gems from git need their full_gem_path fixed, even when lockedAndre Arko2010-04-101-0/+22
* Disable rubygems more fully when unlockedAndre Arko2010-04-081-2/+2
* Improve DSL, Gemfile, and command error messagesAndre Arko2010-04-031-1/+1
* Bundler.setup now loads .bundle/environment.rb if it is currentAndre Arko2010-04-021-0/+7
* Fix exec'ing bins from gems with :path option set while lockedAndre Arko2010-03-181-1/+3
* Make bundler work with RG 1.3.5, 1.3.6 and trunk and create a spec task to ru...Carlhuda2010-02-221-3/+13
* Correctly cripple rubygems in .bundle/environment.rbCarlhuda2010-02-171-12/+81
* Make the tests more platform agnostic -- all green on jrubyCarlhuda2010-02-161-1/+1
* Lets try to actually fix .bundle/environment.rb this time.Carl Lerche2010-02-101-2/+13
* Have bundler/setup not require any extra files.Carlhuda2010-02-101-15/+18
* Make bundler/setup something you can add to your .profile. To do this, add -I...Carlhuda2010-02-101-0/+23
* Actually disable system gems in .bundle/environment.rbCarlhuda2010-02-101-0/+19