From e460bf9fab1bf764cada451bf6646365a48ff06b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2019 12:52:23 +0000 Subject: [PATCH] Update rubyzip requirement from ~> 1.2.1 to >= 1.2.1, < 2.1.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.2.1...v2.0.0) Signed-off-by: dependabot[bot] --- Gemfile.lock | 10 +++++----- suby.gemspec | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 9c06d4b..9e9fe7a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -5,7 +5,7 @@ PATH mime-types (~> 1.19) nokogiri (~> 1.8.2) path (~> 1.3) - rubyzip (~> 1.2.1) + rubyzip (>= 1.2.1, < 2.1.0) term-ansicolor (~> 1.2) GEM @@ -14,7 +14,7 @@ GEM diff-lcs (1.2.5) mime-types (1.25.1) mini_portile2 (2.3.0) - nokogiri (1.8.4) + nokogiri (1.8.5) mini_portile2 (~> 2.3.0) path (1.3.3) rspec (2.14.1) @@ -25,10 +25,10 @@ GEM rspec-expectations (2.14.5) diff-lcs (>= 1.1.3, < 2.0) rspec-mocks (2.14.6) - rubyzip (1.2.1) - term-ansicolor (1.6.0) + rubyzip (2.0.0) + term-ansicolor (1.7.1) tins (~> 1.0) - tins (1.16.3) + tins (1.21.1) xmlrpc (0.3.0) PLATFORMS diff --git a/suby.gemspec b/suby.gemspec index 6064a19..3fc52d5 100644 --- a/suby.gemspec +++ b/suby.gemspec @@ -13,7 +13,7 @@ Gem::Specification.new do |s| s.required_ruby_version = '>= 1.9.2' s.add_dependency 'path', '~> 1.3' s.add_dependency 'nokogiri', '~> 1.8.2' - s.add_dependency 'rubyzip', '~> 1.2.1' + s.add_dependency 'rubyzip', '>= 1.2.1', '< 2.1.0' s.add_dependency 'term-ansicolor', '~> 1.2' s.add_dependency 'mime-types', '~> 1.19'