redmine_dmsf/Gemfile

12 lines
162 B
Ruby

source "https://rubygems.org"
gem "zip"
gem "dav4rack"
#Allows --without=xapian
group :xapian do
gem "xapian-full", :require => false
end
gem "ruby-debug19"