aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan Chard <ian@mysociety.org>2015-06-17 14:56:32 +0100
committerIan Chard <ian@mysociety.org>2015-06-17 14:56:32 +0100
commit67471a2b4ccceed5f9c727e12d990071670d6c91 (patch)
tree148f4201546627db6e1434c683907ed7124d1990
parent437b5cc354debe12996c2347a7cad9a73cbfa118 (diff)
Specify our repo for new xapian gem (for testing)debian-jessie
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index eccfe1ba8..ba140d4b9 100644
--- a/Gemfile
+++ b/Gemfile
@@ -36,7 +36,7 @@ gem 'thin', '~> 1.5.1'
gem 'vpim', '~> 13.11.11'
gem 'will_paginate', '~> 3.0.5'
# when 1.2.9 is released by the maintainer, we can stop using this fork:
-gem 'xapian-full-alaveteli', '~> 1.2.21.1', :branch => 'debian-jessie'
+gem 'xapian-full-alaveteli', '~> 1.2.21.1', :git => 'https://github.com/mysociety/xapian-full.git', :branch => 'debian-jessie'
gem 'xml-simple', '~> 1.1.2', :require => 'xmlsimple'
gem 'zip', '~> 2.0.2'