aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/runtime.rb
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #4268 - Elffers:hhh_fix_ruby-I, r=indirectHomu2016-02-111-1/+11
|\
| * Wrap Gem method as rubygems integrationHsing-Hui Hsu2016-02-071-1/+1
| * Place bundler loaded gems after -I and RUBYLIBHsing-Hui Hsu2016-02-021-1/+11
* | [Exec] Avoid loading the definition before exec-ingSamuel Giddins2016-02-011-14/+1
|/
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-0/+1
* [RuboCop] Fix Style/MutableConstantSamuel Giddins2016-01-311-1/+1
* [RuboCop] Address Style/GuardClauseSamuel Giddins2016-01-311-5/+4
* Use SharedHelpers#filesystem_access in bundle clean for a friendlier error me...James Wen2015-12-181-2/+10
* Fix broken `bundle package --all` command and prevent endless recursive copyJames Wen2015-12-151-0/+8
* Auto merge of #4124 - bundler:seg-rubocop, r=indirectHomu2015-11-271-1/+1
|\
| * [RuboCop] Enable Style/AndOrSamuel Giddins2015-11-261-1/+1
* | Use exe instead of bin for BUNDLE_BIN_PATH fallbackJay Mundrawala2015-10-191-1/+1
|/
* runtime: avoid cleaning up extensions directorySimon Eskildsen2015-10-031-1/+1
* Wrap filesystem operations with #filesystem_accessAgis Anastasopoulos2015-09-271-2/+6
* Removes duplication from bundle clean commandPhil Nash2015-09-261-36/+23
* Handle errors when requiring gems gracefullyAgis-2015-08-291-1/+7
* Fix Style/ParenthesesAroundConditionVictor Koronen2015-08-141-1/+1
* [RuboCop] Update to 0.33.0Samuel E. Giddins2015-08-071-3/+3
* Fix Style/AliasErick Sasse2015-07-231-1/+1
* Fix Style/SpaceInsideBlockBracesAndre Arko2015-07-181-8/+8
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-12/+12
* [RuboCop] Enable Style/SymbolProcSamuel E. Giddins2015-07-151-2/+2
* [RuboCop] Enable Style/EmptyLinesSamuel E. Giddins2015-07-151-1/+0
* avoid altering BUNDLED WITH during implicit locksAndre Arko2015-06-081-1/+1
* Merge tag 'v1.9.4'Andre Arko2015-04-131-3/+0
* allow cache path to be configuredAndre Arko2015-01-251-17/+12
* share bundle env setup between exec and RuntimeAndre Arko2015-01-191-16/+1
* implement all_platforms options for cache/packageCody Cutrer2014-12-231-0/+1
* Report exceptions while requiringAndre Arko2014-12-091-0/+3
* Merge pull request #3195 from Intrepidd/patch-1Andre Arko2014-10-021-7/+5
|\
| * Don't swallow LoadErrors when requiring a dashed gemAdrien2014-10-021-3/+2
|/
* Encapsulate Definition#sources.Andre Arko2014-07-301-1/+1
* use File.exist? instead of File.exists?SHIBATA Hiroshi2014-02-091-6/+6
* --path changes directory where 'vendor/cache' is createdGabriel Jaldon2013-12-221-12/+15
* Less confusing message in 'use bundle exec' error message.Xavier Shay2013-08-061-1/+2
* Merge pull request #2019 from luismreis/masterAndre Arko2013-08-041-0/+1
|\
| * Handle error messages caused by missing binary libraries.Luis Reis2012-07-081-0/+1
* | Merge pull request #2536 from equinux/masterHemant Kumar2013-07-261-1/+5
|\ \
| * | Remove unnecessary quotes around bundler lib path. Dominique d'Argent2013-07-261-1/+1
| * | Use RUBYLIB instead of RUBYOPT to add the bundle lib path to ruby $LOAD_PATH.Dominique d'Argent2013-07-111-1/+5
* | | Allow `require: true` as an alias for `require: <name>`Nathan Broadbent2013-07-131-0/+2
|/ /
* | Merge pull request #2376 from ogra/rubyoptwinAndré Arko2013-03-121-5/+1
|\ \
| * | remove quotes on RUBYOPT on WindowsToshiyuki Ogura2013-03-091-5/+1
* | | don't store dry-run as a settingTerence Lee2013-03-071-4/+4
|/ /
* | leave .bat gem bins tooAndre Arko2013-02-181-1/+2
* | set $MANPATH in Bundler::Runtime#setup_environmentSuraj N. Kurapati2013-02-171-0/+19
* | Accepts strings for group names. Fixes #2305Luis Lavena2013-02-091-0/+2
* | The fix for #1856 yields regressions on Linux/OSX so add a switch on Bundler:...Fabian Ruff2013-01-291-1/+5
* | Quote the Bundler lib path in case of spacesAndre Arko2013-01-231-2/+2
* | reraise errors requiring dashed gemsAndre Arko2013-01-231-1/+1