Skip to content

Commit

Permalink
relax rubyzip dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jkraemer committed Oct 1, 2019
1 parent 50cde68 commit bb42c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plaintext.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|

spec.add_dependency 'activesupport', '>2.2.1 '
spec.add_dependency 'nokogiri', '~> 1.10', '>= 1.10.4'
spec.add_dependency 'rubyzip', '~> 1.2.1'
spec.add_dependency 'rubyzip', '~> 1.2'

spec.add_development_dependency 'bundler', '~> 2.0'
spec.add_development_dependency 'rake', '~> 12.0'
Expand Down

0 comments on commit bb42c2a

Please sign in to comment.