redmine_dmsf/Gemfile
2013-10-11 10:56:48 +02:00

12 lines
247 B
Ruby

source :rubygems
gem 'rubyzip', '>= 1.0.0'
gem 'zip-zip' # Just to avoid 'cannot load such file -- zip/zip' error
gem 'simple_enum'
gem 'uuidtools', '~> 2.1.1'
#Allows --without=xapian
group :xapian do
gem 'xapian-full', :require => false
end