Skip to content

Commit 7b5e58c

Browse files
committed
fix(ci): Downgrade Bundler to 2.2.33 for Ruby 2.7 compatibility
1 parent f9b5fc0 commit 7b5e58c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jekyll.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: ruby/setup-ruby@v1
2929
with:
3030
ruby-version: '2.7'
31-
bundler: '2.6.2'
31+
bundler: '2.2.33'
3232
- name: Install Dependencies
3333
run: bundle install --jobs 4 --retry 3
3434
- name: Setup Pages

0 commit comments

Comments
 (0)