Skip to content

Comments

Bump rubyzip from 1.2.3 to 2.0.0#1

Open
dependabot[bot] wants to merge 138 commits intomasterfrom
dependabot/bundler/rubyzip-2.0.0
Open

Bump rubyzip from 1.2.3 to 2.0.0#1
dependabot[bot] wants to merge 138 commits intomasterfrom
dependabot/bundler/rubyzip-2.0.0

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 1, 2019

Bumps rubyzip from 1.2.3 to 2.0.0.

Release notes

Sourced from rubyzip's releases.

v2.0.0

Security

  • Default the validate_entry_sizes option to true, so that callers can trust an entry's reported size when using extract #403
    • This option defaulted to false in 1.3.0 for backward compatibility, but it now defaults to true. If you are using an older version of ruby and can't yet upgrade to 2.x, you can still use 1.3.0 and set the option to true.

Tooling / Documentation

  • Remove test files from the gem to avoid problems with antivirus detections on the test files #405 / #384
  • Drop support for unsupported ruby versions #406

v1.3.0

Security

  • Add validate_entry_sizes option so that callers can trust an entry's reported size when using extract #403
    • This option defaults to false for backward compatibility in this release, but you are strongly encouraged to set it to true. It will default to true in rubyzip 2.0.

New Feature

  • Add add_stored method to simplify adding entries without compression #366

Tooling / Documentation

  • Add more gem metadata links #402

v1.2.4

  • Do not rewrite zip files opened with open_buffer that have not changed #360

Tooling / Documentation

  • Update example_recursive.rb in README #397
  • Hold CI at trusty for now, automatically pick the latest ruby patch version, use rbx-4 and hold jruby at 9.1 #399
Changelog

Sourced from rubyzip's changelog.

2.0.0 (2019-09-25)

Security

  • Default the validate_entry_sizes option to true, so that callers can trust an entry's reported size when using extract #403
    • This option defaulted to false in 1.3.0 for backward compatibility, but it now defaults to true. If you are using an older version of ruby and can't yet upgrade to 2.x, you can still use 1.3.0 and set the option to true.

Tooling / Documentation

  • Remove test files from the gem to avoid problems with antivirus detections on the test files #405 / #384
  • Drop support for unsupported ruby versions #406

1.3.0 (2019-09-25)

Security

  • Add validate_entry_sizes option so that callers can trust an entry's reported size when using extract #403
    • This option defaults to false for backward compatibility in this release, but you are strongly encouraged to set it to true. It will default to true in rubyzip 2.0.

New Feature

  • Add add_stored method to simplify adding entries without compression #366

Tooling / Documentation

  • Add more gem metadata links #402

1.2.4 (2019-09-06)

  • Do not rewrite zip files opened with open_buffer that have not changed #360

Tooling / Documentation

  • Update example_recursive.rb in README #397
  • Hold CI at trusty for now, automatically pick the latest ruby patch version, use rbx-4 and hold jruby at 9.1 #399
Commits
  • 2825898 Merge pull request #408 from rubyzip/v2-0-0
  • cb407b1 Bump version to 2.0.0
  • e1d9af6 Merge pull request #406 from rubyzip/bump-supported-ruby
  • 3641a96 Merge pull request #405 from rubyzip/remove-test-files
  • e79d9ea Merge pull request #407 from rubyzip/v1-3-0
  • 7c65e1e Bump version to 1.3.0
  • d65fe7b Merge pull request #403 from rubyzip/check-size
  • 35446f4 Drop old ruby and JDK versions from CI
  • 74d4bec Remove test files from gem
  • 97cb6ae Warn when an entry size is invalid
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

sauleh and others added 30 commits April 19, 2019 16:06
Former-commit-id: 412ae31 [formerly d7b6582]
Former-commit-id: 0f27369
Former-commit-id: c8699fb [formerly 48bf5dc]
Former-commit-id: cbb8919
…es notes

Former-commit-id: 670d548 [formerly 48daf16]
Former-commit-id: 4b12839
Former-commit-id: 48af985 [formerly 470990e]
Former-commit-id: 327d72d
Former-commit-id: 0fb76a9 [formerly d8649e3]
Former-commit-id: f8d7b67
Former-commit-id: 7218f5c [formerly d082069]
Former-commit-id: ccf6b56
Former-commit-id: dbb40a5 [formerly e1d55b6]
Former-commit-id: 130efa2
Former-commit-id: ff72d29 [formerly 715ba01]
Former-commit-id: 917e2f7
Former-commit-id: 78df946 [formerly fef87a8]
Former-commit-id: 604733e
Former-commit-id: 0531396 [formerly 87d80f1]
Former-commit-id: 0211771
Former-commit-id: 8cee380 [formerly c9dae0b]
Former-commit-id: aa920c7
Former-commit-id: 69143e1 [formerly fbf8448]
Former-commit-id: de6ffa9
Former-commit-id: e614dc1 [formerly 94ad701]
Former-commit-id: 0a459de
Former-commit-id: b654757 [formerly d7c98b4]
Former-commit-id: a8d60b6
Former-commit-id: 816f825 [formerly 6be379a]
Former-commit-id: d42fb20
Former-commit-id: 568e45a [formerly a2bb327]
Former-commit-id: ae3637c
Former-commit-id: 26ae8ad [formerly e8cd6e5]
Former-commit-id: 2171247
Former-commit-id: 501aef7 [formerly 2a3f09e]
Former-commit-id: 3bfd2ce
Former-commit-id: 5d3a039 [formerly 0b29a6e]
Former-commit-id: 478aff3
Former-commit-id: 8af8e6e [formerly b1fe8ce]
Former-commit-id: 42dd8cb
Former-commit-id: 22685ea [formerly e4048e2]
Former-commit-id: 2cd9ae5
Former-commit-id: ee31506 [formerly 64e431f]
Former-commit-id: 6e376e3
Former-commit-id: 25ace5c [formerly 7012894]
Former-commit-id: aaa923e
Former-commit-id: d520486 [formerly ecafa5e]
Former-commit-id: 0b9f2b5
Former-commit-id: 8c12037 [formerly f4fb77e]
Former-commit-id: 9f26829
Former-commit-id: 6ec8206 [formerly ab5bd05]
Former-commit-id: d6faa05
Former-commit-id: 92f7eac [formerly 46a7ac7]
Former-commit-id: 929a3c2
Former-commit-id: 19101df [formerly 37dd824]
Former-commit-id: 42fb3f9
Former-commit-id: dd29178 [formerly 970c9b4]
Former-commit-id: 12765ac
sauleh and others added 24 commits October 6, 2019 10:56
Former-commit-id: 2b12e78
Former-commit-id: 7074d9f
Former-commit-id: 63149ae
Former-commit-id: 1040212
Former-commit-id: 0cbade3
Former-commit-id: 46b1e0a
Former-commit-id: 0bca9ed
Former-commit-id: a9c9f95
Former-commit-id: 5b7a6aa
Former-commit-id: fefb805
Former-commit-id: 717be57
Former-commit-id: c4d8015
Former-commit-id: 98d41a4
Former-commit-id: 4a62ebd
Former-commit-id: ef84501
Former-commit-id: 495df28
Former-commit-id: 630ab20
Former-commit-id: ad19a39
Former-commit-id: 2a0b7e9
Former-commit-id: c032e92
Former-commit-id: 9acf0bf
Former-commit-id: d379d1c
Former-commit-id: 29b82fc
Former-commit-id: 2cd5a09
Former-commit-id: 4918526
Former-commit-id: bf57e9b
Former-commit-id: 8229039
Former-commit-id: 3bc05e9
Former-commit-id: 5f596cd
Former-commit-id: 857e996
Former-commit-id: b57f28b
Former-commit-id: af2e8e4
Former-commit-id: 3c4842d
Former-commit-id: d453b85
Former-commit-id: a7f5522
Former-commit-id: df36778
Former-commit-id: 44645e4
Former-commit-id: 5e72952
Bumps [rubyzip](https://github.com/rubyzip/rubyzip) from 1.2.3 to 2.0.0.
- [Release notes](https://github.com/rubyzip/rubyzip/releases)
- [Changelog](https://github.com/rubyzip/rubyzip/blob/master/Changelog.md)
- [Commits](rubyzip/rubyzip@v1.2.3...v2.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
Former-commit-id: 66cfe56
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 1, 2019
sauleh pushed a commit that referenced this pull request Dec 1, 2019
Change Course Materials

Former-commit-id: 56df5dd
Former-commit-id: 829c745 [formerly f267430]
Former-commit-id: cd8d59e7ad605ea1b8824ba40302fea700a7ce11
@sauleh sauleh force-pushed the dependabot/bundler/rubyzip-2.0.0 branch from 66cfe56 to f098cba Compare December 1, 2019 02:26
sauleh pushed a commit that referenced this pull request Dec 1, 2019
Change Course Materials

Former-commit-id: 56df5dd
Former-commit-id: 829c745 [formerly 829c745 [formerly f267430]]
Former-commit-id: cd8d59e7ad605ea1b8824ba40302fea700a7ce11
Former-commit-id: edc3bd0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants