redmine_dmsf/Gemfile
2013-03-28 19:27:35 +09:00

12 lines
191 B
Ruby

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