redmine_dmsf/Gemfile
Daniel Munn ab50c9ee39 Fix Gemfile
Originally utilised an "optional" parameter, which is proposed not actual functionality.
2012-06-06 21:17:05 +01:00

9 lines
127 B
Ruby

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