Skip to content

Commit a37f0ff

Browse files
committed
lock bundler to <4 in CI for now, engine_cart incompatibility
1 parent fc61bea commit a37f0ff

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ruby.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,10 @@ jobs:
166166
uses: ruby/setup-ruby@v1
167167
with:
168168
ruby-version: ${{ matrix.ruby }}
169-
bundler: ${{ matrix.bundler != '' && matrix.bundler || 'latest' }}
169+
#bundler: ${{ matrix.bundler != '' && matrix.bundler || 'latest' }}
170+
# Bundler locked to <4, see https://github.com/projectblacklight/blacklight_range_limit/pull/328
171+
bundler: ${{ matrix.bundler != '' && matrix.bundler || '2.7.2' }}
172+
170173

171174
- name: Install dependencies
172175
run: bundle install

0 commit comments

Comments
 (0)