redmine_dmsf/Gemfile
2013-10-03 15:31:21 +02:00

11 lines
176 B
Ruby

source :rubygems
gem 'rubyzip', '>= 1.0.0'
gem 'simple_enum'
gem 'uuidtools', '~> 2.1.1'
#Allows --without=xapian
group :xapian do
gem 'xapian-full', :require => false
end