1
0
Fork 0
mirror of https://github.com/fog/fog-aws.git synced 2022-11-09 13:50:52 -05:00

Update rubyzip requirement from ~> 1.3.0 to ~> 2.3.0

Updates the requirements on [rubyzip](https://github.com/rubyzip/rubyzip) to permit the latest version.
- [Release notes](https://github.com/rubyzip/rubyzip/releases)
- [Changelog](https://github.com/rubyzip/rubyzip/blob/master/Changelog.md)
- [Commits](https://github.com/rubyzip/rubyzip/compare/v1.3.0...v2.3.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-03-23 05:00:53 +00:00 committed by GitHub
parent 75d6399838
commit 4f2faacfaa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'bundler'
spec.add_development_dependency 'github_changelog_generator', '~> 1.16'
spec.add_development_dependency 'rake', '>= 12.3.3'
spec.add_development_dependency 'rubyzip', '~> 1.3.0'
spec.add_development_dependency 'rubyzip', '~> 2.3.0'
spec.add_development_dependency 'shindo', '~> 0.3'
spec.add_dependency 'fog-core', '~> 2.1'