diff options
author | Louise Crow <louise.crow@gmail.com> | 2015-04-02 15:06:42 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2015-04-02 15:06:42 +0100 |
commit | 1cfa49780a998ea9e4ce0af2c97e3d7b6ae5f7de (patch) | |
tree | 630bdba939561a6e22ee804ebb16b87245a5083a | |
parent | cedffee3077a52f1fe08f6c7a649ae60d3c64355 (diff) |
Update xapian-full-alaveteli for Ruby 2.1 compatibility
-rw-r--r-- | Gemfile | 2 | ||||
-rw-r--r-- | Gemfile.lock | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -35,7 +35,7 @@ gem 'thin', '~> 1.5.1' gem 'vpim', '~> 13.11.11' gem 'will_paginate', '~> 3.0.5' # when 1.2.9 is released by the maintainer, we can stop using this fork: -gem 'xapian-full-alaveteli', '~> 1.2.9.5' +gem 'xapian-full-alaveteli', '~> 1.2.9.6' gem 'xml-simple', '~> 1.1.2', :require => 'xmlsimple' gem 'zip', '~> 2.0.2' diff --git a/Gemfile.lock b/Gemfile.lock index 64d7aec82..8bc97cc07 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -291,7 +291,7 @@ GEM rack (>= 1.0) rack-test (>= 0.5.3) will_paginate (3.0.5) - xapian-full-alaveteli (1.2.9.5) + xapian-full-alaveteli (1.2.9.6) xml-simple (1.1.2) zip (2.0.2) @@ -360,6 +360,6 @@ DEPENDENCIES vpim (~> 13.11.11) webrat (~> 0.7.3) will_paginate (~> 3.0.5) - xapian-full-alaveteli (~> 1.2.9.5) + xapian-full-alaveteli (~> 1.2.9.6) xml-simple (~> 1.1.2) zip (~> 2.0.2) |