Proposal to modify the Gemfile files #166

This commit is contained in:
Karel Picman 2016-02-01 15:55:38 +01:00
parent f30d926ba9
commit 8ea39e4b02

View File

@ -4,7 +4,7 @@
# #
# Copyright (C) 2011 Vít Jonáš <vit.jonas@gmail.com> # Copyright (C) 2011 Vít Jonáš <vit.jonas@gmail.com>
# Copyright (C) 2012 Daniel Munn <dan.munn@munnster.co.uk> # Copyright (C) 2012 Daniel Munn <dan.munn@munnster.co.uk>
# Copyright (C) 2011-15 Karel Pičman <karel.picman@kontron.com> # Copyright (C) 2011-16 Karel Pičman <karel.picman@kontron.com>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License
@ -27,10 +27,7 @@ gem 'zip-zip' # Just to avoid 'cannot load such file -- zip/zip' error
gem 'simple_enum' gem 'simple_enum'
gem 'uuidtools', '~> 2.1.1' gem 'uuidtools', '~> 2.1.1'
gem 'dav4rack', '~> 0.3.0' gem 'dav4rack', '~> 0.3.0'
gem 'nokogiri'
group :production do
gem 'nokogiri', '>= 1.5.10'
end
group :xapian do group :xapian do
gem 'xapian-full-alaveteli', :require => false gem 'xapian-full-alaveteli', :require => false