Update rubyzip requirement from ~> 1.1 to >= 1.1, < 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.2.2...v1.3.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-03-04 09:52:06 +00:00 committed by GitHub
parent 59cd772315
commit 1d06cedf0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 69 additions and 70 deletions

View File

@ -21,7 +21,7 @@ PATH
kramdown-haml kramdown-haml
puma puma
rails (~> 5.2.0) rails (~> 5.2.0)
rubyzip (~> 1.1) rubyzip (>= 1.1, < 3.0)
sass-rails (~> 5.0.7) sass-rails (~> 5.0.7)
settingslogic settingslogic
sucker_punch (~> 2.0.4) sucker_punch (~> 2.0.4)
@ -79,24 +79,25 @@ GEM
addressable (2.5.2) addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0) public_suffix (>= 2.0.2, < 4.0)
arel (9.0.0) arel (9.0.0)
aws-eventstream (1.0.1) aws-eventstream (1.0.3)
aws-partitions (1.122.0) aws-partitions (1.279.0)
aws-sdk-core (3.43.0) aws-sdk-core (3.90.1)
aws-eventstream (~> 1.0) aws-eventstream (~> 1.0, >= 1.0.2)
aws-partitions (~> 1.0) aws-partitions (~> 1, >= 1.239.0)
aws-sigv4 (~> 1.0) aws-sigv4 (~> 1.1)
jmespath (~> 1.0) jmespath (~> 1.0)
aws-sdk-kms (1.13.0) aws-sdk-kms (1.29.0)
aws-sdk-core (~> 3, >= 3.39.0) aws-sdk-core (~> 3, >= 3.71.0)
aws-sigv4 (~> 1.0) aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.30.0) aws-sdk-s3 (1.60.2)
aws-sdk-core (~> 3, >= 3.39.0) aws-sdk-core (~> 3, >= 3.83.0)
aws-sdk-kms (~> 1) aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.0) aws-sigv4 (~> 1.1)
aws-sdk-sqs (1.10.0) aws-sdk-sqs (1.23.1)
aws-sdk-core (~> 3, >= 3.39.0) aws-sdk-core (~> 3, >= 3.71.0)
aws-sigv4 (~> 1.0) aws-sigv4 (~> 1.1)
aws-sigv4 (1.0.3) aws-sigv4 (1.1.1)
aws-eventstream (~> 1.0, >= 1.0.2)
better_errors (2.5.0) better_errors (2.5.0)
coderay (>= 1.0.0) coderay (>= 1.0.0)
erubi (>= 1.0.0) erubi (>= 1.0.0)
@ -104,9 +105,9 @@ GEM
bindex (0.5.0) bindex (0.5.0)
binding_of_caller (0.8.0) binding_of_caller (0.8.0)
debug_inspector (>= 0.0.1) debug_inspector (>= 0.0.1)
bootsnap (1.3.2) bootsnap (1.4.6)
msgpack (~> 1.0) msgpack (~> 1.0)
bson (4.3.0) bson (4.8.1)
builder (3.2.3) builder (3.2.3)
capybara (3.4.2) capybara (3.4.2)
addressable addressable
@ -122,7 +123,7 @@ GEM
ffi (~> 1.0, >= 1.0.11) ffi (~> 1.0, >= 1.0.11)
coderay (1.1.2) coderay (1.1.2)
concurrent-ruby (1.0.5) concurrent-ruby (1.0.5)
cool.io (1.5.3) cool.io (1.6.0)
crack (0.4.3) crack (0.4.3)
safe_yaml (~> 1.0.0) safe_yaml (~> 1.0.0)
crass (1.0.5) crass (1.0.5)
@ -130,19 +131,19 @@ GEM
diff-lcs (1.3) diff-lcs (1.3)
dig_rb (1.0.1) dig_rb (1.0.1)
docile (1.3.1) docile (1.3.1)
draper (3.0.1) draper (3.1.0)
actionpack (~> 5.0) actionpack (>= 5.0)
activemodel (~> 5.0) activemodel (>= 5.0)
activemodel-serializers-xml (~> 1.0) activemodel-serializers-xml (>= 1.0)
activesupport (~> 5.0) activesupport (>= 5.0)
request_store (~> 1.0) request_store (>= 1.0)
elasticsearch (6.1.0) elasticsearch (7.5.0)
elasticsearch-api (= 6.1.0) elasticsearch-api (= 7.5.0)
elasticsearch-transport (= 6.1.0) elasticsearch-transport (= 7.5.0)
elasticsearch-api (6.1.0) elasticsearch-api (7.5.0)
multi_json multi_json
elasticsearch-transport (6.1.0) elasticsearch-transport (7.5.0)
faraday faraday (>= 0.14, < 1)
multi_json multi_json
erubi (1.8.0) erubi (1.8.0)
erubis (2.7.0) erubis (2.7.0)
@ -152,39 +153,38 @@ GEM
factory_bot_rails (4.11.1) factory_bot_rails (4.11.1)
factory_bot (~> 4.11.1) factory_bot (~> 4.11.1)
railties (>= 3.0.0) railties (>= 3.0.0)
faraday (0.15.4) faraday (0.17.3)
multipart-post (>= 1.2, < 3) multipart-post (>= 1.2, < 3)
ffi (1.9.25) ffi (1.9.25)
fluent-plugin-elasticsearch (2.12.3) fluent-plugin-elasticsearch (2.12.5)
elasticsearch elasticsearch
excon excon
fluentd (>= 0.14.20) fluentd (>= 0.14.20)
fluent-plugin-mongo (1.2.0) fluent-plugin-mongo (1.3.0)
fluentd (>= 0.14.12, < 2) fluentd (>= 0.14.22, < 2)
mongo (~> 2.6.0) mongo (~> 2.6.0)
fluent-plugin-s3 (1.1.7) fluent-plugin-s3 (1.3.0)
aws-sdk-s3 (~> 1.0) aws-sdk-s3 (~> 1.60)
aws-sdk-sqs (~> 1.0) aws-sdk-sqs (~> 1.23)
fluentd (>= 0.14.2, < 2) fluentd (>= 0.14.22, < 2)
fluent-plugin-td (1.0.0) fluent-plugin-td (1.1.0)
fluentd (>= 0.14.13, < 2) fluentd (>= 0.14.13, < 2)
td-client (~> 1.0) td-client (~> 1.0)
fluentd (1.3.1) fluentd (1.9.2)
cool.io (>= 1.4.5, < 2.0.0) cool.io (>= 1.4.5, < 2.0.0)
dig_rb (~> 1.0.0)
http_parser.rb (>= 0.5.1, < 0.7.0) http_parser.rb (>= 0.5.1, < 0.7.0)
msgpack (>= 0.7.0, < 2.0.0) msgpack (>= 1.3.1, < 2.0.0)
serverengine (>= 2.0.4, < 3.0.0) serverengine (>= 2.0.4, < 3.0.0)
sigdump (~> 0.2.2) sigdump (~> 0.2.2)
strptime (>= 0.2.2, < 1.0.0) strptime (>= 0.2.2, < 1.0.0)
tzinfo (~> 1.0) tzinfo (>= 1.0, < 3.0)
tzinfo-data (~> 1.0) tzinfo-data (~> 1.0)
yajl-ruby (~> 1.0) yajl-ruby (~> 1.0)
font-awesome-rails (4.7.0.4) font-awesome-rails (4.7.0.5)
railties (>= 3.2, < 6.0) railties (>= 3.2, < 6.1)
globalid (0.4.1) globalid (0.4.1)
activesupport (>= 4.2.0) activesupport (>= 4.2.0)
haml (5.0.4) haml (5.1.2)
temple (>= 0.8.0) temple (>= 0.8.0)
tilt tilt
haml-rails (1.0.0) haml-rails (1.0.0)
@ -205,12 +205,11 @@ GEM
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
i18n_generators (2.1.1) i18n_generators (2.1.1)
rails (>= 3.0.0) rails (>= 3.0.0)
jbuilder (2.8.0) jbuilder (2.10.0)
activesupport (>= 4.2.0) activesupport (>= 5.0.0)
multi_json (>= 1.2)
jmespath (1.4.0) jmespath (1.4.0)
json (2.1.0) json (2.1.0)
kramdown (1.17.0) kramdown (2.1.0)
kramdown-haml (0.0.3) kramdown-haml (0.0.3)
haml haml
launchy (2.4.3) launchy (2.4.3)
@ -231,11 +230,11 @@ GEM
mini_mime (1.0.1) mini_mime (1.0.1)
mini_portile2 (2.4.0) mini_portile2 (2.4.0)
minitest (5.11.3) minitest (5.11.3)
mongo (2.6.2) mongo (2.6.4)
bson (>= 4.3.0, < 5.0.0) bson (>= 4.3.0, < 5.0.0)
msgpack (1.2.4) msgpack (1.3.3)
multi_json (1.13.1) multi_json (1.14.1)
multipart-post (2.0.0) multipart-post (2.1.1)
nio4r (2.3.1) nio4r (2.3.1)
nokogiri (1.10.9) nokogiri (1.10.9)
mini_portile2 (~> 2.4.0) mini_portile2 (~> 2.4.0)
@ -281,21 +280,21 @@ GEM
rb-fsevent (0.10.3) rb-fsevent (0.10.3)
rb-inotify (0.9.10) rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2) ffi (>= 0.5.0, < 2)
request_store (1.4.1) request_store (1.5.0)
rack (>= 1.4) rack (>= 1.4)
rr (1.2.1) rr (1.2.1)
ruby_dep (1.5.0) ruby_dep (1.5.0)
ruby_parser (3.12.0) ruby_parser (3.14.2)
sexp_processor (~> 4.9) sexp_processor (~> 4.9)
rubyzip (1.2.2) rubyzip (1.3.0)
safe_yaml (1.0.4) safe_yaml (1.0.4)
sass (3.7.2) sass (3.7.4)
sass-listen (~> 4.0.0) sass-listen (~> 4.0.0)
sass-listen (4.0.0) sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4) rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7) rb-inotify (~> 0.9, >= 0.9.7)
sass-rails (5.0.7) sass-rails (5.0.8)
railties (>= 4.0.0, < 6) railties (>= 5.2.0)
sass (~> 3.1) sass (~> 3.1)
sprockets (>= 2.8, < 4.0) sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0) sprockets-rails (>= 2.0, < 4.0)
@ -303,10 +302,10 @@ GEM
selenium-webdriver (3.13.1) selenium-webdriver (3.13.1)
childprocess (~> 0.5) childprocess (~> 0.5)
rubyzip (~> 1.2) rubyzip (~> 1.2)
serverengine (2.1.0) serverengine (2.2.1)
sigdump (~> 0.2.2) sigdump (~> 0.2.2)
settingslogic (2.0.9) settingslogic (2.0.9)
sexp_processor (4.11.0) sexp_processor (4.14.1)
sigdump (0.2.4) sigdump (0.2.4)
simplecov (0.16.1) simplecov (0.16.1)
docile (~> 1.1) docile (~> 1.1)
@ -323,10 +322,10 @@ GEM
strptime (0.2.3) strptime (0.2.3)
sucker_punch (2.0.4) sucker_punch (2.0.4)
concurrent-ruby (~> 1.0.0) concurrent-ruby (~> 1.0.0)
td-client (1.0.6) td-client (1.0.7)
httpclient (>= 2.7) httpclient (>= 2.7)
msgpack (>= 0.5.6, < 2) msgpack (>= 0.5.6, < 2)
temple (0.8.0) temple (0.8.2)
test-unit (3.2.9) test-unit (3.2.9)
power_assert power_assert
test-unit-activesupport (1.0.9) test-unit-activesupport (1.0.9)
@ -349,11 +348,11 @@ GEM
test-unit (>= 2.5.2) test-unit (>= 2.5.2)
thor (0.20.3) thor (0.20.3)
thread_safe (0.3.6) thread_safe (0.3.6)
tilt (2.0.9) tilt (2.0.10)
timecop (0.9.1) timecop (0.9.1)
tzinfo (1.2.5) tzinfo (1.2.5)
thread_safe (~> 0.1) thread_safe (~> 0.1)
tzinfo-data (1.2018.7) tzinfo-data (1.2019.3)
tzinfo (>= 1.0.0) tzinfo (>= 1.0.0)
web-console (3.7.0) web-console (3.7.0)
actionview (>= 5.0) actionview (>= 5.0)
@ -368,7 +367,7 @@ GEM
addressable (>= 2.3.6) addressable (>= 2.3.6)
crack (>= 0.3.2) crack (>= 0.3.2)
hashdiff hashdiff
webpacker (4.0.2) webpacker (4.2.2)
activesupport (>= 4.2) activesupport (>= 4.2)
rack-proxy (>= 0.6.1) rack-proxy (>= 0.6.1)
railties (>= 4.2) railties (>= 4.2)

View File

@ -51,7 +51,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "thor" spec.add_dependency "thor"
spec.add_dependency "kramdown", "> 1.0.0" spec.add_dependency "kramdown", "> 1.0.0"
spec.add_dependency "kramdown-haml" spec.add_dependency "kramdown-haml"
spec.add_dependency "rubyzip", "~> 1.1" # API changed as Zip::ZipFile -> Zip::File since v1.0.0 spec.add_dependency "rubyzip", ">= 1.1", "< 3.0" # API changed as Zip::ZipFile -> Zip::File since v1.0.0
spec.add_dependency "diff-lcs" spec.add_dependency "diff-lcs"
spec.add_dependency "webpacker" spec.add_dependency "webpacker"