Skip to content

Commit ff6a41a

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ruby.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25+
# Bundler locked to <4, see https://github.com/projectblacklight/blacklight_range_limit/pull/328
26+
bundler: "2.7.2"
27+
2528
# We have SEVERAL axes of difference we support.
2629
#
2730
# * Blacklight: 7, 8, or 9

0 commit comments

Comments
 (0)