Skip to content

Commit

Permalink
chore(gemspec): pin down rubyzip version range
Browse files Browse the repository at this point in the history
  • Loading branch information
randym committed Apr 1, 2017
1 parent b16ea03 commit 977c09d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion axlsx.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.test_files = Dir.glob("{test/**/*}")

s.add_runtime_dependency 'nokogiri', '>= 1.7.1'
s.add_runtime_dependency 'rubyzip', '>= 1.2.1'
s.add_runtime_dependency 'rubyzip','~> 1.2', '>= 1.2.1'
s.add_runtime_dependency "htmlentities", "~> 4.3.4"
s.add_runtime_dependency "mimemagic", "~> 0.3"

Expand Down

1 comment on commit 977c09d

@sergio-fry
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why?

Please sign in to comment.