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:
parent
75d6399838
commit
4f2faacfaa
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue