Skip to content

Commit

Permalink
Merge pull request #502 from mzaccari/bump-rubyzip
Browse files Browse the repository at this point in the history
Bump rubyzip to 1.2.0
  • Loading branch information
donv authored Nov 25, 2016
2 parents b0d74cf + 61d54e6 commit d41258e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ group :test do
end

group :profile do
gem 'ruby-prof'
gem 'ruby-prof', :platforms => :ruby
end

platforms :rbx do
Expand Down
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.6.6'
s.add_runtime_dependency 'rubyzip', '~> 1.1.7'
s.add_runtime_dependency 'rubyzip', '~> 1.2'
s.add_runtime_dependency "htmlentities", "~> 4.3.4"
s.add_runtime_dependency "mimemagic", "~> 0.3"

Expand Down

0 comments on commit d41258e

Please sign in to comment.