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 with 13 updates #37

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 19, 2024

Bumps the minor-and-patch group with 13 updates:

Package From To
debug 1.8.0 1.9.1
minitest 5.20.0 5.22.2
rake 13.0.6 13.1.0
rubocop 1.56.2 1.60.2
rubocop-shopify 2.14.0 2.15.1
rubocop-minitest 0.31.1 0.34.5
rubocop-sorbet 0.7.3 0.7.7
sorbet-static-and-runtime 0.5.11011 0.5.11262
tapioca 0.11.8 0.12.0
rdoc 6.5.0 6.6.2
psych 5.1.0 5.1.2
sorbet-runtime 0.5.11011 0.5.11262
syntax_tree 6.1.1 6.2.0

Updates debug from 1.8.0 to 1.9.1

Release notes

Sourced from debug's releases.

v1.9.1

Fix small issue to release with Ruby 3.3.0.

What's Changed

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

v1.9.0

This release fixes many issues reported after v1.8.0, introduce IRB integrated console and more.

What's Changed

New Contributors

... (truncated)

Commits

Updates minitest from 5.20.0 to 5.22.2

Changelog

Sourced from minitest's changelog.

=== 5.22.2 / 2024-02-07

  • 1 bug fix:

    • Third time's a charm? Remember: 'ensure' is almost always the wrong way to go (for results... it's great for cleaning up).

=== 5.22.1 / 2024-02-06

  • 1 bug fix:

    • Don't exit non-zero if no tests ran and no filter (aka, the test file is empty). (I'm starting to think the exit 1 thing for @​tenderlove was a mistake...)

=== 5.22.0 / 2024-02-05

  • 1 minor enhancement:

    • Added "did you mean" output if your --name filter matches nothing. (tenderlove)
  • 2 bug fixes:

    • Big cleanup of test filtering. Much prettier / more functional.
    • Fix situation where Assertion#location can't find the location. (pftg)

=== 5.21.2 / 2024-01-17

  • 1 bug fix:

    • Fixed bug in Minitest::Compress#compress formatting w/ nested patterns. Now recurses properly.

=== 5.21.1 / 2024-01-11

  • 1 bug fix:

    • Rails' default backtrace filter can't currently work with caller_locations, so reverting back to caller.

=== 5.21.0 / 2024-01-11

  • 10 minor enhancements:

    • Add include_all kw arg to assert_respond_to and refute_respond_to.
    • Added --quiet flag to skip ProgressReporter (prints the dots). Minor speedup.
    • Added Minitest::Compress#compress and added it to UnexpectedError.
    • Added ability to initialize BacktraceFilter w/ custom regexp.
    • Filter failure backtraces using backtrace_filter before calculating location. (thomasmarshall)
    • Make BacktraceFilter#filter compatible with locations (still compares strings).
    • Optimized Assertion#location ~30%.
    • Output relative paths for all failures/errors/backtraces.
    • Refactored location information in assertions, now using locations.

... (truncated)

Commits
  • d00cc0d prepped for release
  • 6cf8dce - Third time's a charm? Remember: 'ensure' is almost always the wrong way to go.
  • 319036f prepped for release
  • f92f48d - Don't exit non-zero if no tests ran and no filter (aka, the test file is em...
  • 6138c39 prepped for release
  • ebb468c + Added "did you mean" output if your --name filter matches nothing. (tenderl...
  • ef83965 - Big cleanup of test filtering. Much prettier / more functional.
  • 194a70a - Fix situation where Assertion#location can't find the location. (pftg)
  • 71dab66 prepped for release
  • 005b187 - Fixed bug in Minitest::Compress#compress formatting w/ nested patterns. Now...
  • Additional commits viewable in compare view

Updates rake from 13.0.6 to 13.1.0

Commits
  • 5476cda Bump up v13.1.0
  • 1b6afad Merge pull request #521 from ruby/dependabot/github_actions/ruby/setup-ruby-1...
  • 8b2a01c Bump ruby/setup-ruby from 1.156.0 to 1.157.0
  • 1607fbf Merge pull request #520 from ruby/dependabot/github_actions/actions/checkout-...
  • 6594585 Bump actions/checkout from 4.1.0 to 4.1.1
  • 6717ce8 Merge pull request #519 from ruby/dependabot/github_actions/ruby/setup-ruby-1...
  • 4b4b211 Bump ruby/setup-ruby from 1.155.0 to 1.156.0
  • 5e76ef6 Merge pull request #518 from ruby/dependabot/github_actions/ruby/setup-ruby-1...
  • 8d39c6b Bump ruby/setup-ruby from 1.154.0 to 1.155.0
  • 191a9d7 Merge pull request #517 from ruby/dependabot/github_actions/ruby/setup-ruby-1...
  • Additional commits viewable in compare view

Updates rubocop from 1.56.2 to 1.60.2

Release notes

Sourced from rubocop's releases.

RuboCop 1.60.2

Bug fixes

  • #12627: Fix a false positive for Layout/RedundantLineBreak when using index access call chained on multiple lines with backslash. (@​koic)
  • #12626: Fix a false positive for Style/ArgumentsForwarding when naming a block argument &. (@​koic)
  • #12635: Fix a false positive for Style/HashEachMethods when both arguments are unused. (@​earlopain)
  • #12636: Fix an error for Style/HashEachMethods when a block with both parameters has no body. (@​earlopain)
  • #12638: Fix an Errno::ENOENT error when using server mode. (@​koic)
  • #12628: Fix a false positive for Style/ArgumentsForwarding when using block arg forwarding with positional arguments forwarding to within block. (@​koic)
  • #12642: Fix false positives for Style/HashEachMethods when using array converter method. (@​koic)
  • #12632: Fix an infinite loop error when EnforcedStyle: explicit of Naming/BlockForwarding with Style/ArgumentsForwarding. (@​koic)

RuboCop 1.60.1

Bug fixes

  • #12625: Fix an error when server cache dir has read-only file system. (@​Strzesia)
  • #12618: Fix false positives for Style/ArgumentsForwarding when using block argument forwarding with other arguments. (@​koic)
  • #12614: Fix false positiveis for Style/RedundantParentheses when parentheses in control flow keyword with multiline style argument. (@​koic)

Changes

  • #12617: Make Style/CollectionCompact aware of grep_v with nil. (@​koic)

RuboCop 1.60

Bug fixes

  • #12603: Fix an infinite loop error for Style/MultilineTernaryOperator when using a method call as a ternary operator condition with a line break between receiver and method. (@​koic)
  • #12549: Fix a false positive for Style/RedundantLineContinuation when line continuations for multiline leading dot method chain with a blank line. (@​koic)
  • #12610: Accept parentheses in argument calls with blocks for Style/MethodCallWithArgsParentheses omit_parentheses style. ([@​gsamokovarov][])
  • #12580: Fix an infinite loop error for Layout/EndAlignment when misaligned in singleton class assignments with EnforcedStyleAlignWith: variable. (@​koic)
  • #12548: Fix an infinite loop error for Layout/FirstArgumentIndentation when specifying EnforcedStyle: with_fixed_indentation of Layout/ArrayAlignment. (@​koic)
  • #12236: Fix an error for Lint/ShadowedArgument when self assigning to a block argument in for. (@​koic)
  • #12569: Fix an error for Style/IdenticalConditionalBranches when using if...else with identical leading lines that assign to self.foo. (@​koic)
  • #12437: Fix an infinite loop error for EnforcedStyle: omit_parentheses of Style/MethodCallWithArgsParentheses with Style/SuperWithArgsParentheses. (@​koic)
  • #12558: Fix an incorrect autocorrect for Style/MapToHash when using map.to_h without receiver. (@​koic)
  • #12179: Let --auto-gen-config generate Exclude when Max is overridden. ([@​jonas054][])
  • #12574: Fix bug for unrecognized style in --auto-gen-config. ([@​jonas054][])
  • #12542: Fix false positive for Lint/MixedRegexpCaptureTypes when using look-ahead matcher. ([@​marocchino][])
  • #12607: Fix a false positive for Style/RedundantParentheses when regexp literal attempts to match against a parenthesized condition. (@​koic)
  • #12539: Fix false positives for Lint/LiteralAssignmentInCondition when a collection literal contains non-literal elements. (@​koic)
  • #12571: Fix false positives for Naming/BlockForwarding when using explicit block forwarding in block method. (@​koic)
  • #12537: Fix false positives for Style/RedundantParentheses when AllowInMultilineConditions: true of Style/ParenthesesAroundCondition. (@​koic)
  • #12578: Fix false positives for Style/ArgumentsForwarding when rest arguments forwarding to a method in block. (@​koic)
  • #12540: Fix false positives for Style/HashEachMethods when rest block argument of Enumerable#each method is used. (@​koic)

... (truncated)

Changelog

Sourced from rubocop's changelog.

1.60.2 (2024-01-24)

Bug fixes

  • #12627: Fix a false positive for Layout/RedundantLineBreak when using index access call chained on multiple lines with backslash. ([@​koic][])
  • #12626: Fix a false positive for Style/ArgumentsForwarding when naming a block argument &. ([@​koic][])
  • #12635: Fix a false positive for Style/HashEachMethods when both arguments are unused. ([@​earlopain][])
  • #12636: Fix an error for Style/HashEachMethods when a block with both parameters has no body. ([@​earlopain][])
  • #12638: Fix an Errno::ENOENT error when using server mode. ([@​koic][])
  • #12628: Fix a false positive for Style/ArgumentsForwarding when using block arg forwarding with positional arguments forwarding to within block. ([@​koic][])
  • #12642: Fix false positives for Style/HashEachMethods when using array converter method. ([@​koic][])
  • #12632: Fix an infinite loop error when EnforcedStyle: explicit of Naming/BlockForwarding with Style/ArgumentsForwarding. ([@​koic][])

1.60.1 (2024-01-17)

Bug fixes

  • #12625: Fix an error when server cache dir has read-only file system. ([@​Strzesia][])
  • #12618: Fix false positives for Style/ArgumentsForwarding when using block argument forwarding with other arguments. ([@​koic][])
  • #12614: Fix false positiveis for Style/RedundantParentheses when parentheses in control flow keyword with multiline style argument. ([@​koic][])

Changes

  • #12617: Make Style/CollectionCompact aware of grep_v with nil. ([@​koic][])

1.60.0 (2024-01-15)

Bug fixes

  • #12603: Fix an infinite loop error for Style/MultilineTernaryOperator when using a method call as a ternary operator condition with a line break between receiver and method. ([@​koic][])
  • #12549: Fix a false positive for Style/RedundantLineContinuation when line continuations for multiline leading dot method chain with a blank line. ([@​koic][])
  • #12610: Accept parentheses in argument calls with blocks for Style/MethodCallWithArgsParentheses omit_parentheses style. ([@​gsamokovarov][])
  • #12580: Fix an infinite loop error for Layout/EndAlignment when misaligned in singleton class assignments with EnforcedStyleAlignWith: variable. ([@​koic][])
  • #12548: Fix an infinite loop error for Layout/FirstArgumentIndentation when specifying EnforcedStyle: with_fixed_indentation of Layout/ArrayAlignment. ([@​koic][])
  • #12236: Fix an error for Lint/ShadowedArgument when self assigning to a block argument in for. ([@​koic][])
  • #12569: Fix an error for Style/IdenticalConditionalBranches when using if...else with identical leading lines that assign to self.foo. ([@​koic][])
  • #12437: Fix an infinite loop error for EnforcedStyle: omit_parentheses of Style/MethodCallWithArgsParentheses with Style/SuperWithArgsParentheses. ([@​koic][])
  • #12558: Fix an incorrect autocorrect for Style/MapToHash when using map.to_h without receiver. ([@​koic][])
  • #12179: Let --auto-gen-config generate Exclude when Max is overridden. ([@​jonas054][])
  • #12574: Fix bug for unrecognized style in --auto-gen-config. ([@​jonas054][])
  • #12542: Fix false positive for Lint/MixedRegexpCaptureTypes when using look-ahead matcher. ([@​marocchino][])
  • #12607: Fix a false positive for Style/RedundantParentheses when regexp literal attempts to match against a parenthesized condition. ([@​koic][])
  • #12539: Fix false positives for Lint/LiteralAssignmentInCondition when a collection literal contains non-literal elements. ([@​koic][])
  • #12571: Fix false positives for Naming/BlockForwarding when using explicit block forwarding in block method. ([@​koic][])
  • #12537: Fix false positives for Style/RedundantParentheses when AllowInMultilineConditions: true of Style/ParenthesesAroundCondition. ([@​koic][])
  • #12578: Fix false positives for Style/ArgumentsForwarding when rest arguments forwarding to a method in block. ([@​koic][])
  • #12540: Fix false positives for Style/HashEachMethods when rest block argument of Enumerable#each method is used. ([@​koic][])
  • #12529: Fix false positives for Style/ParenthesesAroundCondition. ([@​koic][])
  • #12556: Fix false positives for Style/RedundantParentheses when parentheses are used around a semantic operator in expressions within assignments. ([@​koic][])
  • #12541: Fix false negative in Style/ArgumentsForwarding when a block is forwarded but other args aren't. ([@​dvandersluis][])

... (truncated)

Commits
  • edb56c9 Cut 1.60.2
  • f00679b Update Changelog
  • 05730f5 Fix false positives for Style/HashEachMethods
  • c5a7052 Add default tags to issue templates
  • 996c6be Update the Compatibility Policy
  • a6cf5a7 [Fix #12632] Fix an infinite loop error for Style/ArgumentsForwarding
  • 60a9350 [Fix #12638] Fix an Errno::ENOENT error when using server mode
  • 96542aa [Docs] Tweak the "Template support" doc
  • c3921c0 Merge pull request #12636 from Earlopain/fix-error-for-style-hash-each-methods
  • 17f5fcf Fix an error for Style/HashEachMethods when a block with both parameters ha...
  • Additional commits viewable in compare view

Updates rubocop-shopify from 2.14.0 to 2.15.1

Release notes

Sourced from rubocop-shopify's releases.

v2.15.1

What's Changed

Bug fixes

  • Add missing files to gemspec & bump version to 2.15.1 by @​sambostock in Shopify/ruby-style-guide#615 This should fix the cannot load such file -- rubocop/shopify/gem_version_string_comparable_backport error present in v2.15.0.

Full Changelog: Shopify/ruby-style-guide@v2.15.0...v2.15.1

v2.15.0

What's Changed

Enabled Cops

Changed Cops

  • Naming/InclusiveLanguage's AllowedRegex is changed to permit any unbroken word which includes master. (#564) The motivation for this change is to avoid continuously needing to add exclusions such as mastercard, remaster, etc. to the list, while still allowing the cop to catch problematic uses of the word master.
  • Style/FrozenStringLiteralComment's EnforcedStyle is changed from always to always_true. (#589) Consumers should aim to use frozen_string_literal: true in all files, but if certain files need frozen_string_literal: false, they should disable the cop in those files, mark them as TODO, or add them to the Exclude list.

Changed AllCops Configuration

  • NewCops is changed from enable to disable. (#581) This silences the warning about pending cops for consumers, as the style guide maintainers will triage them instead.

Minimum RuboCop Version

Despite enabling new cops, the minimum RuboCop version is unchanged from the previous release, and remains 1.51.0.

... (truncated)

Commits
  • fecd514 Merge pull request #615 from Shopify/add-missing-files-to-gemspec
  • 70399a5 Bump gem version to 2.15.1
  • 70a48d5 Add missing files to gemspec
  • f4a923d Merge pull request #614 from Shopify/2-15
  • 022f6be Bump version to 2.15
  • 069dad7 Merge pull request #612 from Shopify/reduce-required-rubocop-version
  • f1d087c Reduce minimum RuboCop version back to ~> 1.51
  • e8e8718 Compare RuboCop version against strings
  • 8616e05 Merge pull request #613 from Shopify/ci-rubies
  • 555e8e3 Bump development Ruby version to 3.3.0
  • Additional commits viewable in compare view

Updates rubocop-minitest from 0.31.1 to 0.34.5

Release notes

Sourced from rubocop-minitest's releases.

RuboCop Minitest 0.34.5

Bug fixes

  • #299: Fix an error for Style/UselessAssertion when passing a single argument to methods to accept two arguments. (@​earlopain)

Changes

  • #298: Extend Minitest/AssertKindOf to also correct assert(object.is_a?(Class)). (@​amomchilov)

RuboCop Minitest 0.34.4

Bug fixes

  • #292: Ensure all kinds of assignments are correctly handled when counting assertions. (@​G-Rath)

RuboCop Minitest 0.34.3

Bug fixes

  • #287: Don't error on empty blocks when linting assert_raises. (@​G-Rath)
  • #289: Don't count assertions twice when their return value is being assigned. (@​G-Rath)

RuboCop Minitest 0.34.2

Bug fixes

  • #283: Fix an error for Minitest/MultipleAssertions when using || assigning a value to a variable. (@​koic)

RuboCop Minitest 0.34.1

Bug fixes

  • #281: Fix an error when assigning a value to an object attribute. (@​koic)

RuboCop Minitest 0.34.0 (The RubyConf Taiwan 2023 Edition)

New features

  • #272: Add new Minitest/RedundantMessageArgument cop. (@​koic)
  • #279: Add new Minitest/NonExecutableTestMethod cop. (@​koic)

Bug fixes

  • #275: Make Minitest/AssertMatch aware of assert_operator when running with Ruby 2.7. (@​koic)

... (truncated)

Changelog

Sourced from rubocop-minitest's changelog.

0.34.5 (2024-01-20)

Bug fixes

  • #299: Fix an error for Style/UselessAssertion when passing a single argument to methods to accept two arguments. ([@​earlopain][])

Changes

  • #298: Extend Minitest/AssertKindOf to also correct assert(object.is_a?(Class)). ([@​amomchilov][])

0.34.4 (2024-01-09)

Bug fixes

  • #292: Ensure all kinds of assignments are correctly handled when counting assertions. ([@​G-Rath][])

0.34.3 (2024-01-01)

Bug fixes

  • #287: Don't error on empty blocks when linting assert_raises. ([@​G-Rath][])
  • #289: Don't count assertions twice when their return value is being assigned. ([@​G-Rath][])

0.34.2 (2023-12-25)

Bug fixes

  • #283: Fix an error for Minitest/MultipleAssertions when using || assigning a value to a variable. ([@​koic][])

0.34.1 (2023-12-16)

Bug fixes

  • #281: Fix an error when assigning a value to an object attribute. ([@​koic][])

0.34.0 (2023-12-16)

New features

  • #272: Add new Minitest/RedundantMessageArgument cop. ([@​koic][])
  • #279: Add new Minitest/NonExecutableTestMethod cop. ([@​koic][])

Bug fixes

  • #275: Make Minitest/AssertMatch aware of assert_operator when running with Ruby 2.7. ([@​koic][])
  • #271: Fix a false positive for Minitest/EmptyLineBeforeAssertionMethods and assert_raises. ([@​fatkodima][])

Changes

... (truncated)

Commits
  • d097efa Cut 0.34.5
  • 3cac9e3 Update Changelog
  • 0ccd6f9 Merge pull request #299 from Earlopain/fix-error-for-style-useless-assertion
  • 9257270 Fix an error for Style/UselessAssertion when passing a single argument to m...
  • 4218ced Merge pull request #298 from amomchilov/AssertKindOf-is_a
  • 8627375 AssertKindOf: also replace is_a?
  • 3fa043a Switch back docs version to master
  • 2124638 Cut 0.34.4
  • 188a281 Update Changelog
  • f063979 Add missing private for Minitest/NonExecutableTestMethod
  • Additional commits viewable in compare view

Updates rubocop-sorbet from 0.7.3 to 0.7.7

Release notes

Sourced from rubocop-sorbet's releases.

v0.7.6

What's Changed

🛠 Other Changes

Full Changelog: Shopify/rubocop-sorbet@v0.7.5...v0.7.6

v0.7.5

What's Changed

🐛 Bug Fixes

🛠 Other Changes

Full Changelog: Shopify/rubocop-sorbet@v0.7.4...v0.7.5

v0.7.4

What's Changed

✨ Enhancements

🛠 Other Changes

New Contributors

Full Changelog: Shopify/rubocop-sorbet@v0.7.3...v0.7.4

Commits

Updates sorbet-static-and-runtime from 0.5.11011 to 0.5.11262

Release notes

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

sorbet 0.5.11261.20240215173800-82059fc97

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11260.20240215152049-8ba8dd0dd

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11259.20240215132458-d90eff7df

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11258.20240214200345-e9740f057

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11257.20240214112445-0d8b602c7

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11256.20240214083952-9a8357a7a

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11255.20240213171857-83fbacf87

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11254.20240213155444-dd0bad20c

... (truncated)

Commits

Updates tapioca from 0.11.8 to 0.12.0

Release notes

Sourced from tapioca's releases.

v0.12.0

[!IMPORTANT] The DSL compiler refactor to stop requiring unnecessary things into memory might change what DSL RBI files are generated in your application. If the resulting output of DSL RBI generation from this version is causing type-checking problems please open an issue.

What's Changed

✨ Enhancements

🐛 Bug Fixes

Full Changelog: Shopify/tapioca@v0.11.17...v0.12.0

v0.11.17

What's Changed

🐛 Bug Fixes

Bumps the minor-and-patch group with 13 updates:

| Package | From | To |
| --- | --- | --- |
| [debug](https://github.com/ruby/debug) | `1.8.0` | `1.9.1` |
| [minitest](https://github.com/minitest/minitest) | `5.20.0` | `5.22.2` |
| [rake](https://github.com/ruby/rake) | `13.0.6` | `13.1.0` |
| [rubocop](https://github.com/rubocop/rubocop) | `1.56.2` | `1.60.2` |
| [rubocop-shopify](https://github.com/Shopify/ruby-style-guide) | `2.14.0` | `2.15.1` |
| [rubocop-minitest](https://github.com/rubocop/rubocop-minitest) | `0.31.1` | `0.34.5` |
| [rubocop-sorbet](https://github.com/shopify/rubocop-sorbet) | `0.7.3` | `0.7.7` |
| [sorbet-static-and-runtime](https://github.com/sorbet/sorbet) | `0.5.11011` | `0.5.11262` |
| [tapioca](https://github.com/Shopify/tapioca) | `0.11.8` | `0.12.0` |
| [rdoc](https://github.com/ruby/rdoc) | `6.5.0` | `6.6.2` |
| [psych](https://github.com/ruby/psych) | `5.1.0` | `5.1.2` |
| [sorbet-runtime](https://github.com/sorbet/sorbet) | `0.5.11011` | `0.5.11262` |
| [syntax_tree](https://github.com/kddnewton/syntax_tree) | `6.1.1` | `6.2.0` |


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

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

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

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

Updates `rubocop-shopify` from 2.14.0 to 2.15.1
- [Release notes](https://github.com/Shopify/ruby-style-guide/releases)
- [Commits](Shopify/ruby-style-guide@v2.14.0...v2.15.1)

Updates `rubocop-minitest` from 0.31.1 to 0.34.5
- [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.31.1...v0.34.5)

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

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

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

Updates `rdoc` from 6.5.0 to 6.6.2
- [Release notes](https://github.com/ruby/rdoc/releases)
- [Changelog](https://github.com/ruby/rdoc/blob/master/History.rdoc)
- [Commits](ruby/rdoc@v6.5.0...v6.6.2)

Updates `psych` from 5.1.0 to 5.1.2
- [Release notes](https://github.com/ruby/psych/releases)
- [Commits](ruby/psych@v5.1.0...v5.1.2)

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

Updates `syntax_tree` from 6.1.1 to 6.2.0
- [Changelog](https://github.com/ruby-syntax-tree/syntax_tree/blob/main/CHANGELOG.md)
- [Commits](ruby-syntax-tree/syntax_tree@v6.1.1...v6.2.0)

---
updated-dependencies:
- dependency-name: debug
  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: rake
  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: rubocop-shopify
  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-patch
  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: rdoc
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: psych
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: sorbet-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: syntax_tree
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

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

dependabot bot commented on behalf of github Feb 26, 2024

Superseded by #38.

@dependabot dependabot bot closed this Feb 26, 2024
@dependabot dependabot bot deleted the dependabot/bundler/minor-and-patch-1f490877b2 branch February 26, 2024 12:33
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