aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/shared_helpers.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3582 from voxik/fix-rubygems-2.2-compatibilityAndré Arko2015-04-211-3/+6
|\
| * Use Bundler.rubygems instead of Gem methods directly.Vít Ondruch2014-12-051-15/+6
| * Fix RubyGems 2.2+ compatibility.Vít Ondruch2014-12-051-4/+16
* | Merge tag 'v1.9.4'Andre Arko2015-04-131-12/+7
* | backport a monitor into Rubygems’ ext builderAndre Arko2015-02-131-3/+1
* | do not return global .bundle as local .bundleAndre Arko2015-01-251-3/+9
* | share bundle env setup between exec and RuntimeAndre Arko2015-01-191-0/+19
* | `bundle config --local gemfile /foo/bar/MyGemfile` now worksDean Holdren2014-12-221-5/+24
|/
* ||= is not thread safeSmit Shah2014-11-181-1/+2
* apply chdir monitor to all chdirsAndre Arko2014-11-171-16/+9
* Everything (not just Gemfile) needs to be appended .lock, as per old behaviour.Andre Medeiros2014-09-131-1/+1
* Fix the gemfile locating logic.Andre Medeiros2014-09-131-3/+2
* Try to find `gems.rb` and `gems.locked` if `Gemfile` is not foundAndre Medeiros2014-09-131-3/+12
* 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