Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the minor-and-patch group across 1 directory with 11 updates #91

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 24, 2024

Bumps the minor-and-patch group with 9 updates in the / directory:

Package From To
debug 1.9.1 1.9.2
minitest-reporters 1.6.1 1.7.1
minitest 5.22.2 5.24.0
mocha 2.1.0 2.4.0
rake 13.1.0 13.2.1
rubocop-minitest 0.34.5 0.35.0
rubocop-sorbet 0.7.7 0.8.3
sorbet-static-and-runtime 0.5.11276 0.5.11444
tapioca 0.12.0 0.13.3

Updates debug from 1.9.1 to 1.9.2

Release notes

Sourced from debug's releases.

v1.9.2

What's Changed

New Contributors

Full Changelog: ruby/debug@v1.9.1...v1.9.2

Commits
  • 0b77e82 v1.9.2
  • 6407c98 Format tables
  • a655f10 Mention IRB as the console in readme
  • ffbdb30 Use rb_iseqw_to_iseq to get iseq pointer
  • 75326e2 Fix name of rb_iseq_t struct
  • 6e9a127 Add Launchable in CI
  • 3564601 Fix flakey test "test_reponse_returns_correct_threads_info"
  • 98dad00 Separate setup and execution steps in CI
  • 68f7753 Add Session#deactivate_irb_integration
  • 935f903 Make irb_console toggleable with config update
  • Additional commits viewable in compare view

Updates minitest-reporters from 1.6.1 to 1.7.1

Changelog

Sourced from minitest-reporters's changelog.

1.7.1

  • Fixed logic of new suppress_inline_failure_output. This option was doing the opposite of what it intended to do. #354

1.7.0

  • Minor documentation improvements #343
  • Fixed homepage link in gemspec #333 contributed by andyw8
  • Added Ruby 3.2 to the CI matrix #335 contributed by petergoldstein
  • Updated JUnitReporter to output a failure screenshot path when included in the minitest result #346 contributed by matteeyah
  • Fixed backwards fraction in ProgressReporter default format #348 contributed by notEthan
  • Added option suppress_inline_failure_output to SpecReporter to provide an explicit switch, separate from print_failure_summary, for suppressing inline failure messages. Until this change, the print_failure_summary would do both: print a failure/error summary after all tests run and suppress the inline failure messages. With this change print_failure_summary will just add a summary at the end of a test run, and it will no longer suppress the inline failure messages. #352 contributed by rthbound
Commits
  • 265ff4b Prep for 1.7.1 release
  • a4cc508 Merge pull request #354 from minitest-reporters/fix-suppress_inline_failure_o...
  • 52c5ca0 Add CHANGELOG notes for #354
  • 70ea3c7 Fix logic of new suppress_inline_failure_output option
  • 9f909d0 Prep for 1.7.0 release
  • 2f7ac47 Update CHANGELOG.md
  • 6508c29 Merge pull request #352 from rthbound/suppress_inline_failure_output
  • dd109b2 Update Minitest::Reporters::SpecReporter annotations with addition of suppres...
  • d9dd6c5 Remove excess pasta from CHANGELOG.md
  • 4bb2b14 * Added option suppress_inline_failure_output to SpecReporter
  • Additional commits viewable in compare view

Updates minitest from 5.22.2 to 5.24.0

Changelog

Sourced from minitest's changelog.

=== 5.24.0 / 2024-06-18

  • 2 minor enhancements:

    • Added Minitest.register_plugin.
    • Extended plugin system to work with modules/classes for opt-out plugins.
  • 1 bug fix:

    • Removed anacronism, but allow load_plugins to exit gracefully if --disable=gems.

=== 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).

=== 5.22.3 / 2024-03-13

  • 1 minor enhancement:

    • MASSIVE improvement of minitest's pride plugin output: Frequencies doubled! Sine waves shifted!! Comments improved!!! Colors rotated!!!! (havenwood)
  • 3 bug fixes:

    • Improved wording on Minitest::Test#parallelize_me! to clarify it goes INSIDE your test class/describe.
    • Minor changes to tests to pass when tests ran with extra flags (eg -p).
    • Support Ruby 3.4's new error message format. (mame)
Commits
  • 0719fdb prepped for release
  • 2c5f1b7 + Added Minitest.register_plugin.
  • 0a1289f Remove more anacronisms. Allow tests to pass w/o rubygems loaded.
  • 8712996 - Removed anacronism, but allow load_plugins to exit gracefully if --disable=...
  • 09fe9a0 Fix one failing tests when string literals are frozen.
  • 08280ac Moved some methods around to follow actual call structure a bit better.
  • 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)
  • Additional commits viewable in compare view

Updates mocha from 2.1.0 to 2.4.0

Changelog

Sourced from mocha's changelog.

2.4.0

External changes

Internal changes

  • Improvements to #mocha_inspect unit tests (#650)

2.3.0

External changes

  • Fix nested parameter matching for keyword arguments (f94e2504, #648) - thanks to @​CodingAnarchy for reporting

2.2.0

External changes

  • Support multiple methods in responds_with matcher (f086b7e4, #578) - thanks to @​vlad-pisanov for the suggestion

  • Add block syntax for sequences (93fdffd, #61)

  • Improve sequence failure message (0800c6ff, #60)

  • Drop support for Ruby v2.0 (85848fb0, #642)

  • Include the original test name in expired stub error messages (ca3ff8eb, #641, #642) - thanks to @​casperisfine

  • Avoid rubocop directive ending up in YARD docs (2a9ee81a)

  • Update docs to fix those for Mock#method_missing (cee0bad6)

  • Reinstate missing CNAME for GitHub Pages site (da67bb0d)

  • Use Ruby v1.9 Hash syntax in docs (6de20726, #625)

  • Add missing YARD tag for API#sequence name param (343c5979)

  • Add missing YARD tag for API#states name param (f798df83)

Internal changes

Commits
  • 5a3a208 [skip ci] Update documentation for v2.4.0
  • c973ca5 Bump version to 2.4.0 & prepare for release
  • 4ea9e38 Improve rendering of keyword arguments
  • 19a3d21 Improve unit tests for Hash#mocha_inspect
  • 12a1df8 Improve unit tests for Array#mocha_inspect
  • 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
  • 5324009 [skip ci] Update documentation for v2.2.0
  • 76495e1 Bump version to 2.2.0 & prepare for release
  • Additional commits viewable in compare view

Updates rake from 13.1.0 to 13.2.1

Changelog

Sourced from rake's changelog.

=== 13.2.1

  • Suppressed "internal:array:52:in 'Array#each'" from backtrace by @​hsbt in #554
  • Bump actions/configure-pages from 4 to 5 by @​dependabot in #553

=== 13.2.0

Commits
  • d84f6ef Bump up 13.2.1
  • 8b33b36 Merge pull request #553 from ruby/dependabot/github_actions/actions/configure...
  • 99f6823 Merge pull request #554 from ruby/suppress-array-internal
  • 54950e0 Suppressed "<internal:array>:52:in 'Array#each'" from backtrace
  • 675498c Bump up 13.2.0
  • 3dc4277 Bump actions/configure-pages from 4 to 5
  • c68e010 Merge pull request #549 from ruby/dependabot/github_actions/dependabot/fetch-...
  • 2cb46b6 Merge pull request #551 from andrykonchin/ak/restore-truffleruby-on-ci
  • c342e96 Add TruffleRuby on CI
  • d569f0f Merge pull request #550 from ruby/dependabot/github_actions/ruby/setup-ruby-1...
  • Additional commits viewable in compare view

Updates rubocop-minitest from 0.34.5 to 0.35.0

Release notes

Sourced from rubocop-minitest's releases.

RuboCop Minitest 0.35.0

New features

Bug fixes

  • #300: Fix an error for Minitest/AssertEmptyLiteral when only passing an empty literal. (@​earlopain)

Changes

  • #303: Require RuboCop 1.61 to use AutoCorrect: Contextual. (@​koic)
  • #304: Require RuboCop AST >= 1.31.1 to support Prism as a Ruby Parser. (@​koic)
Changelog

Sourced from rubocop-minitest's changelog.

0.35.0 (2024-03-10)

New features

Bug fixes

  • #300: Fix an error for Minitest/AssertEmptyLiteral when only passing an empty literal. ([@​earlopain][])

Changes

  • #303: Require RuboCop 1.61 to use AutoCorrect: Contextual. ([@​koic][])
  • #304: Require RuboCop AST >= 1.31.1 to support Prism as a Ruby Parser. ([@​koic][])
Commits
  • efd2cc0 Cut 0.35.0
  • 1d687ef Update Changelog
  • 0a293bf Merge pull request #306 from Earlopain/remove-old-rubocop-workaround
  • 7c0b300 Remove a workaround for older RuboCop versions
  • b73940d Merge pull request #304 from koic/support_prism
  • 43b6ddb Support Prism as a Ruby parser
  • 2448f36 Merge pull request #305 from koic/fix_flaky_test
  • 0f481c8 Fix flaky testing for Minitst/MultipleAssertions
  • 0faaa25 Merge pull request #303 from koic/require_rubocop_1_61
  • 60d5caa Require RuboCop 1.61 to use AutoCorrect: Contextual
  • Additional commits viewable in compare view

Updates rubocop-sorbet from 0.7.7 to 0.8.3

Release notes

Sourced from rubocop-sorbet's releases.

v0.8.3

What's Changed

🐛 Bug Fixes

New Contributors

Full Changelog: Shopify/rubocop-sorbet@v0.8.2...v0.8.3

v0.8.2

What's Changed

🛠 Other Changes

Full Changelog: Shopify/rubocop-sorbet@v0.8.1...v0.8.2

v0.8.1

What's Changed

🛠 Other Changes

New Contributors

Full Changelog: Shopify/rubocop-sorbet@v0.8.0...v0.8.1

v0.8.0

What's Changed

[!NOTE] This version drops the runtime dependency that Sorbet/SignatureBuildOrder had on unparser, so if you had that dependency in your Gemfile for only this reason, you should be able to drop it now.

🛠 Other Changes

... (truncated)

Commits
  • 2b744f9 Bump version to v0.8.3
  • d7fab34 Merge pull request #227 from Shopify/remove-outdated-cop-from-config
  • 44d9e19 Remove Sorbet/OneAncestorPerLine cop from config/rbi.yml
  • 65b8215 Bump version to v0.8.2
  • 95d8d33 Merge pull request #225 from Shopify/emily/t-enum-comparable-cop
  • 85fcce0 Regenerate cop documentation
  • af86285 Introduce ForbidComparableTEnum cop
  • 603bdea Refactor MultipleTEnumValues cop to use TEnum mixin
  • 9d093e0 Extract shared T::Enum cop logic into a mixin
  • 2cfb6cc Merge pull request #206 from Shopify/deprecate-one-ancestor-per-line
  • Additional commits viewable in compare view

Updates rubocop from 1.60.2 to 1.64.1

Release notes

Sourced from rubocop's releases.

RuboCop 1.64.1

Bug fixes

  • #12951: Fix an error for Style/Copyright when AutocorrectNotice is missing. (@​koic)
  • #12932: Fix end position of diagnostic for LSP. (@​ksss)
  • #12926: Fix a false positive for Style/SuperArguments when the methods block argument is reassigned before super. (@​earlopain)
  • #12931: Fix false positives for Style/RedundantLineContinuation when line continuations involve break, next, or yield with a return value. (@​koic)
  • #12924: Fix false positives for Style/SendWithLiteralMethodName when public_send argument is a method name that cannot be autocorrected. (@​koic)

RuboCop 1.64

New features

Bug fixes

  • #7189: Fix a false positive for Style/Copyright when using multiline copyright notice. (@​koic)
  • #12914: Fix a false negative for Layout/EmptyComment when using an empty comment next to code after comment line. (@​koic)
  • #12919: Fix false negatives for Style/ArgumentsForwarding when forward target is super. (@​koic)
  • #12923: Fix false negatives for Style/ArgumentsForwarding when forward target is safe navigation method. (@​koic)
  • #12894: Fix false positives for Style/MapIntoArray when using each without receiver with << to build an array. (@​koic)
  • #12876: Fix an error for the lockfile parser if a gemfile exists but a lockfile doesn't. (@​earlopain)
  • #12888: Fix --no-exclude-limit generating a todo with Max config instead of listing everything out with Exclude. (@​earlopain)
  • #12898: Fix an error for TargetRailsVersion when parsing from the lockfile with prerelease rails. (@​earlopain)

Changes

  • #12908: Add rubocop-rspec back to suggested extensions when rspec-rails is in use. (@​pirj)
  • #12884: Align output from cop.documentation_url with --show-docs-url when passing a config as argument. (@​earlopain)
  • #12905: Support ActiveSupportExtensionsEnabled for Style/SymbolProc. (@​koic)
  • #12897: Respect user's intentions with workspace/executeCommand LSP method. (@​koic)

RuboCop 1.63.5

Bug fixes

... (truncated)

Changelog

Sourced from rubocop's changelog.

1.64.1 (2024-05-31)

Bug fixes

  • #12951: Fix an error for Style/Copyright when AutocorrectNotice is missing. ([@​koic][])
  • #12932: Fix end position of diagnostic for LSP. ([@​ksss][])
  • #12926: Fix a false positive for Style/SuperArguments when the methods block argument is reassigned before super. ([@​earlopain][])
  • #12931: Fix false positives for Style/RedundantLineContinuation when line continuations involve break, next, or yield with a return value. ([@​koic][])
  • #12924: Fix false positives for Style/SendWithLiteralMethodName when public_send argument is a method name that cannot be autocorrected. ([@​koic][])

1.64.0 (2024-05-23)

New features

  • #12904: Add new either_consistent SupportedShorthandSyntax to Style/HashSyntax. ([@​pawelma][])
  • #12842: Add new Style/SendWithLiteralMethodName cop. ([@​koic][])
  • #12309: Add new Style/SuperArguments cop. ([@​earlopain][])
  • #12917: Suggest correct formatter name for --format command line option. ([@​koic][])
  • #12242: Support AllowModifiersOnAttrs option for Style/AccessModifierDeclarations. ([@​krororo][])
  • #11585: Support AllowedMethods for Style/DocumentationMethod. ([@​koic][])

Bug fixes

  • #7189: Fix a false positive for Style/Copyright when using multiline copyright notice. ([@​koic][])
  • #12914: Fix a false negative for Layout/EmptyComment when using an empty comment next to code after comment line. ([@​koic][])
  • #12919: Fix false negatives for Style/ArgumentsForwarding when forward target is super. ([@​koic][])
  • #12923: Fix false negatives for Style/ArgumentsForwarding when forward target is safe navigation method. ([@​koic][])
  • #12894: Fix false positives for Style/MapIntoArray when using each without receiver with << to build an array. ([@​koic][])
  • #12876: Fix an error for the lockfile parser if a gemfile exists but a lockfile doesn't. ([@​earlopain][])
  • #12888: Fix --no-exclude-limit generating a todo with Max config instead of listing everything out with Exclude. ([@​earlopain][])
  • #12898: Fix an error for TargetRailsVersion when parsing from the lockfile with prerelease rails. ([@​earlopain][])

Changes

  • #12908: Add rubocop-rspec back to suggested extensions when rspec-rails is in use. ([@​pirj][])
  • #12884: Align output from cop.documentation_url with --show-docs-url when passing a config as argument. ([@​earlopain][])
  • #12905: Support ActiveSupportExtensionsEnabled for Style/SymbolProc. ([@​koic][])
  • #12897: Respect user's intentions with workspace/executeCommand LSP method. ([@​koic][])

1.63.5 (2024-05-09)

Bug fixes

  • #12877: Fix an infinite loop error for Layout/FirstArgumentIndentation when specifying EnforcedStyle: with_fixed_indentation of Layout/ArrayAlignment. ([@​koic][])
  • #12873: Fix an error for Metrics/BlockLength when the CountAsOne config is invalid. ([@​koic][])
  • #12881: Fix incorrect autocorrect when Style/NumericPredicate is used with negations. ([@​fatkodima][])
  • #12882: Fix Layout/CommentIndentation for comment-only pattern matching. ([@​nekketsuuu][])

1.63.4 (2024-04-28)

... (truncated)

Commits

Updates sorbet-static-and-runtime from 0.5.11276 to 0.5.11444

Release notes

Sourced from sorbet-static-and-runtime's releases.

sorbet 0.5.11443.20240621123819-d7697fc53

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11443', :group => :development
gem 'sorbet-runtime', '0.5.11443'

sorbet 0.5.11442.20240621115514-d2941c89b

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11442', :group => :development
gem 'sorbet-runtime', '0.5.11442'

sorbet 0.5.11441.20240621144540-6a7147df7

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11441', :group => :development
gem 'sorbet-runtime', '0.5.11441'

sorbet 0.5.11440.20240621114512-9ea827a9b

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11440', :group => :development
gem 'sorbet-runtime', '0.5.11440'

sorbet 0.5.11438.20240620114837-98dfd23b3

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11438', :group => :development
gem 'sorbet-runtime', '0.5.11438'

sorbet 0.5.11437.20240620110451-38fb0c9df

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11437', :group => :development
gem 'sorbet-runtime', '0.5.11437'

sorbet 0.5.11436.20240620093303-b1086bb35

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11436', :group => :development
gem 'sorbet-runtime', '0.5.11436'

sorbet 0.5.11435.20240614124013-ce3d1ad38

... (truncated)

Commits

Updates tapioca from 0.12.0 to 0.13.3

Release notes

Sourced from tapioca's releases.

v0.13.3

What's Changed

🐛 Bug Fixes

New Contributors

Full Changelog: Shopify/tapioca@v0.13.2...v0.13.3

v0.13.2

What's Changed

🚧 Breaking Changes

✨ Enhancements

🛠 Other Changes

New Contributors

Full Changelog: Shopify/tapioca@v0.13.1...v0.13.2

v0.13.1

What's Changed

🐛 Bug Fixes

New Contributors

Full Changelog: Shopify/tapioca@v0.13.0...v0.13.1

v0.13.0

What's Changed

✨ Enhancements

... (truncated)

Commits
  • f00b6c1 Bump version to v0.13.3
  • d4034fc Merge pull request #1867 from Shopify/fix_invalid-ar-find-output
  • 01b7880 Remove extra ) in the ActiveRecord.find output
  • 37e48be Bump version to v0.13.2
  • 4f4b9ed Merge pull request #1866 from Shopify/KaanOzkan-patch-1
  • 1daf684 Specify rails
  • ae9ee97 Specify DSL compiler contributions in README
  • cdc0d7c Disable all permissions for action
  • 5e946e9 Sanitize branch input
  • 032e04f Merge pull request #1860 from bdewater/ar-count-block
  • Additional commits viewable in compare view

Updates sorbet-runtime from 0.5.11276 to 0.5.11444

Release notes

Sourced from sorbet-runtime's releases.

sorbet 0.5.11443.20240621123819-d7697fc53

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11443', :group => :development
gem 'sorbet-runtime', '0.5.11443'

sorbet 0.5.11442.20240621115514-d2941c89b

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11442', :group => :development
gem 'sorbet-runtime', '0.5.11442'

sorbet 0.5.11441.20240621144540-6a7147df7

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11441', :group => :development
gem 'sorbet-runtime', '0.5.11441'

sorbet 0.5.11440.20240621114512-9ea827a9b

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11440', :group => :development
gem 'sorbet-runtime', '0.5.11440'

sorbet 0.5.11438.20240620114837-98dfd23b3

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11438', :group => :development
gem 'sorbet-runtime', '0.5.11438'

sorbet 0.5.11437.20240620110451-38fb0c9df

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11437', :group => :development
gem 'sorbet-runtime', '0.5.11437'

sorbet 0.5.11436.20240620093303-b1086bb35

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11436', :group => :development
gem 'sorbet-runtime', '0.5.11436'

sorbet 0.5.11435.20240614124013-ce3d1ad38

... (truncated)

Commits

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the minor-and-patch group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [debug](https://github.com/ruby/debug) | `1.9.1` | `1.9.2` |
| [minitest-reporters](https://github.com/CapnKernul/minitest-reporters) | `1.6.1` | `1.7.1` |
| [minitest](https://github.com/minitest/minitest) | `5.22.2` | `5.24.0` |
| [mocha](https://github.com/freerange/mocha) | `2.1.0` | `2.4.0` |
| [rake](https://github.com/ruby/rake) | `13.1.0` | `13.2.1` |
| [rubocop-minitest](https://github.com/rubocop/rubocop-minitest) | `0.34.5` | `0.35.0` |
| [rubocop-sorbet](https://github.com/shopify/rubocop-sorbet) | `0.7.7` | `0.8.3` |
| [sorbet-static-and-runtime](https://github.com/sorbet/sorbet) | `0.5.11276` | `0.5.11444` |
| [tapioca](https://github.com/Shopify/tapioca) | `0.12.0` | `0.13.3` |



Updates `debug` from 1.9.1 to 1.9.2
- [Release notes](https://github.com/ruby/debug/releases)
- [Commits](ruby/debug@v1.9.1...v1.9.2)

Updates `minitest-reporters` from 1.6.1 to 1.7.1
- [Changelog](https://github.com/minitest-reporters/minitest-reporters/blob/master/CHANGELOG.md)
- [Commits](minitest-reporters/minitest-reporters@v1.6.1...v1.7.1)

Updates `minitest` from 5.22.2 to 5.24.0
- [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc)
- [Commits](minitest/minitest@v5.22.2...v5.24.0)

Updates `mocha` from 2.1.0 to 2.4.0
- [Changelog](https://github.com/freerange/mocha/blob/main/RELEASE.md)
- [Commits](freerange/mocha@v2.1.0...v2.4.0)

Updates `rake` from 13.1.0 to 13.2.1
- [Release notes](https://github.com/ruby/rake/releases)
- [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc)
- [Commits](ruby/rake@v13.1.0...v13.2.1)

Updates `rubocop-minitest` from 0.34.5 to 0.35.0
- [Release notes](https://github.com/rubocop/rubocop-minitest/releases)
- [Changelog](https://github.com/rubocop/rubocop-minitest/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-minitest@v0.34.5...v0.35.0)

Updates `rubocop-sorbet` from 0.7.7 to 0.8.3
- [Release notes](https://github.com/shopify/rubocop-sorbet/releases)
- [Commits](Shopify/rubocop-sorbet@v0.7.7...v0.8.3)

Updates `rubocop` from 1.60.2 to 1.64.1
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.60.2...v1.64.1)

Updates `sorbet-static-and-runtime` from 0.5.11276 to 0.5.11444
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

Updates `tapioca` from 0.12.0 to 0.13.3
- [Release notes](https://github.com/Shopify/tapioca/releases)
- [Commits](Shopify/tapioca@v0.12.0...v0.13.3)

Updates `sorbet-runtime` from 0.5.11276 to 0.5.11444
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

---
updated-dependencies:
- dependency-name: debug
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: minitest-reporters
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: minitest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: mocha
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: rake
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: rubocop-minitest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: rubocop-sorbet
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: rubocop
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: sorbet-static-and-runtime
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: tapioca
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: sorbet-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Author

dependabot bot commented on behalf of github Jun 24, 2024

Dependabot tried to add @andyw8/ruby-dev-exp as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/andyw8/ruby-lsp/pulls/91/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the teams you specified is not a collaborator of the andyw8/ruby-lsp repository. // See: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request

Copy link
Author

dependabot bot commented on behalf of github Jul 15, 2024

Superseded by #94.

@dependabot dependabot bot closed this Jul 15, 2024
@dependabot dependabot bot deleted the dependabot/bundler/minor-and-patch-3bb200436e branch July 15, 2024 12:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants