diff options
author | Robin Houston <robin.houston@gmail.com> | 2012-06-01 12:48:53 +0100 |
---|---|---|
committer | Robin Houston <robin.houston@gmail.com> | 2012-06-01 12:48:53 +0100 |
commit | d16b983c74eebe56532232fc69a1f81ae54a7c0b (patch) | |
tree | 4dabf7c3fc2a10362ec4afe501631a4623e4ee6f | |
parent | 2125dd5da82c3a73fa34006dbdc303dcba080110 (diff) |
Upgrade xapian-full-alaveteli yet again
-rw-r--r-- | Gemfile | 2 | ||||
-rw-r--r-- | Gemfile.lock | 4 |
2 files changed, 3 insertions, 3 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-alaveteli', '~> 1.2.9.2' +gem 'xapian-full-alaveteli', '~> 1.2.9.3' gem 'xml-simple' gem 'zip' diff --git a/Gemfile.lock b/Gemfile.lock index ea2e6866d..a8d6520bd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -55,7 +55,7 @@ GEM ruby-ole (1.2.11.2) vpim (0.695) will_paginate (2.3.16) - xapian-full-alaveteli (1.2.9.2) + xapian-full-alaveteli (1.2.9.3) xml-simple (1.1.0) zip (2.0.2) @@ -85,6 +85,6 @@ DEPENDENCIES ruby-msg (~> 1.5.0) vpim will_paginate (~> 2.3.11) - xapian-full-alaveteli (~> 1.2.9.2) + xapian-full-alaveteli (~> 1.2.9.3) xml-simple zip |