activeadmin / inherited_resources

MIT License
2.7k stars 393 forks source link

Bump the rails_61 group in /gemfiles/rails_61 with 3 updates #915

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps the rails_61 group in /gemfiles/rails_61 with 3 updates: mocha, minitest and warning.

Updates mocha from 2.2.0 to 2.3.0

Changelog

Sourced from mocha's changelog.

2.3.0

External changes

  • Fix nested parameter matching for keyword arguments (f94e2504, #648) - thanks to @​CodingAnarchy for reporting
Commits
  • a50f9e5 [skip ci] Update documentation for v2.3.0
  • 49750a3 Bump version to 2.3.0 & prepare for release
  • f94e250 Fix nested parameter matching for keyword arguments
  • See full diff in compare view


Updates minitest from 5.22.3 to 5.23.1

Changelog

Sourced from minitest's changelog.

=== 5.23.1 / 2024-05-21

  • 1 bug fix:

    • Fully qualify the Queue class to avoid conflicts with other libraries. (rafaelfranca)

=== 5.23.0 / 2024-05-15

  • 3 minor enhancements:

    • Added -Werror to raise on any warning output. (byroot)
    • Added UnexpectedWarning as a failure summary type, added count to output if activated.
    • Added minitest/manual_plugins.rb w/ new Minitest.load method. (tenderlove)
  • 2 bug fixes:

    • Allow empty_run! and reporter to display summary for empty runs. (zzak)
    • Make test task verbose using either rake's -v or -t (was just -t).
Commits
  • 7ad0ff0 prepped for release
  • f60c6f2 - Fully qualify the Queue class to avoid conflicts with other libraries. (raf...
  • b04feec Branching minitest to version 5.23.0
  • f0f17b9 + Added -Werror to raise on any warning output. (byroot)
  • 609f1ad Added testW0 rake task.
  • d6f62b9 Fixed specs task for pattern_match expectation mapping.
  • 56f5068 OMG... Rake.verbose returns Object.new if unset. Fixed by ruby/rake#567, but ...
  • 3f14f2a Updated versions/EOL for ruby/rails in readme
  • b2a4b43 + Added minitest/manual_plugins.rb w/ new Minitest.load method. (tenderlove)
  • 6a8f348 - Make test task verbose using either rake's -v or -t (was just -t).
  • Additional commits viewable in compare view


Updates warning from 1.3.0 to 1.4.0

Changelog

Sourced from warning's changelog.

=== 1.4.0 (2024-05-24)

  • Add support for :ignored_block as regexp argument to Warning.ignore (jeremyevans)

  • Support new warning format in Ruby 3.4 (jeremyevans)

Commits
  • 2f915b6 Bump version to 1.4.0
  • f1b697e Add support for :ignored_block warning on Ruby 3.4
  • 8ee6e8b Support new warning format in Ruby 3.4
  • c97469d Add Ruby 3.3 to CI and bump actions/checkout to v4
  • 5ecdabc Switch from hanna-nouveau to hanna
  • cc38db1 Move to actions/checkout@v3
  • e961d76 Add CI for Ruby 3.2
  • See full diff in compare view


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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 98.91%. Comparing base (05819a8) to head (5f7e692).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #915 +/- ## ======================================= Coverage 98.91% 98.91% ======================================= Files 14 14 Lines 555 555 ======================================= Hits 549 549 Misses 6 6 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.