Skip to content

Commit 2b88544

Browse files
committed
old Rails require old concurrent-ruby when running in CI
1 parent 636e841 commit 2b88544

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Gemfile

+3
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ else
5454
gem 'sass-rails', '~> 5.0'
5555
gem 'sprockets', '~> 3.7'
5656
gem 'thor', '~> 0.20'
57+
when /^7.0/, /^7.1/
58+
# https://github.com/projectblacklight/blacklight/issues/3493
59+
gem "concurrent-ruby", "< 1.3.5"
5760
end
5861
end
5962
end

0 commit comments

Comments
 (0)