Skip to content

Commit 3924e3c

Browse files
Update rake requirement from ~> 13.2.1 to ~> 13.3.0 (#551)
Updates the requirements on [rake](https://github.com/ruby/rake) to permit the latest version. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ruby/rake/commit/0fdacef47aa9a4140e472b0ce302a2dd09423a75"><code>0fdacef</code></a> Bump rake to 13.3.0</li> <li><a href="https://github.com/ruby/rake/commit/fcc1f868360dd0c26a2f992e498efdd2088da15e"><code>fcc1f86</code></a> Merge pull request <a href="https://redirect.github.com/ruby/rake/issues/515">#515</a> from rgarner/task-arguments-deconstruct-keys</li> <li><a href="https://github.com/ruby/rake/commit/8e917d9569675624b2c68fd5264c1dee513d9c88"><code>8e917d9</code></a> Merge pull request <a href="https://redirect.github.com/ruby/rake/issues/609">#609</a> from pvdb/fix_rubyrunner_require</li> <li><a href="https://github.com/ruby/rake/commit/0378c45af32de537f4ed946accc36a66ffb96d7c"><code>0378c45</code></a> Merge pull request <a href="https://redirect.github.com/ruby/rake/issues/627">#627</a> from komagata/fix-rdoc-links</li> <li><a href="https://github.com/ruby/rake/commit/cff76641e7aff0b905f0c20b77efe0b6acfbb0be"><code>cff7664</code></a> Pattern matching support for arguments</li> <li><a href="https://github.com/ruby/rake/commit/a4454e681918babb8a86900794466b40c3f732db"><code>a4454e6</code></a> Merge pull request <a href="https://redirect.github.com/ruby/rake/issues/608">#608</a> from pvdb/use_dir_home</li> <li><a href="https://github.com/ruby/rake/commit/0b727e9abfc60d3ee7eb22f5668c8552aa2d9028"><code>0b727e9</code></a> Remove superfluous dependency requires (in tests)</li> <li><a href="https://github.com/ruby/rake/commit/5367e5c92d78be969812ac1ffa43a11df6a602d7"><code>5367e5c</code></a> Move dependency requires to RubyRunner file</li> <li><a href="https://github.com/ruby/rake/commit/6ba460101b2c0c3862dc84ebea9d683361346208"><code>6ba4601</code></a> Merge pull request <a href="https://redirect.github.com/ruby/rake/issues/634">#634</a> from ruby/trusted-publisher</li> <li><a href="https://github.com/ruby/rake/commit/6b3daf8723b9768590fa6bddbede8652f221a42d"><code>6b3daf8</code></a> Enabled trusted publisher for rubygems.org</li> <li>Additional commits viewable in <a href="https://github.com/ruby/rake/compare/v13.2.1...v13.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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6c1e9d0 commit 3924e3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ group :development, :test do
1919
gem "mysql2", ">= 0.4", "< 0.6"
2020
gem "pg", ">= 0.18", "<= 1.7"
2121
gem "pry"
22-
gem "rake", "~> 13.2.1"
22+
gem "rake", "~> 13.3.0"
2323
gem "rspec", "~> 3.1"
2424
gem "rspec-github", "~> 3.0.0"
2525
gem "rspec-its", "~> 2.0"

0 commit comments

Comments
 (0)