Skip to content

Commit

Permalink
Update mighty_test requirement from ~> 0.2.0 to ~> 0.3.0 (#449)
Browse files Browse the repository at this point in the history
Updates the requirements on
[mighty_test](https://github.com/mattbrictson/mighty_test) to permit the
latest version.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/mattbrictson/mighty_test/releases">mighty_test's
releases</a>.</em></p>
<blockquote>
<h2>0.3.0</h2>
<h2>✨ New Features</h2>
<ul>
<li>Support <code>-w</code> flag to enable Ruby warnings (<a
href="https://redirect.github.com/mattbrictson/mighty_test/issues/32">#32</a>)
<a
href="https://github.com/mattbrictson"><code>@​mattbrictson</code></a></li>
</ul>
<h2>🐛 Bug Fixes</h2>
<ul>
<li>Fix &quot;circular require&quot; Ruby warning (<a
href="https://redirect.github.com/mattbrictson/mighty_test/issues/31">#31</a>)
<a
href="https://github.com/mattbrictson"><code>@​mattbrictson</code></a></li>
</ul>
<h2>🏠 Housekeeping</h2>
<ul>
<li>Update rubocop requirement from 1.62.1 to 1.63.4 (<a
href="https://redirect.github.com/mattbrictson/mighty_test/issues/33">#33</a>)
<a
href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
</ul>
<p><strong>Full Changelog:</strong> <a
href="https://github.com/mattbrictson/mighty_test/compare/v0.2.0...v0.3.0">https://github.com/mattbrictson/mighty_test/compare/v0.2.0...v0.3.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/mattbrictson/mighty_test/commit/9326d846da4c8165aecf79206e7190d872f8cf3c"><code>9326d84</code></a>
Release 0.3.0</li>
<li><a
href="https://github.com/mattbrictson/mighty_test/commit/a53420dffb5c64c6bb924d09ab9bb5ebfe033afa"><code>a53420d</code></a>
Update rubocop requirement from 1.62.1 to 1.63.4 (<a
href="https://redirect.github.com/mattbrictson/mighty_test/issues/33">#33</a>)</li>
<li><a
href="https://github.com/mattbrictson/mighty_test/commit/6a694ef05354608c0bebf20e758b5b426fa7a902"><code>6a694ef</code></a>
Support <code>-w</code> flag to enable Ruby warnings (<a
href="https://redirect.github.com/mattbrictson/mighty_test/issues/32">#32</a>)</li>
<li><a
href="https://github.com/mattbrictson/mighty_test/commit/4342efa4c61722828c3f3cbe76d865a3328e50d6"><code>4342efa</code></a>
Fix &quot;circular require&quot; Ruby warning (<a
href="https://redirect.github.com/mattbrictson/mighty_test/issues/31">#31</a>)</li>
<li>See full diff in <a
href="https://github.com/mattbrictson/mighty_test/compare/v0.2.0...v0.3.0">compare
view</a></li>
</ul>
</details>
<br />


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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 27, 2024
1 parent bb40d91 commit 18ad2b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source "https://rubygems.org"
gemspec

gem "concurrent-ruby", "~> 1.1"
gem "mighty_test", "~> 0.2.0" unless RUBY_VERSION < "3.1"
gem "mighty_test", "~> 0.3.0" unless RUBY_VERSION < "3.1"
gem "minitest", "~> 5.11"
gem "rake", "~> 13.0"
gem "rubocop", "1.64.0"
Expand Down

0 comments on commit 18ad2b2

Please sign in to comment.