Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix upsegiddins/fix-bundle-exec-bundle-install-git-extension | David Rodríguez | 2020-03-11 | 1 | -0/+1 |
* | Properly set path for subprocesses | David Rodríguez | 2020-03-10 | 1 | -1/+1 |
* | Configure bundler locally | David Rodríguez | 2020-03-10 | 1 | -1/+1 |
* | Remove unnecessary `:keep_path` parameter | David Rodríguez | 2020-03-10 | 4 | -9/+4 |
* | Remove unnecessary compatibility code | David Rodríguez | 2020-03-10 | 3 | -25/+11 |
* | Maybe this is not needed | David Rodríguez | 2020-03-10 | 1 | -1/+1 |
* | Only check for infinite loop on #missing_extensions? | Samuel Giddins | 2020-03-10 | 1 | -4/+4 |
* | [StubSpecification] Comment why we override #stub | Samuel Giddins | 2020-03-10 | 1 | -1/+6 |
* | Add a spec for bundle exec bundle install stack overflowing | Samuel Giddins | 2020-03-10 | 1 | -0/+20 |
* | [StubSpecification] Fix up the stubs to_spec whenever it is referenced | Samuel Giddins | 2020-03-10 | 1 | -4/+17 |
* | Merge #7660 | Bundlerbot | 2020-03-06 | 9 | -93/+158 |
|\ | |||||
| * | Fixup 48eec6db9c316257527f364c0de0fa538663a0ff | Hiroshi SHIBATA | 2020-03-06 | 1 | -1/+1 |
| * | Use GitHub Actions instead of Travis CI on the doc | Hiroshi SHIBATA | 2020-03-06 | 2 | -2/+1 |
| * | Update bors configuration for GitHub Actions | Hiroshi SHIBATA | 2020-03-06 | 1 | -2/+22 |
| * | Fixed the step name | Hiroshi SHIBATA | 2020-03-06 | 1 | -1/+1 |
| * | Move env with RGV under the job.<job_id> | Hiroshi SHIBATA | 2020-03-06 | 2 | -10/+4 |
| * | Removed the needless overwrite step for bundler 2 | Hiroshi SHIBATA | 2020-03-06 | 1 | -1/+0 |
| * | Removed needless environmental variable for bundler 3 | Hiroshi SHIBATA | 2020-03-06 | 1 | -3/+0 |
| * | Revert "Try to use env with RGV variable in the toplevel" | Hiroshi SHIBATA | 2020-03-06 | 2 | -6/+14 |
| * | Try to use env with RGV variable in the toplevel | Hiroshi SHIBATA | 2020-03-06 | 2 | -14/+6 |
| * | Update .github/workflows/ubuntu-bundler3.yml | Hiroshi SHIBATA | 2020-03-06 | 1 | -1/+1 |
| * | For Ruby 2.3 | Hiroshi SHIBATA | 2020-03-06 | 1 | -1/+2 |
| * | Style | Hiroshi SHIBATA | 2020-03-06 | 2 | -4/+2 |
| * | Merge spec:sudo to ubuntu and ubuntu-bundler3 jobs | Hiroshi SHIBATA | 2020-03-06 | 3 | -37/+11 |
| * | Remove needless dependency | Hiroshi SHIBATA | 2020-03-06 | 2 | -2/+0 |
| * | Install dev dependencies programmatically | David Rodríguez | 2020-03-06 | 1 | -4/+8 |
| * | continue-on-error with ruby-head | Hiroshi SHIBATA | 2020-03-06 | 1 | -0/+1 |
| * | Revert "Added additional dependency for Ruby 2.8" | Hiroshi SHIBATA | 2020-03-06 | 1 | -2/+0 |
| * | Added additional dependency for Ruby 2.8 | Hiroshi SHIBATA | 2020-03-06 | 1 | -0/+2 |
| * | Simplify to install parallel gem | Hiroshi SHIBATA | 2020-03-06 | 1 | -1/+1 |
| * | rename | Hiroshi SHIBATA | 2020-03-06 | 2 | -2/+2 |
| * | Run test with BUNDLER_SPEC_SUB_VERSION=3 | Hiroshi SHIBATA | 2020-03-06 | 1 | -0/+5 |
| * | Revert "Try to remove needless installation" | Hiroshi SHIBATA | 2020-03-06 | 2 | -0/+2 |
| * | Try to remove needless installation | Hiroshi SHIBATA | 2020-03-06 | 2 | -2/+0 |
| * | Added RGV to spec:realworld | Hiroshi SHIBATA | 2020-03-06 | 2 | -0/+2 |
| * | Removed needless env | Hiroshi SHIBATA | 2020-03-06 | 1 | -1/+0 |
| * | Removed needless graphviz depends | Hiroshi SHIBATA | 2020-03-06 | 1 | -1/+0 |
| * | Update .github/workflows/ubuntu.yml | Hiroshi SHIBATA | 2020-03-06 | 1 | -1/+1 |
| * | Remove Travis configuration | Hiroshi SHIBATA | 2020-03-06 | 1 | -43/+0 |
| * | Migrate spec:sudo to GitHub Actions | Hiroshi SHIBATA | 2020-03-06 | 1 | -0/+32 |
| * | Split bundler 3 jobs | Hiroshi SHIBATA | 2020-03-06 | 2 | -19/+40 |
| * | Simplify | Hiroshi SHIBATA | 2020-03-06 | 1 | -1/+19 |
| * | Use exclude instead of include | Hiroshi SHIBATA | 2020-03-06 | 1 | -6/+18 |
| * | space | Hiroshi SHIBATA | 2020-03-06 | 1 | -1/+1 |
| * | Move version specified matrix to GitHub Actions | Hiroshi SHIBATA | 2020-03-06 | 2 | -14/+10 |
| * | Remove trailing whitespace | Hiroshi SHIBATA | 2020-03-06 | 1 | -1/+1 |
| * | oops | Hiroshi SHIBATA | 2020-03-06 | 1 | -1/+1 |
| * | Run with BUNDLER_SPEC_SUB_VERSION | Hiroshi SHIBATA | 2020-03-06 | 2 | -22/+2 |
| * | Removed needless step | Hiroshi SHIBATA | 2020-03-06 | 1 | -1/+0 |
| * | Run lint on GitHub Actions | Hiroshi SHIBATA | 2020-03-06 | 2 | -4/+25 |