diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2012-06-28 13:12:23 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-06-28 13:12:23 +0100 |
commit | 28f33a29607560701c04582ed170efec3d14e827 (patch) | |
tree | befb110cbd85d4455302e0e11a9cbd2569de8c78 | |
parent | 5b80d1b9a0933b1e20de013d1aa8b8522f2ad066 (diff) |
Bump xapian-full dependency
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,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-alaveteli', '~> 1.2.9.5' gem 'xml-simple' gem 'zip' |