Skip to content

Commit

Permalink
Must use rubyzip 0.9.9 to support all ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ngiger committed Jan 15, 2014
1 parent 4e38e46 commit 23d1534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swissmedic-diff.gemspec
Expand Up @@ -17,7 +17,7 @@ spec = Gem::Specification.new do |s|
s.executables << 'swissmedic-diff'
s.add_dependency('rubyXL')
s.add_dependency('nokogiri')
s.add_dependency('rubyzip')
s.add_dependency('rubyzip', '0.9.9')
s.add_dependency('spreadsheet')
s.add_development_dependency "hoe"
s.add_development_dependency "minitest"
Expand Down

0 comments on commit 23d1534

Please sign in to comment.