Skip to content

Commit

Permalink
Merge pull request urvin-compliance#129 Allow Rubyzip 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
goulvench committed Mar 18, 2020
2 parents c41ddfe + 77286d5 commit ecbfc9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion caracal.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']

spec.add_dependency 'nokogiri', '~> 1.6'
spec.add_dependency 'rubyzip', '~> 1.1'
spec.add_dependency 'rubyzip', ['>= 1.1.0', '< 3.0']
spec.add_dependency 'tilt', '>= 1.4'

spec.add_development_dependency 'bundler', '~> 1.3'
Expand Down

0 comments on commit ecbfc9d

Please sign in to comment.