Changes required zip gem 'zip' to 'rubyzip'.
This commit is contained in:
parent
8bf893e1c9
commit
f42ad9bd8f
2
Gemfile
2
Gemfile
@ -1,6 +1,6 @@
|
||||
source :rubygems
|
||||
|
||||
gem "zip"
|
||||
gem "rubyzip"
|
||||
gem "simple_enum"
|
||||
gem "nokogiri", ">= 1.4.2"
|
||||
gem "uuidtools", "~> 2.1.1"
|
||||
|
||||
@ -48,7 +48,7 @@ As of version 1.4.4 of this plugin:
|
||||
* Bundler 1.1 or greater (Gem)
|
||||
* Redmine 2.0.x
|
||||
* Rails 3.2.x (Inline with Redmine installation requirement)
|
||||
* zip (Gem)
|
||||
* rubyzip (Gem)
|
||||
* Nokogiri 1.4.2 or greater (Gem)
|
||||
* UUIDTools 2.1.1 or greater (less than 2.2.0) (Gem)
|
||||
* simple_enum (Gem)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user