We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc61bea commit a37f0ffCopy full SHA for a37f0ff
.github/workflows/ruby.yml
@@ -166,7 +166,10 @@ jobs:
166
uses: ruby/setup-ruby@v1
167
with:
168
ruby-version: ${{ matrix.ruby }}
169
- bundler: ${{ matrix.bundler != '' && matrix.bundler || 'latest' }}
+ #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
+
173
174
- name: Install dependencies
175
run: bundle install
0 commit comments