summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml6
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: