redmine_dmsf/Gemfile
2012-06-08 13:42:29 +01:00

10 lines
142 B
Ruby

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