Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump combine_pdf from 1.0.21 to 1.0.22 #33

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 6, 2022

Bumps combine_pdf from 1.0.21 to 1.0.22.

Changelog

Sourced from combine_pdf's changelog.

Change Log


Change log v.1.0.22

Fix: fix fonts dereferencing issue (#203), credit to @​MarcWeber (Marc Weber) for identifying the issue.

Fix: fix metrix dependency, credit to @​casperisfine (Jean byroot Boussier) for PR #195.

Change log v.1.0.21

Fix: possible fix for issue #184, where nested PDF files within an object stream could break the parser. Credit to Greg Sparrow (@​hazelsparrow) for exposng the issue.

Change log v.1.0.20

Fix: merges PR #180, TypeError: can't dup NilClass. Credit to Adam Trepanier (@​adam-e-trepanier) for the merge.

Change log v.1.0.19

Fix: fixes font height and width detection issue. Issue #179. Credit to @​5anchezzz for opening the issue.

Fix: fixes an indentation warning. Issue #173. Credit to @​rubyFeedback for exposing this issue.

Change log v.1.0.18

Fix: fixed issue with the 1.0.17 release where ProcSet PDF Arrays should have been expected but where ignored and a PDF Object was assumed instead (issue #171) - credit to @​chuchiperriman (Jesús Barbero Rodríguez).

Change log v.1.0.17

NB: yanked from RubyGems.org.

Fix: fixed issue where nested structure equality tests might provide false positives, resulting in lost data (issue #166) - credit to @​cschilbe (Conrad Schilbe).

Change log v.1.0.16

Fix: some documentation typos were fixed (PR #147) - credit to @​djhopper01 (Derek Hopper).

Change log v.1.0.15

Fix: An attempt to fix JRuby compatibility concerns (issue #127).

Change log v.1.0.14

Fix: Fixed an issue related to PDF XRef table data, where a malformed EOL marker would cause the parser to fail. Credit to @​dangerous (David Rainsford) for exposing this issue in a comment to issue #140.

Change log v.1.0.13

Fix: Fixed an issue related to PDF object streams (version 1.6) where a numerical object at the beginning of the stream might be mis-parsed as an object reference number rather than an object. Credit to @​Defoncesko for reporting issue #141.

... (truncated)

Commits

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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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)

Bumps [combine_pdf](https://github.com/boazsegev/combine_pdf) from 1.0.21 to 1.0.22.
- [Release notes](https://github.com/boazsegev/combine_pdf/releases)
- [Changelog](https://github.com/boazsegev/combine_pdf/blob/master/CHANGELOG.md)
- [Commits](boazsegev/combine_pdf@v1.0.21...v1.0.22)

---
updated-dependencies:
- dependency-name: combine_pdf
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Oct 6, 2022
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 ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants