#1対応のための変更はmaster上では打ち消しておく
This commit is contained in:
parent
c0ffa3e195
commit
2acde20115
4
Gemfile
4
Gemfile
@ -1,13 +1,13 @@
|
||||
source 'https://rubygems.org'
|
||||
|
||||
gem 'rubyzip' #, '>= 1.0.0' # for ALMinium
|
||||
gem 'rubyzip', '>= 1.0.0'
|
||||
gem 'zip-zip' # Just to avoid 'cannot load such file -- zip/zip' error
|
||||
gem 'simple_enum'
|
||||
gem 'uuidtools', '~> 2.1.1'
|
||||
gem 'dav4rack', '~> 0.3.0'
|
||||
|
||||
group :production do
|
||||
gem 'nokogiri' #, '>= 1.5.10' # for ALMinium
|
||||
gem 'nokogiri', '>= 1.5.10'
|
||||
end
|
||||
|
||||
#Allows --without=xapian
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user