summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-08-03[bundler/bundler] Fix local variable nameDavid Rodríguez
2019-08-03[bundler/bundler] Reuse `execute_bundle_gem` methodDavid Rodríguez
2019-08-03[bundler/bundler] Don't re-resolve locked platform specific gemsDavid Rodríguez
2019-08-03[bundler/bundler] Revert "Migrate requires from exe/ to also be relative"David Rodríguez
2019-08-03[bundler/bundler] Lock rubocop-performance to 1.4.0David Rodríguez
2019-08-03[bundler/bundler] Bump rubocop to 0.71David Rodríguez
2019-08-03[bundler/bundler] Fix a typo on a spec commentDavid Rodríguez
2019-08-03[bundler/bundler] bundler/inline should always install gems to system pathrobuye
2019-08-03[bundler/bundler] Use real paths for `bundle clean`David Rodríguez
2019-08-03[bundler/bundler] Fix thread leak in compact index specsDavid Rodríguez
2019-08-03[bundler/bundler] Add `required_ruby_version` to gemspec templateMiklos Fazekas
2019-08-03[bundler/bundler] Factor out gemspec call inside `let`David Rodríguez
2019-08-03[bundler/bundler] Remove duplicated `let`'sDavid Rodríguez
2019-08-03[bundler/bundler] Migrate git proxy helpers to use Open3David Rodríguez
2019-08-03[bundler/bundler] Fix `rake release` not prompting for OTP codeDavid Rodríguez
2019-08-03[bundler/bundler] Normalize usages of `Gem::Util` in rubygems integrationDavid Rodríguez
2019-08-03[bundler/bundler] Use rubygems utility if availableDavid Rodríguez
2019-08-03[bundler/bundler] Fix file:// handling under WindowsDavid Rodríguez
2019-08-03[bundler/bundler] Normalize file:// handling in specsDavid Rodríguez
2019-08-03[bundler/bundler] Use a clean gemspec for gem helper specsDavid Rodríguez
2019-08-03[bundler/bundler] Move "on releasing" to a RSpec contextDavid Rodríguez
2019-08-03[bundler/bundler] Migrate requires from exe/ to also be relativeDavid Rodríguez
2019-08-03[bundler/bundler] Migrate two more requires to be relativeDavid Rodríguez
2019-08-03[bundler/bundler] Migrate thor to use relative requiresDavid Rodríguez
2019-08-03[bundler/bundler] Skip specs that need coloring on WindowsDavid Rodríguez
2019-08-03[bundler/bundler] Add missing no-color source specsDavid Rodríguez
2019-08-03[bundler/bundler] Be explicit about coloring in specs that need thatDavid Rodríguez
2019-08-03[bundler/bundler] Respect color option when instantiating shellsDavid Rodríguez
2019-08-03[bundler/bundler] Remove unnecessary conditionDavid Rodríguez
2019-08-03[bundler/bundler] Added Ruby 2.6 to dsl.Hiroshi SHIBATA
2019-08-03Use source_location instead of eval(__FILE__,binding) in Binding#irbYusuke Endoh
2019-08-03Add missing backslashTakashi Kokubun
2019-08-03* 2019-08-03git
2019-08-03Stop using homebrew addonTakashi Kokubun
2019-08-02Revert "Remove opt_nil_p test to remove warning for now"Yusuke Endoh
2019-08-02Revert "Revert "Add a specialized instruction for `.nil?` calls""Yusuke Endoh
2019-08-02parse.y: make a warning for __FILE__ in eval by defaultYusuke Endoh
2019-08-02Revert "Give up `brew update` on Travis"Takashi Kokubun
2019-08-02Remove opt_nil_p test to remove warning for nowTakashi Kokubun
2019-08-02It can be share to use CoreAssertions for default gems.Hiroshi SHIBATA
2019-08-02Make float_decode_internal mantissa intNobuyoshi Nakada
2019-08-02Deduplicate common codeNobuyoshi Nakada
2019-08-02Fix uplevelNobuyoshi Nakada
2019-08-02add debug_counters to check details.Koichi Sasada
2019-08-02Revert "Add a specialized instruction for `.nil?` calls"Yusuke Endoh
2019-08-02Expanded f_quoNobuyoshi Nakada
2019-08-02Expanded f_ceilNobuyoshi Nakada
2019-08-02Use RB_INTEGER_TYPE_PNobuyoshi Nakada
2019-08-02Expanded f_modNobuyoshi Nakada
2019-08-02* 2019-08-02git