aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/shared_helpers.rb
Commit message (Expand)AuthorAgeFilesLines
* [SharedHelpers] Support 1.8.7 not having ENOTSUP definedSamuel Giddins2016-03-281-1/+1
* [SharedHelpers] Handle Errno::ENOTSUP in .filesystem_accessSamuel Giddins2016-03-281-0/+2
* Create `Bundler::VirtualProtocolError` that `Bundler::SharedHelpers#filesyste...James Wen2016-02-101-0/+2
* [Exec] Avoid loading the definition before exec-ingSamuel Giddins2016-02-011-0/+12
* Fix setting RUBYOPTSamuel Giddins2016-01-311-1/+1
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-0/+1
* [RuboCop] Address Style/GuardClauseSamuel Giddins2016-01-311-4/+3
* Separate concerns of `Bundler::SharedHelpers#set_bundle_environment`James Wen2016-01-091-16/+23
* Auto merge of #4195 - RochesterinNYC:add-net-http-errors-safely, r=segiddinsHomu2016-01-031-0/+7
|\
| * Refactor `SharedHelpers#const_get_safely` to maintain support for ruby 1.8.7James Wen2016-01-031-3/+4
| * Extract safe const_get logic into `SharedHelpers#const_get_safely`James Wen2016-01-021-0/+6
* | Update `SharedHelpers#filesystem_access` inline comment documentation with `E...James Wen2016-01-031-1/+3
|/
* Create `TemporaryResourceError` that `SharedHelpers#filesystem_access` raises...James Wen2015-12-281-0/+2
* [RuboCop] Enable Style/ParallelAssignmentSamuel Giddins2015-11-261-1/+2
* [RuboCop] Enable Style/PercentLiteralDelimitersSamuel Giddins2015-11-261-2/+2
* [RuboCop] Enable Style/BlockDelimitersSamuel Giddins2015-11-261-2/+2
* Introduce SharedHelpers#filesystem_accessAgis Anastasopoulos2015-09-271-0/+24
* Fix Style/RegexpLiteralVictor Koronen2015-08-131-1/+1
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-12/+12
* Change if statement condition and syntaxFilip Bartuzi2015-06-301-1/+1
* Print lockfile name relative from the current working directorySamuel E. Giddins2015-05-281-1/+1
* 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