summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-08-17[bundler/bundler] Remove unneeded `to_s` callsDavid Rodríguez
2019-08-17[bundler/bundler] Consistently use `Path` over `Spec::Path`David Rodríguez
2019-08-17[bundler/bundler] Extract single gem installation logicDavid Rodríguez
2019-08-17[bundler/bundler] Unalias `install_gem`David Rodríguez
2019-08-17[bundler/bundler] Use `join` consistentlyDavid Rodríguez
2019-08-17[bundler/bundler] Extract a `lib_tracked_files` path helperDavid Rodríguez
2019-08-17[bundler/bundler] Rename a variableDavid Rodríguez
2019-08-17[bundler/bundler] Extract a `tracked_files` path helperDavid Rodríguez
2019-08-17[bundler/bundler] Rename some variablesDavid Rodríguez
2019-08-17[bundler/bundler] Reconcile testDavid Rodríguez
2019-08-17[bundler/bundler] Reuse `gem_bin` helper inside `gem_command`David Rodríguez
2019-08-17[bundler/bundler] Always use `--backtrace` when invoking `gem` CLIDavid Rodríguez
2019-08-17[bundler/bundler] Extract a `gem_bin` path helperDavid Rodríguez
2019-08-17[bundler/bundler] Reuse `gem_command!` helperDavid Rodríguez
2019-08-17[bundler/bundler] Remove more dead codeDavid Rodríguez
2019-08-17[bundler/bundler] Remove dead codeDavid Rodríguez
2019-08-17[bundler/bundler] Remove unnecessary rubygems requireDavid Rodríguez
2019-08-17[bundler/bundler] Use path helpers to find bundle binDavid Rodríguez
2019-08-17[bundler/bundler] Fix bundle bin location in core repoDavid Rodríguez
2019-08-17[bundler/bundler] Reuse more shared path helpersDavid Rodríguez
2019-08-17[bundler/bundler] Remove unnecessary assignmentDavid Rodríguez
2019-08-17[bundler/bundler] Remove unnecessary `let`David Rodríguez
2019-08-17[bundler/bundler] Move `lib` helper together with path helpersDavid Rodríguez
2019-08-17[bundler/bundler] Reuse `lib` methodDavid Rodríguez
2019-08-17[bundler/bundler] Remove duplicated methodDavid Rodríguez
2019-08-17Support the current stable version of Ruby like 2.5 and 2.6.Hiroshi SHIBATA
2019-08-17Revert "`Gem.load_path_insert_index always returns non-nil index after Ruby 1.9"Hiroshi SHIBATA
2019-08-17Added comments for extended require by RubyGemsHiroshi SHIBATA
2019-08-17`Gem.load_path_insert_index always returns non-nil index after Ruby 1.9Hiroshi SHIBATA
2019-08-17Use the original require for test_race_exceptionHiroshi SHIBATA
2019-08-17Try to continue on LoadError with gem_original_requireHiroshi SHIBATA
2019-08-17Keep the existance behavior with symlink pathHiroshi SHIBATA
2019-08-17Move fixture path to last pathHiroshi SHIBATA
2019-08-17Revert "Revert "[rubygems/rubygems] [Require] Ensure -I beats a default gem""Hiroshi SHIBATA
2019-08-17Clean sample code biorhythm (#2375)Kenichi Kamiya
2019-08-17Simplify a sample code (#2374)Kenichi Kamiya
2019-08-17Use more different arguments in Fiber.yield documentation to make it clear (#...Iain Barnett
2019-08-17NetBSD native support of explicit_bzero's like feature (#2145)David CARLIER
2019-08-17Fix typosKazuhiro NISHIYAMA
2019-08-17Added missing condition for test-bundler and test-bundled-gems.Hiroshi SHIBATA
2019-08-17Added test check to ubuntu on GitHub ActionsHiroshi SHIBATA
2019-08-17Hoisted out search_refined_methodNobuyoshi Nakada
2019-08-17Search refinement module along nested usingsNobuyoshi Nakada
2019-08-17Improve the doc example of `method_missing`OKURA Masafumi
2019-08-17Disable fail-fast of GitHub ActionsTakashi Kokubun
2019-08-17Revert "[rubygems/rubygems] [Require] Ensure -I beats a default gem"Hiroshi SHIBATA
2019-08-17Remove redundant each from `sum` example (#2190) [ci skip]OKURA Masafumi
2019-08-17Fixed Insecure Operation in requireHiroshi SHIBATA
2019-08-17* 2019-08-17 [ci skip]git
2019-08-17Move lib directory to the last of $LOAD_PATH on ruby repository.Hiroshi SHIBATA