aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [bundler/bundler] Add missing mockDavid Rodríguez2019-08-031-0/+1
* [bundler/bundler] Remove unnecessary `order_matters` paramDavid Rodríguez2019-08-031-3/+3
* [bundler/bundler] Correct default cache pathIvo Wever2019-08-031-1/+1
* [bundler/bundler] Improve spec to be more realisticDavid Rodríguez2019-08-031-2/+3
* [bundler/bundler] Clearer MissingRevision git errorsDavid Rodríguez2019-08-032-9/+16
* [bundler/bundler] Not sure how much this buys us, remove itDavid Rodríguez2019-08-031-2/+0
* [bundler/bundler] Inline `expanded_deps`David Rodríguez2019-08-031-2/+1
* [bundler/bundler] Generate new gem development dependencies in GemfileDavid Rodríguez2019-08-033-14/+25
* [bundler/bundler] Fix local variable nameDavid Rodríguez2019-08-031-2/+2
* [bundler/bundler] Reuse `execute_bundle_gem` methodDavid Rodríguez2019-08-031-2/+1
* [bundler/bundler] Don't re-resolve locked platform specific gemsDavid Rodríguez2019-08-032-1/+29
* [bundler/bundler] Revert "Migrate requires from exe/ to also be relative"David Rodríguez2019-08-031-3/+3
* [bundler/bundler] Lock rubocop-performance to 1.4.0David Rodríguez2019-08-031-1/+1
* [bundler/bundler] Bump rubocop to 0.71David Rodríguez2019-08-031-1/+1
* [bundler/bundler] Fix a typo on a spec commentDavid Rodríguez2019-08-031-1/+1
* [bundler/bundler] bundler/inline should always install gems to system pathrobuye2019-08-031-0/+13
* [bundler/bundler] Use real paths for `bundle clean`David Rodríguez2019-08-032-1/+27
* [bundler/bundler] Fix thread leak in compact index specsDavid Rodríguez2019-08-031-1/+1
* [bundler/bundler] Add `required_ruby_version` to gemspec templateMiklos Fazekas2019-08-032-0/+7
* [bundler/bundler] Factor out gemspec call inside `let`David Rodríguez2019-08-031-8/+8
* [bundler/bundler] Remove duplicated `let`'sDavid Rodríguez2019-08-031-5/+2
* [bundler/bundler] Migrate git proxy helpers to use Open3David Rodríguez2019-08-031-30/+22
* [bundler/bundler] Fix `rake release` not prompting for OTP codeDavid Rodríguez2019-08-032-2/+15
* [bundler/bundler] Normalize usages of `Gem::Util` in rubygems integrationDavid Rodríguez2019-08-031-5/+3
* [bundler/bundler] Use rubygems utility if availableDavid Rodríguez2019-08-033-2/+14
* [bundler/bundler] Fix file:// handling under WindowsDavid Rodríguez2019-08-033-4/+7
* [bundler/bundler] Normalize file:// handling in specsDavid Rodríguez2019-08-0395-1023/+1021
* [bundler/bundler] Use a clean gemspec for gem helper specsDavid Rodríguez2019-08-033-13/+18
* [bundler/bundler] Move "on releasing" to a RSpec contextDavid Rodríguez2019-08-031-7/+12
* [bundler/bundler] Migrate requires from exe/ to also be relativeDavid Rodríguez2019-08-031-3/+3
* [bundler/bundler] Migrate two more requires to be relativeDavid Rodríguez2019-08-032-2/+2
* [bundler/bundler] Migrate thor to use relative requiresDavid Rodríguez2019-08-0313-34/+34
* [bundler/bundler] Skip specs that need coloring on WindowsDavid Rodríguez2019-08-032-3/+4
* [bundler/bundler] Add missing no-color source specsDavid Rodríguez2019-08-031-0/+16
* [bundler/bundler] Be explicit about coloring in specs that need thatDavid Rodríguez2019-08-031-0/+2
* [bundler/bundler] Respect color option when instantiating shellsDavid Rodríguez2019-08-032-15/+1
* [bundler/bundler] Remove unnecessary conditionDavid Rodríguez2019-08-031-1/+1
* [bundler/bundler] Added Ruby 2.6 to dsl.Hiroshi SHIBATA2019-08-032-2/+8
* Use source_location instead of eval(__FILE__,binding) in Binding#irbYusuke Endoh2019-08-031-1/+1
* Add missing backslashTakashi Kokubun2019-08-031-1/+1
* * 2019-08-03git2019-08-031-1/+1
* Stop using homebrew addonTakashi Kokubun2019-08-031-9/+16
* Revert "Remove opt_nil_p test to remove warning for now"Yusuke Endoh2019-08-021-0/+7
* Revert "Revert "Add a specialized instruction for `.nil?` calls""Yusuke Endoh2019-08-028-1/+48
* parse.y: make a warning for __FILE__ in eval by defaultYusuke Endoh2019-08-021-1/+1
* Revert "Give up `brew update` on Travis"Takashi Kokubun2019-08-021-2/+1
* Remove opt_nil_p test to remove warning for nowTakashi Kokubun2019-08-021-7/+0
* It can be share to use CoreAssertions for default gems.Hiroshi SHIBATA2019-08-021-4/+29
* Make float_decode_internal mantissa intNobuyoshi Nakada2019-08-021-21/+17
* Deduplicate common codeNobuyoshi Nakada2019-08-021-13/+5