Skip to content

Commit 0b75cec

Browse files
authored
Build(deps-dev): Bump coveralls_reborn from 0.28.0 to 0.29.0 (#870)
Bumps [coveralls_reborn](https://github.com/tagliala/coveralls-ruby-reborn) from 0.28.0 to 0.29.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tagliala/coveralls-ruby-reborn/releases">coveralls_reborn's releases</a>.</em></p> <blockquote> <h2>v0.29.0</h2> <h2>What's Changed</h2> <ul> <li>Fix typo require name in README.md by <a href="https://github.com/gongo"><code>@​gongo</code></a> in <a href="https://redirect.github.com/tagliala/coveralls-ruby-reborn/pull/47">tagliala/coveralls-ruby-reborn#47</a></li> <li>Minor updates by <a href="https://github.com/tagliala"><code>@​tagliala</code></a> in <a href="https://redirect.github.com/tagliala/coveralls-ruby-reborn/pull/48">tagliala/coveralls-ruby-reborn#48</a></li> <li>Bump actions/checkout from 3 to 4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/tagliala/coveralls-ruby-reborn/pull/49">tagliala/coveralls-ruby-reborn#49</a></li> <li>fix: removed truthy as obsolete and unsupported by <a href="https://github.com/majioa"><code>@​majioa</code></a> in <a href="https://redirect.github.com/tagliala/coveralls-ruby-reborn/pull/50">tagliala/coveralls-ruby-reborn#50</a></li> <li>Prefer <code>require_relative</code> for internal requires by <a href="https://github.com/tagliala"><code>@​tagliala</code></a> in <a href="https://redirect.github.com/tagliala/coveralls-ruby-reborn/pull/51">tagliala/coveralls-ruby-reborn#51</a></li> <li>Test against Ruby 3.4 by <a href="https://github.com/tagliala"><code>@​tagliala</code></a> in <a href="https://redirect.github.com/tagliala/coveralls-ruby-reborn/pull/52">tagliala/coveralls-ruby-reborn#52</a></li> <li>Fix default exclude by <a href="https://github.com/tagliala"><code>@​tagliala</code></a> in <a href="https://redirect.github.com/tagliala/coveralls-ruby-reborn/pull/53">tagliala/coveralls-ruby-reborn#53</a></li> <li>Use RuboCop GitHub formatter by <a href="https://github.com/tagliala"><code>@​tagliala</code></a> in <a href="https://redirect.github.com/tagliala/coveralls-ruby-reborn/pull/54">tagliala/coveralls-ruby-reborn#54</a></li> <li>Update RuboCop config by <a href="https://github.com/tagliala"><code>@​tagliala</code></a> in <a href="https://redirect.github.com/tagliala/coveralls-ruby-reborn/pull/55">tagliala/coveralls-ruby-reborn#55</a></li> <li>Fix Naming/PredicateMethod offenses by <a href="https://github.com/tagliala"><code>@​tagliala</code></a> in <a href="https://redirect.github.com/tagliala/coveralls-ruby-reborn/pull/56">tagliala/coveralls-ruby-reborn#56</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/gongo"><code>@​gongo</code></a> made their first contribution in <a href="https://redirect.github.com/tagliala/coveralls-ruby-reborn/pull/47">tagliala/coveralls-ruby-reborn#47</a></li> <li><a href="https://github.com/majioa"><code>@​majioa</code></a> made their first contribution in <a href="https://redirect.github.com/tagliala/coveralls-ruby-reborn/pull/50">tagliala/coveralls-ruby-reborn#50</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/tagliala/coveralls-ruby-reborn/compare/v0.28.0...v0.29.0">https://github.com/tagliala/coveralls-ruby-reborn/compare/v0.28.0...v0.29.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tagliala/coveralls-ruby-reborn/blob/main/CHANGELOG.md">coveralls_reborn's changelog</a>.</em></p> <blockquote> <h2>0.29.0 / 2025-06-15</h2> <ul> <li>[ENHANCEMENT] Prefer <code>require_relative</code> for internal requires <a href="https://redirect.github.com/tagliala/coveralls-ruby-reborn/pull/51">#51</a></li> <li>[ENHANCEMENT] Remove <code>truthy</code> dependency as obsolete and unsupported <a href="https://redirect.github.com/tagliala/coveralls-ruby-reborn/pull/50">#50</a></li> <li>[ENHANCEMENT] Test against Ruby 3.4</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tagliala/coveralls-ruby-reborn/commit/1fe10a28e682297cef6cc136eb32c72b91e1d06e"><code>1fe10a2</code></a> Fix Naming/PredicateMethod offenses (<a href="https://redirect.github.com/tagliala/coveralls-ruby-reborn/issues/56">#56</a>)</li> <li><a href="https://github.com/tagliala/coveralls-ruby-reborn/commit/4b15dd0c03d4bd37163caafefeaa7891fbb4b8d2"><code>4b15dd0</code></a> Update RuboCop config (<a href="https://redirect.github.com/tagliala/coveralls-ruby-reborn/issues/55">#55</a>)</li> <li><a href="https://github.com/tagliala/coveralls-ruby-reborn/commit/f3fafdefdcb17a8f7d6e8bd9861422726bdd6828"><code>f3fafde</code></a> Use RuboCop GitHub formatter (<a href="https://redirect.github.com/tagliala/coveralls-ruby-reborn/issues/54">#54</a>)</li> <li><a href="https://github.com/tagliala/coveralls-ruby-reborn/commit/823649c59026db59b17db6edec3820f0beb4aa55"><code>823649c</code></a> Fix default exclude (<a href="https://redirect.github.com/tagliala/coveralls-ruby-reborn/issues/53">#53</a>)</li> <li><a href="https://github.com/tagliala/coveralls-ruby-reborn/commit/525f89c1825921bacc6a2a636082a5f504947243"><code>525f89c</code></a> Merge pull request <a href="https://redirect.github.com/tagliala/coveralls-ruby-reborn/issues/52">#52</a> from tagliala/chore/test-against-ruby-34</li> <li><a href="https://github.com/tagliala/coveralls-ruby-reborn/commit/859139f6593294a9334309a0662ae1987d3497d7"><code>859139f</code></a> Test against Ruby 3.4</li> <li><a href="https://github.com/tagliala/coveralls-ruby-reborn/commit/9421278e8fb626fbaf9c9db546aebc16b96e41bc"><code>9421278</code></a> Merge pull request <a href="https://redirect.github.com/tagliala/coveralls-ruby-reborn/issues/51">#51</a> from tagliala/chore/prefer-require-relative</li> <li><a href="https://github.com/tagliala/coveralls-ruby-reborn/commit/b92336822c6ab74e212602d54af62f09c8456c92"><code>b923368</code></a> Prefer <code>require_relative</code> for internal requires</li> <li><a href="https://github.com/tagliala/coveralls-ruby-reborn/commit/17208e818b08d733ec5fbbe3babd00ee6f09f71c"><code>17208e8</code></a> Fix typos</li> <li><a href="https://github.com/tagliala/coveralls-ruby-reborn/commit/4d7bc4be609fea0d705e6f4f4ae30a9b6da9b427"><code>4d7bc4b</code></a> Fix new RuboCop offense</li> <li>Additional commits viewable in <a href="https://github.com/tagliala/coveralls-ruby-reborn/compare/v0.28.0...v0.29.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=coveralls_reborn&package-manager=bundler&previous-version=0.28.0&new-version=0.29.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
2 parents 9402a0f + b732788 commit 0b75cec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ GEM
229229
descendants_tracker (~> 0.0.1)
230230
concurrent-ruby (1.3.5)
231231
connection_pool (2.5.3)
232-
coveralls_reborn (0.28.0)
232+
coveralls_reborn (0.29.0)
233233
simplecov (~> 0.22.0)
234234
term-ansicolor (~> 1.7)
235235
thor (~> 1.2)
@@ -271,7 +271,7 @@ GEM
271271
disposable (0.6.3)
272272
declarative (>= 0.0.9, < 1.0.0)
273273
representable (>= 3.1.1, < 4)
274-
docile (1.4.0)
274+
docile (1.4.1)
275275
drb (2.2.3)
276276
dry-auto_inject (1.1.0)
277277
dry-core (~> 1.1)
@@ -720,7 +720,7 @@ GEM
720720
docile (~> 1.1)
721721
simplecov-html (~> 0.11)
722722
simplecov_json_formatter (~> 0.1)
723-
simplecov-html (0.12.3)
723+
simplecov-html (0.13.1)
724724
simplecov_json_formatter (0.1.4)
725725
spring (4.3.0)
726726
spring-watcher-listen (2.1.0)
@@ -747,7 +747,7 @@ GEM
747747
thread_safe (0.3.6)
748748
tilt (2.6.0)
749749
timeout (0.4.3)
750-
tins (1.33.0)
750+
tins (1.38.0)
751751
bigdecimal
752752
sync
753753
trailblazer-option (0.1.2)

0 commit comments

Comments
 (0)