#166 Proposal to modify the Gemfile files

This commit is contained in:
Karel Picman 2013-11-18 10:39:15 +01:00
parent 12864c54d9
commit cc1ce0df9a
2 changed files with 5 additions and 2 deletions

View File

@ -3,9 +3,12 @@ source 'https://rubygems.org'
gem 'rubyzip', '>= 1.0.0'
gem 'zip-zip' # Just to avoid 'cannot load such file -- zip/zip' error
gem 'simple_enum'
gem 'nokogiri', '>= 1.5.10'
gem 'uuidtools', '~> 2.1.1'
group :production do
gem 'nokogiri', '>= 1.5.10'
end
#Allows --without=xapian
group :xapian do
gem 'xapian-full', :require => false

View File

@ -30,7 +30,7 @@ Redmine::Plugin.register :redmine_dmsf do
url 'https://github.com/danmunn/redmine_dmsf'
author_url 'https://code.google.com/p/redmine-dmsf/'
requires_redmine :version_or_higher => '2.3.0'
requires_redmine :version_or_higher => '2.0.0'
settings :partial => 'settings/dmsf_settings',
:default => {