aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Gemfile3
-rw-r--r--Gemfile.lock9
2 files changed, 9 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index 57464256c..39469aaf6 100644
--- a/Gemfile
+++ b/Gemfile
@@ -28,7 +28,8 @@ gem 'ruby-msg', '~> 1.5.0'
gem 'test-unit', '~> 1.2.3' if RUBY_VERSION.to_f >= 1.9
gem 'vpim'
gem 'will_paginate', '~> 2.3.11'
-gem 'xapian-full'
+# when 1.2.9 is released by the maintainer, we can stop using this fork:
+gem 'xapian-full', '~> 1.2.9', :git => 'git://github.com/sebbacon/xapian-full.git'
gem 'xml-simple'
gem 'zip'
diff --git a/Gemfile.lock b/Gemfile.lock
index 8cf57fc79..36ef12525 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,3 +1,9 @@
+GIT
+ remote: git://github.com/sebbacon/xapian-full.git
+ revision: 8f0f827d5964b28daa72c756e40caabfa2981fd0
+ specs:
+ xapian-full (1.2.9)
+
GEM
remote: http://rubygems.org/
specs:
@@ -44,7 +50,6 @@ GEM
ruby-ole (1.2.11.2)
vpim (0.695)
will_paginate (2.3.16)
- xapian-full (1.2.3)
xml-simple (1.1.0)
zip (2.0.2)
@@ -71,6 +76,6 @@ DEPENDENCIES
ruby-msg (~> 1.5.0)
vpim
will_paginate (~> 2.3.11)
- xapian-full
+ xapian-full (~> 1.2.9)!
xml-simple
zip