#166 Proposal to modify the Gemfile files
This commit is contained in:
parent
12864c54d9
commit
cc1ce0df9a
5
Gemfile
5
Gemfile
@ -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
|
||||
|
||||
2
init.rb
2
init.rb
@ -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 => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user