archivesunleashed / auk

Rails application for the Archives Unleashed Cloud.
https://cloud.archivesunleashed.org/
Other
11 stars 4 forks source link

[ruby] Update all of rails: 5.2.4.5 → 5.2.5 (minor) #475

Closed depfu[bot] closed 3 years ago

depfu[bot] commented 3 years ago

Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ rails (5.2.4.5 → 5.2.5) · Repo

Release Notes

5.2.5

Active Support

  • No changes.

Active Model

  • No changes.

Active Record

  • No changes.

Action View

  • No changes.

Action Pack

  • No changes.

Active Job

  • No changes.

Action Mailer

  • No changes.

Action Cable

  • No changes.

Active Storage

  • Marcel is upgraded to version 1.0.0 to avoid a dependency on GPL-licensed mime types data.

    George Claghorn

Railties

  • No changes.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 5 commits:

↗️ actioncable (indirect, 5.2.4.5 → 5.2.5) · Repo · Changelog

Release Notes

5.2.5 (from changelog)

  • No changes.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 5 commits:

↗️ actionmailer (indirect, 5.2.4.5 → 5.2.5) · Repo · Changelog

Release Notes

5.2.5 (from changelog)

  • No changes.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 5 commits:

↗️ actionpack (indirect, 5.2.4.5 → 5.2.5) · Repo · Changelog

Release Notes

5.2.5 (from changelog)

  • No changes.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 5 commits:

↗️ actionview (indirect, 5.2.4.5 → 5.2.5) · Repo · Changelog

Release Notes

5.2.5 (from changelog)

  • No changes.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 5 commits:

↗️ activejob (indirect, 5.2.4.5 → 5.2.5) · Repo · Changelog

Release Notes

5.2.5 (from changelog)

  • No changes.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 5 commits:

↗️ activemodel (indirect, 5.2.4.5 → 5.2.5) · Repo · Changelog

Release Notes

5.2.5 (from changelog)

  • No changes.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 5 commits:

↗️ activerecord (indirect, 5.2.4.5 → 5.2.5) · Repo · Changelog

Release Notes

5.2.5 (from changelog)

  • No changes.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 5 commits:

↗️ activestorage (indirect, 5.2.4.5 → 5.2.5) · Repo · Changelog

Release Notes

5.2.5 (from changelog)

  • Marcel is upgraded to version 1.0.0 to avoid a dependency on GPL-licensed mime types data.

    George Claghorn

  • The Poppler PDF previewer renders a preview image using the original document's crop box rather than its media box, hiding print margins. This matches the behavior of the MuPDF previewer.

    Vincent Robert

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 5 commits:

↗️ activesupport (indirect, 5.2.4.5 → 5.2.5) · Repo · Changelog

Release Notes

5.2.5 (from changelog)

  • No changes.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 5 commits:

↗️ marcel (indirect, 0.3.3 → 1.0.0) · Repo

Release Notes

1.0.0

The mimemagic dependency—which relies on GPL-licensed mime type data from freedesktop.org’s shared-mime-info project—is removed. Marcel now directly uses mime type data adapted from the Apache Tika project, distributed under the Apache License.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 12 commits:

↗️ mini_mime (indirect, 1.0.2 → 1.0.3) · Repo · Changelog

Commits

See the full diff on Github. The new version differs by 9 commits:

↗️ railties (indirect, 5.2.4.5 → 5.2.5) · Repo · Changelog

Release Notes

5.2.5 (from changelog)

  • No changes.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 5 commits:

🗑️ mimemagic (removed)


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
codecov[bot] commented 3 years ago

Codecov Report

Merging #475 (9c068f4) into main (25d30b4) will not change coverage. The diff coverage is n/a.

:exclamation: Current head 9c068f4 differs from pull request most recent head d571dee. Consider uploading reports for the commit d571dee to get more accurate results Impacted file tree graph

@@           Coverage Diff           @@
##             main     #475   +/-   ##
=======================================
  Coverage   88.38%   88.38%           
=======================================
  Files          35       35           
  Lines         637      637           
=======================================
  Hits          563      563           
  Misses         74       74           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 25d30b4...d571dee. Read the comment docs.