diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2021-07-15 17:29:02 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2021-07-15 17:29:02 -0600 |
| commit | f94fa2d5ab03a034af5152b92f3e451bdebb60b8 (patch) | |
| tree | b47c9b4f9e608a9c58e48363697413a630f72377 /.github/workflows/ci.yml | |
| parent | 961b15c0d5852dc6a78553eeb0d5929fd027154d (diff) | |
release lock on Bundler version in CI
Diffstat (limited to '.github/workflows/ci.yml')
| -rw-r--r-- | .github/workflows/ci.yml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0c17cb2f..fdbf4969 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,8 +81,7 @@ jobs: uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} - # NOTE lock bundler version due to https://github.com/rubygems/rubygems/issues/4748 - bundler: '2.2.22' + bundler: '2.2' bundler-cache: ${{ github.event_name != 'schedule' }} - name: Install dependencies (scheduled build only) if: github.event_name == 'schedule' @@ -115,8 +114,7 @@ jobs: uses: ruby/setup-ruby@v1 with: ruby-version: '3.0' - # NOTE lock bundler version due to https://github.com/rubygems/rubygems/issues/4748 - bundler: '2.2.22' + bundler: '2.2' bundler-cache: true - name: Build dependents env: |
