From c3a1a782122706350e8938a243a38e561806b3ad Mon Sep 17 00:00:00 2001 From: Camille Villa Date: Mon, 8 Jan 2018 10:43:11 -0800 Subject: [PATCH] Pin Solr 7.1 until we can support 7.2 --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 01e5c9567..0d43e7673 100644 --- a/Rakefile +++ b/Rakefile @@ -32,7 +32,7 @@ require 'spotlight/version' task ci: ['engine_cart:generate'] do ENV['environment'] = 'test' - SolrWrapper.wrap(port: '8983') do |solr| + SolrWrapper.wrap(port: '8983', version: '7.1.0') do |solr| solr.with_collection(name: 'blacklight-core', dir: File.join(File.expand_path(File.dirname(__FILE__)), 'solr_conf', 'conf')) do Rake::Task['spotlight:fixtures'].invoke