two-pack / redmine_xls_export

Redmine XLS Export plugin from http://www.redmine.org/plugins/redmine_xls_export
Other
68 stars 42 forks source link

Bundler fails after redmine.org #7056 #128

Closed two-pack closed 4 years ago

two-pack commented 4 years ago

Bundler fails after redmine.org #7056 Following error is occurred when run bundle install:

$ bundle update

[!] There was an error parsing `Gemfile`:
[!] There was an error parsing `Gemfile`: You cannot specify the same gem twice with different version requirements.
You specified: rubyzip (~> 2.3.0) and rubyzip (>= 1.1.3). Bundler cannot continue.

Redmine v4.1.0 or older have no problem.

two-pack commented 4 years ago

Redmine v3.4.x or later install rubyzip by Redmine Gemfile. So I remove rubyzip from the plugin Gemfile.