diff options
-rw-r--r-- | Gemfile | 2 | ||||
-rw-r--r-- | Gemfile.lock | 9 |
2 files changed, 3 insertions, 8 deletions
@@ -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', '~> 1.2.9', :git => 'git://github.com/sebbacon/xapian-full.git' +gem 'xapian-full-alaveteli', '~> 1.2.9' gem 'xml-simple' gem 'zip' diff --git a/Gemfile.lock b/Gemfile.lock index 084ce19f3..a922d6fbe 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,9 +1,3 @@ -GIT - remote: git://github.com/sebbacon/xapian-full.git - revision: 8f0f827d5964b28daa72c756e40caabfa2981fd0 - specs: - xapian-full (1.2.9) - GEM remote: http://rubygems.org/ specs: @@ -61,6 +55,7 @@ GEM ruby-ole (1.2.11.2) vpim (0.695) will_paginate (2.3.16) + xapian-full-alaveteli (1.2.9) xml-simple (1.1.0) zip (2.0.2) @@ -90,6 +85,6 @@ DEPENDENCIES ruby-msg (~> 1.5.0) vpim will_paginate (~> 2.3.11) - xapian-full (~> 1.2.9)! + xapian-full-alaveteli (~> 1.2.9) xml-simple zip |