summaryrefslogtreecommitdiff
path: root/lib/bundler/cli/exec.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix another silent rubygems issuefix_another_silent_rubygems_issueDavid Rodríguez2019-12-161-12/+3
* Fix shelling out to rubygems being silentDavid Rodríguez2019-11-181-3/+12
* More cleanupDavid Rodríguez2019-10-311-7/+0
* Remove old rubies stuff no longer neededDavid Rodríguez2019-08-181-1/+1
* Get `bundle exec` respecting proc titlesfix_exec_proc_titleDavid Rodríguez2019-04-261-6/+1
* Prefer `require_relative` for internal requiresDavid Rodríguez2019-04-191-2/+2
* Add TruffleRuby to the list of possible shebangsBenoit Daloze2018-09-091-0/+1
* Fix failure when exception backtrace is nilNikita Esaulov2018-03-151-1/+1
* Only trap INT signal and set to DEFAULTShayon Mukherjee2018-01-151-3/+2
* Avoid rescue of SignalException in kernel_load and with_friendly_errorsDavid Kellum2017-10-141-1/+1
* [RuboCop] Enable Layout/EmptyLineAfterMagicComment copKoichi ITO2017-07-161-0/+1
* [RuboCop] Enable Style/PercentLiteralDelimitersKoichi ITO2017-05-281-1/+1
* Warn if executable in bundle exec is emptybronzdoc2016-10-301-0/+6
* Add a setting for disable_exec_loadSamuel Giddins2016-08-161-1/+3
* [Exec] Only set process title on Ruby 2.1+pr/4589Samuel Giddins2016-08-101-7/+3
* Manually set a process title when using loadJames Healy2016-08-091-0/+9
* JRuby in 1.8 mode doesn't support Array as first argument for Kernel.execojab2016-07-161-1/+5
* Add JRuby shebang to ruby_shebang? checkojab2016-07-161-0/+1
* Fixing the reserved signals and hash valueAsutosh Palai2016-06-271-1/+4
* Wiping all possible signalsAsutosh Palai2016-06-271-1/+1
* Fixes #4568Asutosh Palai2016-06-271-0/+1
* [Exec] Allow executables to exit non-zero via at_exitseg-exec-load-at-exitSamuel Giddins2016-04-141-2/+1
* Add test for checking langauge of sentences used in source codeAditya Prakash2016-03-091-1/+1
* [RubygemsIntegration] Add support for new activate_bin_path binstubsseg-rg-master-supportSamuel Giddins2016-03-051-1/+2
* [Exec] Fix loading on 1.8.7seg-load-execSamuel Giddins2016-02-231-1/+1
* [Exec] Improve performance when checking for a ruby shebangSamuel Giddins2016-02-221-2/+6
* [Exec] Filter bundler code from backtrace when load failsSamuel Giddins2016-02-221-1/+2
* [Exec] Set $0 when loadingSamuel Giddins2016-02-221-0/+1
* [Exec] Ensure failure loading is printed to STDERRSamuel Giddins2016-02-221-2/+1
* [Exec] Load instead of exec-ingSamuel Giddins2016-02-221-11/+42
* [Exec] Avoid loading the definition before exec-ingSamuel Giddins2016-02-011-9/+3
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-0/+1
* [Exec] Fix exec-ing with 0 args in a directory with spacesseg-exec-spacesSamuel Giddins2016-01-251-1/+1
* Deal with ENOEXECenoexecFelipe Tanus2015-11-301-1/+1
* Remove parenthesisJustin Lambert2015-08-051-1/+1
* Fix for warning on jruby 9kJustin Lambert2015-08-051-1/+1
* Fix Style/SingleSpaceBeforeFirstArgErick Sasse2015-07-191-1/+1
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-1/+1
* [RuboCop] Enable Style/EmptyLinesSamuel E. Giddins2015-07-151-1/+0
* Removes a warning in jrubyDavid Rodríguez2015-07-111-1/+3
* Unset UI when yielding to other programsseg-unset-uiSamuel E. Giddins2015-06-021-0/+6
* share bundle env setup between exec and RuntimeAndre Arko2015-01-191-52/+17
* force TTY only in tests instead of all execAndre Arko2015-01-191-2/+1
* Optimized bundle-execKir Shatrov2015-01-191-12/+55
* whitespace styleAndre Arko2014-01-261-0/+1
* Refactored open and fixed few failing specsSmit Shah2014-01-081-1/+1
* Use *args instead of argsSmit Shah2014-01-081-1/+1
* Refactored exec method in cliSmit Shah2014-01-081-0/+36