Skip to content

Update logging requirement from >= 2.2, < 2.4 to >= 2.2, < 2.5#204

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/logging-gte-2.2-and-lt-2.5
Open

Update logging requirement from >= 2.2, < 2.4 to >= 2.2, < 2.5#204
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/logging-gte-2.2-and-lt-2.5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jan 17, 2026

Updates the requirements on logging to permit the latest version.

Changelog

Sourced from logging's changelog.

== 2.4.0 / 2024-06-08

Enhancements

  • @​ag4a fix the rails_compat to work with Rails 7 [PR #246]

Bug Fixes

== 2.3.1 / 2022-05-24

Bug Fixes

  • logging hangs on JRuby when the stdout appender is closed [PR #237]
  • initialize the Logging framework when a Filter is created [PR #238]

== 2.3.0 / 2020-07-04

Enhancements

  • all appender output is now synchronized [PR #219]
  • renamed the LogEvent#method to no longer conflict with Kernel#method [PR #218]
  • @​bhuga (not the Fortnite star) added a raise_errors method for debugging [PR #203]
  • thanks to @​olleolleolle for keeping on top of Travis and Ruby versions

Bug Fixes

  • conosle appenders can be reopened [PR #220]
  • fixed a race condition in the rolling file appender [PR #216]
  • fixed a race condition when opening log file destinations [PR #208 #217]
  • @​MikaelSmith fixed a race condition in Logger creation [PR #201]
  • documentation bug fixes [PR #184 #185 #188 #194 #209]

== 2.2.2 / 2017-04-11

Enhancements

  • limit the depth of nested exceptions [PR #167]

== 2.2.1 / 2017-04-09

Enhancements

  • show exception cause if one exists [PR #165]

== 2.2.0 / 2017-03-09

Enhancements

  • diagnostic context inheritance is now optional [PR #160]
  • add support for setting a UTC offset [PR #157]
  • setting a basepath for call tracing [PR #154]

Bug Fixes

  • use thread-local variables for diagnostic contexts [PR #162]
  • replace Fixnum with Integer [PR #161]

... (truncated)

Commits
  • aec3063 preparing for a release
  • 2495bd8 Merge pull request #223 from bastelfreak/license
  • 3e00560 Merge pull request #233 from olleolleolle/patch-7
  • 55f7966 Merge pull request #246 from ag4ta/fix-undefined-method
  • 1316c31 Add formatter= method to make the logging gem compatible with rails 7.1
  • df41715 adding support for Ruby 3.2
  • b773683 now compatible with GitHub Actions
  • 0339368 adding license suppor in the Rakefile
  • 816837f Merge pull request #239 from TwP/move-to-github-actions
  • 5fd0a1d fixing gem caching
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Jan 17, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented Jan 17, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.32%. Comparing base (c4b90f7) to head (58ecc32).
⚠️ Report is 22 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #204      +/-   ##
==========================================
- Coverage   85.45%   85.32%   -0.13%     
==========================================
  Files          49       49              
  Lines        4296     4301       +5     
==========================================
- Hits         3671     3670       -1     
- Misses        625      631       +6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Updates the requirements on [logging](https://github.com/TwP/logging) to permit the latest version.
- [Changelog](https://github.com/TwP/logging/blob/master/History.txt)
- [Commits](TwP/logging@logging-2.2.0...logging-2.4.0)

---
updated-dependencies:
- dependency-name: logging
  dependency-version: 2.4.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/bundler/logging-gte-2.2-and-lt-2.5 branch from 7ea2c5b to 58ecc32 Compare February 1, 2026 01:26
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