Add compatibility layer for old rubyzip
https://github.com/rubyzip/rubyzip#important-note
This commit is contained in:
parent
08acd6e5bf
commit
0db8086916
2 changed files with 6 additions and 0 deletions
3
Gemfile
3
Gemfile
|
|
@ -102,6 +102,9 @@ gem 'haml', '4.0.3'
|
|||
gem 'mobile-fu', '1.2.1'
|
||||
gem 'will_paginate', '3.0.4'
|
||||
|
||||
# Workarounds
|
||||
# https://github.com/rubyzip/rubyzip#important-note
|
||||
gem 'zip-zip'
|
||||
|
||||
### GROUPS ####
|
||||
|
||||
|
|
|
|||
|
|
@ -421,6 +421,8 @@ GEM
|
|||
will_paginate (3.0.4)
|
||||
xpath (2.0.0)
|
||||
nokogiri (~> 1.3)
|
||||
zip-zip (0.2)
|
||||
rubyzip (>= 1.0.0)
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
|
|
@ -507,3 +509,4 @@ DEPENDENCIES
|
|||
unicorn (= 4.6.3)
|
||||
webmock (= 1.13.0)
|
||||
will_paginate (= 3.0.4)
|
||||
zip-zip
|
||||
|
|
|
|||
Loading…
Reference in a new issue