aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock6
2 files changed, 7 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 542970145..3b37a9f7e 100644
--- a/Gemfile
+++ b/Gemfile
@@ -30,7 +30,7 @@ gem 'test-unit', '~> 1.2.3' if RUBY_VERSION.to_f >= 1.9
gem 'vpim'
gem 'will_paginate', '~> 2.3.11'
# when 1.2.9 is released by the maintainer, we can stop using this fork:
-gem 'xapian-full-alaveteli', '~> 1.2.9.4'
+gem 'xapian-full', '~> 1.2.9', :git => 'git://github.com/robinhouston/xapian-full.git'
gem 'xml-simple'
gem 'zip'
diff --git a/Gemfile.lock b/Gemfile.lock
index e7c089a4a..2bfdc2aec 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,3 +1,9 @@
+GIT
+ remote: git://github.com/robinhouston/xapian-full.git
+ revision: a40074b2de825905b92d5ff6f3d6e094b1240c35
+ specs:
+ xapian-full (1.2.9)
+
GEM
remote: http://rubygems.org/
specs: