diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2021-07-10 02:23:55 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2021-07-10 02:23:55 -0600 |
| commit | 05ba71e74f150d2acb8f302ef49639c81b9b2bae (patch) | |
| tree | c15887e9967b9f47aa16689b8a4e7975a596b6c2 /.github | |
| parent | 67436ad9b8d8e4e6093a4ed75b6907c58ab67ca3 (diff) | |
remove workaround to reinstall Bundler in CI
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c33b6e0d..d91fbd3c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,11 +74,6 @@ jobs: ruby-version: ${{ matrix.ruby }} # NOTE lock bundler version due to https://github.com/rubygems/rubygems/issues/4748 bundler: '2.2.22' - - name: Reinstall Bundler - if: matrix.os == 'windows-latest' && matrix.ruby == 'jruby-9.2' - run: | - gem uninstall -x bundler - gem install -N bundler -v 2.1.4 - name: Configure Bundler run: | bundle config --local path .bundle/gems |
