summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove the :ruby exclusion tagremove_old_rubies_thingsDavid Rodríguez2019-08-181-1/+0
* Remove another 1.8.7 specific bitDavid Rodríguez2019-08-181-5/+0
* Remove old rubies stuff no longer neededDavid Rodríguez2019-08-183-7/+3
* Merge #7303Bundlerbot2019-08-1611-111/+87
|\
| * Extract a `gemspec_dir` helperrefactor_ruby_core_integrationDavid Rodríguez2019-08-162-2/+5
| * Extract yet another helper methodDavid Rodríguez2019-08-162-20/+19
| * Extract a `root_gemspec` local variableDavid Rodríguez2019-08-161-3/+4
| * Extract a `with_root_gemspec` helperDavid Rodríguez2019-08-163-14/+14
| * Only chdir when necessaryDavid Rodríguez2019-08-161-16/+14
| * Make sure gem has been built before deleteng itDavid Rodríguez2019-08-161-11/+13
| * Cleanup in a location independent wayDavid Rodríguez2019-08-161-1/+1
| * Remove obvious commentDavid Rodríguez2019-08-161-1/+0
| * Remve another unneeded `to_s`David Rodríguez2019-08-161-1/+1
| * Remove unneeded `to_s` callsDavid Rodríguez2019-08-162-3/+3
| * Consistently use `Path` over `Spec::Path`David Rodríguez2019-08-161-1/+1
| * Extract single gem installation logicDavid Rodríguez2019-08-161-3/+7
| * Unalias `install_gem`David Rodríguez2019-08-162-3/+1
| * Use `join` consistentlyDavid Rodríguez2019-08-161-1/+1
| * Extract a `lib_tracked_files` path helperDavid Rodríguez2019-08-162-4/+4
| * Rename a variableDavid Rodríguez2019-08-161-4/+4
| * Extract a `tracked_files` path helperDavid Rodríguez2019-08-162-4/+4
| * Rename some variablesDavid Rodríguez2019-08-161-19/+19
| * Reconcile testDavid Rodríguez2019-08-161-3/+1
| * Reuse `gem_bin` helper inside `gem_command`David Rodríguez2019-08-161-2/+1
| * Always use `--backtrace` when invoking `gem` CLIDavid Rodríguez2019-08-161-1/+1
| * Extract a `gem_bin` path helperDavid Rodríguez2019-08-162-1/+5
| * Reuse `gem_command!` helperDavid Rodríguez2019-08-161-8/+4
| * Remove more dead codeDavid Rodríguez2019-08-161-5/+1
| * Remove dead codeDavid Rodríguez2019-08-161-1/+1
| * Remove unnecessary rubygems requireDavid Rodríguez2019-08-161-1/+1
| * Use path helpers to find bundle binDavid Rodríguez2019-08-161-2/+1
| * Fix bundle bin location in core repoDavid Rodríguez2019-08-162-2/+2
| * Reuse more shared path helpersDavid Rodríguez2019-08-163-18/+4
| * Remove unnecessary assignmentDavid Rodríguez2019-08-161-2/+2
| * Remove unnecessary `let`David Rodríguez2019-08-161-3/+2
| * Move `lib` helper together with path helpersDavid Rodríguez2019-08-162-4/+4
| * Reuse `lib` methodDavid Rodríguez2019-08-161-1/+0
| * Remove duplicated methodDavid Rodríguez2019-08-164-8/+4
|/
* Merge #7306Bundlerbot2019-08-161-0/+0
|\
| * Fixup #7297Hiroshi SHIBATA2019-08-161-0/+0
|/
* Merge #7301Bundlerbot2019-08-166-9/+11
|\
| * Fixed rubocop errortrack-ruby-core-masterHiroshi SHIBATA2019-08-161-2/+2
| * lib/bundler/shared_helpers.rb: remove require "rubygems"Yusuke Endoh2019-08-141-1/+0
| * Fixed up 365ee22d73ec73c119a842de271504e04bed6f45Hiroshi SHIBATA2019-08-141-1/+1
| * Fixed the broken example with ruby core structure.Hiroshi SHIBATA2019-08-141-1/+2
| * Added example filter for Linux of GitHub Actions.Hiroshi SHIBATA2019-08-142-1/+2
| * Re-use GITHUB_ACTION variables for filtering bundler examples.Hiroshi SHIBATA2019-08-142-4/+4
| * GitHub Actions does not support ANSI color code. Skip failing examples.Hiroshi SHIBATA2019-08-141-1/+1
| * Explicitly ignored GEMRC environmental variable.Hiroshi SHIBATA2019-08-141-0/+1
| * Fix typo: duplicated the [skip-ci]ohbarye2019-08-141-1/+1