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

Gemfile.lock: Bump the minor-patch group across 1 directory with 15 updates #390

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 30, 2025

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

Package From To
puma 6.5.0 6.6.0
sorbet-runtime 0.5.11742 0.5.11789
rubocop 1.69.2 1.71.0
tapioca 0.16.6 0.16.8
logger 1.6.4 1.6.5
tilt 2.5.0 2.6.0

Updates puma from 6.5.0 to 6.6.0

Release notes

Sourced from puma's releases.

6.6.0 - Return to Forever

image

Some stuff for JRuby users (SIGUSR2 trap), reforkers (see below), and a few debug/logging/observability related goodies.

  • Features

    • Option to turn off SIGUSR2 trapping (#3570, #3567)
    • Shorten ThreadPool trimmer and reaper thread names (#3383)
    • Add after_refork hook (#3386)
    • Add busy threads stat (#3517)
    • Add a debug log before running each type of hook (#3375)
    • Allow alternative schemes in Binder (#3348, #3302)
    • Avoid spawning Threadpool#trim thread if pool size is fixed (#3384)
  • Bugfixes

    • Change HttpParserError to be subclass of StandardError (#3590, #3552)
    • added test cases
    • fix update phased restart symlink folder
  • Performance

    • Only ping worker 0 during phased restart if using fork worker (#3568)
  • Refactor

    • Fix multi-delimiter split to get status app token (#3505)
    • Change ping to use const (#3595)
    • Fixup use of Puma::Const::PipeRequest constants (#3565)
    • Update DSL hook processing logic to be consistent (#3376)
Changelog

Sourced from puma's changelog.

6.6.0 / 2025-01-29

  • Features

    • Option to turn off SIGUSR2 trapping (#3570, #3567)
    • Shorten ThreadPool trimmer and reaper thread names (#3383)
    • Add after_refork hook (#3386)
    • Add busy threads stat (#3517)
    • Add a debug log before running each type of hook (#3375)
    • Allow alternative schemes in Binder (#3348, #3302)
    • Avoid spawning Threadpool#trim thread if pool size is fixed (#3384)
  • Bugfixes

    • Change HttpParserError to be subclass of StandardError (#3590, #3552)
    • added test cases
    • fix update phased restart symlink folder
  • Performance

    • Only ping worker 0 during phased restart if using fork worker (#3568)
  • Refactor

    • Fix multi-delimiter split to get status app token (#3505)
    • Change ping to use const (#3595)
    • Fixup use of Puma::Const::PipeRequest constants (#3565)
    • Update DSL hook processing logic to be consistent (#3376)
Commits

Updates sorbet-runtime from 0.5.11742 to 0.5.11789

Release notes

Sourced from sorbet-runtime's releases.

sorbet 0.5.11788.20250129131612-e03e9376e

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11787.20250128163618-eb1e00034

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11786.20250128111029-8300fa73b

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11785.20250128095844-df49eb3e1

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11784.20250127162651-d9320f44c

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11783.20250127105326-f58dde035

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11782.20250127115655-63e1c3dc8

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11781.20250124154113-1abdf4ead

... (truncated)

Commits

Updates rubocop from 1.69.2 to 1.71.0

Release notes

Sourced from rubocop's releases.

RuboCop 1.71

New features

Bug fixes

  • #13684: Fix a false positive for Style/FrozenStringLiteralComment when using the frozen string literal magic comment in Active Admin's arb files. (@​koic)
  • #13372: Add rubocop_cache to the path given by --cache-root when pruning cache. (@​capncavedan)
  • #13257: Fix department disable/enable comments enabling the cop for the whole file even if that file is excluded by the cop. (@​earlopain)
  • #13704: Fix false positives for Lint/OutOfRangeRegexpRef when matching with match using safe navigation. (@​koic)
  • #13720: Fix false positives for Style/BlockDelimiters when using brace blocks as conditions under EnforcedStyle: semantic. (@​koic)
  • #13688: Fix false negative on Style/RedundantLineContinuation when the continuation is preceded by an interpolated string. (@​dvandersluis)
  • #13677: Fix false negative on Style/RedundantLineContinuation when the continuation is followed by a percent array. (@​dvandersluis)
  • #13692: Fix false positive in Style/RedundantLineContinuation when the ruby code ends with a commented continuation. (@​dvandersluis)
  • #13675: Fix invalid autocorrect for Style/ArrayFirstLast when calling .[] or &.[] with 0 or -1. (@​dvandersluis)
  • #13685: Fix syntax error introduced by Lint/SafeNavigationChain when adding safe navigation to an operator call inside a hash. (@​dvandersluis)
  • #13725: Fix an incorrect autocorrect for Style/IfUnlessModifier when using omitted hash values in an assignment. (@​elliottt)
  • #13667: Maintain precedence in autocorrect for Style/SoleNestedConditional. (@​tejasbubane)
  • #13679: Fix false positive for Style/RedundantLineContinuation when calling methods with fully qualified constants. (@​earlopain)
  • #13728: Fix a RuboCop error on provided glob pattern which matches directory. ([@​viralpraxis][])
  • #13693: Fix Style/ConditionalAssignment cop error on unless without else and assign_inside_condition enforced style. ([@​viralpraxis][])
  • #13669: Fix Style/FrozenStringLiteralComment cop error on unnormalized magic comment and never enforced style. ([@​viralpraxis][])
  • #13696: Update Metrics/CollectionLiteralLength to only register for [] when called on Set. (@​dvandersluis)

Changes

... (truncated)

Changelog

Sourced from rubocop's changelog.

1.71.0 (2025-01-22)

New features

Bug fixes

  • #13684: Fix a false positive for Style/FrozenStringLiteralComment when using the frozen string literal magic comment in Active Admin's arb files. ([@​koic][])
  • #13372: Add rubocop_cache to the path given by --cache-root when pruning cache. ([@​capncavedan][])
  • #13257: Fix department disable/enable comments enabling the cop for the whole file even if that file is excluded by the cop. ([@​earlopain][])
  • #13704: Fix false positives for Lint/OutOfRangeRegexpRef when matching with match using safe navigation. ([@​koic][])
  • #13720: Fix false positives for Style/BlockDelimiters when using brace blocks as conditions under EnforcedStyle: semantic. ([@​koic][])
  • #13688: Fix false negative on Style/RedundantLineContinuation when the continuation is preceded by an interpolated string. ([@​dvandersluis][])
  • #13677: Fix false negative on Style/RedundantLineContinuation when the continuation is followed by a percent array. ([@​dvandersluis][])
  • #13692: Fix false positive in Style/RedundantLineContinuation when the ruby code ends with a commented continuation. ([@​dvandersluis][])
  • #13675: Fix invalid autocorrect for Style/ArrayFirstLast when calling .[] or &.[] with 0 or -1. ([@​dvandersluis][])
  • #13685: Fix syntax error introduced by Lint/SafeNavigationChain when adding safe navigation to an operator call inside a hash. ([@​dvandersluis][])
  • #13725: Fix an incorrect autocorrect for Style/IfUnlessModifier when using omitted hash values in an assignment. ([@​elliottt][])
  • #13667: Maintain precedence in autocorrect for Style/SoleNestedConditional. ([@​tejasbubane][])
  • #13679: Fix false positive for Style/RedundantLineContinuation when calling methods with fully qualified constants. ([@​earlopain][])
  • #13728: Fix a RuboCop error on provided glob pattern which matches directory. ([@​viralpraxis][])
  • #13693: Fix Style/ConditionalAssignment cop error on unless without else and assign_inside_condition enforced style. ([@​viralpraxis][])
  • #13669: Fix Style/FrozenStringLiteralComment cop error on unnormalized magic comment and never enforced style. ([@​viralpraxis][])
  • #13696: Update Metrics/CollectionLiteralLength to only register for [] when called on Set. ([@​dvandersluis][])

Changes

1.70.0 (2025-01-10)

New features

... (truncated)

Commits
  • 6b13abb Cut 1.71
  • c923a84 Update Changelog
  • 83958cb Rename c_send to csend for consistency
  • 1f25c2c Add new InternalAffairs/OnSendWithoutOnCSend cop
  • 95f45cc [Fix #13323] Add new Lint/ArrayLiteralInRegexp cop
  • 30c4e20 Update Lint/LiteralInInterpolation to not handle array literals inside a re...
  • 7edf6d7 [Doc] Move rubocop-i18n from puppetlabs to rubocop org
  • c746991 Merge pull request #13737 from dvandersluis/fix-jruby-ci
  • b3c8061 Fix jruby CI error
  • 617fd40 Merge pull request #13734 from dvandersluis/fix-expect-offense
  • Additional commits viewable in compare view

Updates sorbet-static-and-runtime from 0.5.11742 to 0.5.11789

Release notes

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

sorbet 0.5.11788.20250129131612-e03e9376e

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11787.20250128163618-eb1e00034

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11786.20250128111029-8300fa73b

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11785.20250128095844-df49eb3e1

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11784.20250127162651-d9320f44c

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11783.20250127105326-f58dde035

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11782.20250127115655-63e1c3dc8

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11781.20250124154113-1abdf4ead

... (truncated)

Commits

Updates tapioca from 0.16.6 to 0.16.8

Release notes

Sourced from tapioca's releases.

v0.16.8

What's Changed

✨ Enhancements

🐛 Bug Fixes

Full Changelog: Shopify/tapioca@v0.16.7...v0.16.8

v0.16.7

What's Changed

🐛 Bug Fixes

New Contributors

Full Changelog: Shopify/tapioca@v0.16.6...v0.16.7

Commits
  • 91ad272 Bump version to v0.16.8
  • d150a6c Merge pull request #2135 from alex-tan/support-postgres-enum
  • 85bf9f2 Load DSL compilers and extensions ahead of time in add-on mode (#2152)
  • 7527f5b Merge pull request #2153 from Shopify/uk-relation-size-method
  • 895fe10 Merge pull request #2151 from Shopify/dependabot/bundler/minor-and-patch-6400...
  • 451fd23 Fix signature of GroupChain#size method
  • b298065 Load DSL compilers and extensions ahead of time in add-on mode
  • 2eb35dc Bump RBI files
  • 4525be8 Bump the minor-and-patch group with 4 updates
  • d90ca33 Bump version to v0.16.7
  • Additional commits viewable in compare view

Updates language_server-protocol from 3.17.0.3 to 3.17.0.4

Changelog

Sourced from language_server-protocol's changelog.

3.17.0.4

  • Add #close to Reader and Writer (#112)
Commits

Updates logger from 1.6.4 to 1.6.5

Release notes

Sourced from logger's releases.

v1.6.5

What's Changed

New Contributors

Full Changelog: ruby/logger@v1.6.4...v1.6.5

Commits
  • ef3a128 Bump up v1.6.5
  • e9af529 Merge pull request #114 from andrykonchin/ak/workaround-missing-SHARE_DELETE-...
  • 663a27f Merge pull request #113 from ruby/support-bundled-gems
  • 9f0afd8 Add workaround for TruffleRuby and do not use File::SHARE_DELETE
  • fba3ee3 Dir.glob is not working with bundled gems installation
  • b9daad7 Added lib path to in assert_in_out_err
  • b2c481c Merge pull request #111 from mark-young-atg/provide_changelog_link_on_rubygems
  • c6c64b0 Provide a 'Changelog' link on rubygems.org/gems/logger
  • 4666118 Merge pull request #109 from ruby/dependabot/github_actions/rubygems/release-...
  • b785aaa Bump rubygems/release-gem from 1.1.0 to 1.1.1
  • See full diff in compare view

Updates parser from 3.3.6.0 to 3.3.7.0

Changelog

Sourced from parser's changelog.

v3.3.7.0 (2025-01-16)

API modifications:

  • Bump maintenance branches to 3.3.7 (#1061) (Koichi ITO)
  • bump 3.4 branch, remove 3.0 from CI (EOL) (#1057) (Ilya Bylich)
  • assert that version-specific checks actually run against at least one version (#1050) (Earlopain)

Features implemented:

  • ruby34.y: reject return in singleton class (#1048) (Earlopain)

Bugs fixed:

  • Fix ruby-parse with a folder ending in .rb (#1047) (Earlopain)
Commits

Updates rbi from 0.2.2 to 0.2.4

Release notes

Sourced from rbi's releases.

v0.2.4

What's Changed

🐛 Bug Fixes

Full Changelog: Shopify/rbi@v0.2.3...v0.2.4

v0.2.3

What's Changed

🐛 Bug Fixes

🛠 Other Changes

Full Changelog: Shopify/rbi@v0.2.2...v0.2.3

Commits
  • ab7bd60 Bump version to v0.2.4
  • b16c86e Merge pull request #402 from Shopify/at-fix-parse
  • 0038e4c Do not raise unnecessarily during parsing
  • aca32f2 Merge pull request #401 from Shopify/dependabot/bundler/minor-and-patch-68795...
  • 1d90dfc Bump the minor-and-patch group across 1 directory with 3 updates
  • 993bed4 Merge pull request #389 from Shopify/dependabot/bundler/minor-and-patch-55737...
  • 9ec5a8a $ bin/style --config .rubocop.yml -a
  • 554d9a8 Bump version to v0.2.3
  • f635d47 Merge pull request #399 from Shopify/at-rbs-attr-writer
  • 5f50fe0 Fix RBS translation of attr_writer signatures
  • Additional commits viewable in compare view

Updates rubocop-ast from 1.37.0 to 1.38.0

Changelog

Sourced from rubocop-ast's changelog.

1.38.0 (2025-01-27)

New features

  • #346: Add Node#loc? to determine if a node has a given location. ([@​dvandersluis][])
  • #356: Added :any_block as an alias for :block and :numblock, use it with Node#any_block_type?. Also available in node patterns: {block numblock} can become any_block. ([@​earlopain][])

Bug fixes

Changes

  • #357: Support node groups in Node#each_descendant and similar traversal methods. ([@​earlopain][])
Commits
  • 6650bc7 Cut 1.38.0
  • 74a456c Update Changelog
  • 6f7108f Update to use Node#loc?
  • 85bfe84 Add Node#loc? to determine if a node has a given location
  • 5763d46 Add Node#any_block_type? to determine if a node is either a block or numblock
  • 6469d88 Disable InternalAffairs/LocationExpression cop
  • b8d385a Test main specs against prism as well
  • a9f7be9 [Fix #323] Fix node captures inside of ?, +, and * repetition
  • 757c3cc Support node groups in Node#each_descendant and similar traversal methods
  • 02b8d0f Remove windows-specific CI step
  • Additional commits viewable in compare view

Updates sorbet from 0.5.11742 to 0.5.11789

Release notes

Sourced from sorbet's releases.

sorbet 0.5.11788.20250129131612-e03e9376e

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11787.20250128163618-eb1e00034

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11786.20250128111029-8300fa73b

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11785.20250128095844-df49eb3e1

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11784.20250127162651-d9320f44c

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11783.20250127105326-f58dde035

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11782.20250127115655-63e1c3dc8

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11781.20250124154113-1abdf4ead

... (truncated)

Commits

Updates sorbet-static from 0.5.11742 to 0.5.11789

Release notes

Sourced from sorbet-static's releases.

sorbet 0.5.11788.20250129131612-e03e9376e

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11787.20250128163618-eb1e00034

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11786.20250128111029-8300fa73b

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11785.20250128095844-df49eb3e1

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11784.20250127162651-d9320f44c

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11783.20250127105326-f58dde035

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11782.20250127115655-63e1c3dc8

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11781.20250124154113-1abdf4ead

... (truncated)

Commits

Updates spoom from 1.5.0 to 1.5.2

Release notes

Sourced from spoom's releases.

v1.5.2

What's Changed

🐛 Bug Fixes

New Contributors

Full Changelog: Shopify/spoom@v1.5.1...v1.5.2

v1.5.1

What's Changed

✨ Enhancements

🐛 Bug Fixes

Full Changelog: Shopify/spoom@v1.5.0...v1.5.1

Commits
  • fbe1841 Bump version to v1.5.2
  • 8b8f31e Merge pull request #629 from rzane/add-rbi-dep
  • db35b34 Spoom depends on RBI
  • 14cf504 Merge pull request #630 from Shopify/dependabot/bundler/minor-and-patch-46c00...
  • 6ee27cb Bump the minor-and-patch group with 2 updates
  • 10a69d3 Bump version to v1.5.1
  • fea721e Merge pull request #628 from Shopify/at-fix-rbs
  • 86c07cc Handle final and allow_incompatible annotations during RBS translation
  • ff9c5c5 Update RBIs
  • aec7f01 Bump rbi to v0.2.3
  • Additional commits viewable in compare view

Updates tilt from 2.5.0 to 2.6.0

Changelog

Sourced from tilt's changelog.

2.6.0 (2025-01-13)

  • Support :compiled_path option, needed for compiled paths when using :scope_class and fixed locals (jeremyevans)
  • Support :scope_class option to force a specific scope class, instead of using the class of the provided scope (jeremyevans)
  • Support fallback fixed locals for templates without extracted locals via :default_fixed_locals option (jeremyevans)
  • Add Tilt.extract_fixed_locals accessor for enabling :extract_fixed_locals globally (jeremyevans)
  • Support embedded fixed locals for templates via magic comments via :extract_fixed_locals option (jeremyevans)
  • Support fixed locals for templates via :fixed_locals option (jeremyevans)
Commits
  • b493f24 Bump version to 2.6.0
  • 1f8e01f Document :scope_class option in README
  • cc4f43c Simplify template cache key when using :scope_class option without fixed locals
  • 0134c33 Support :compiled_path option, needed for compiled paths when using :scope_cl...
  • 865c729 Drop JRuby 9.1-9.3 CI

…pdates

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

| Package | From | To |
| --- | --- | --- |
| [puma](https://github.com/puma/puma) | `6.5.0` | `6.6.0` |
| [sorbet-runtime](https://github.com/sorbet/sorbet) | `0.5.11742` | `0.5.11789` |
| [rubocop](https://github.com/rubocop/rubocop) | `1.69.2` | `1.71.0` |
| [tapioca](https://github.com/Shopify/tapioca) | `0.16.6` | `0.16.8` |
| [logger](https://github.com/ruby/logger) | `1.6.4` | `1.6.5` |
| [tilt](https://github.com/jeremyevans/tilt) | `2.5.0` | `2.6.0` |



Updates `puma` from 6.5.0 to 6.6.0
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](puma/puma@v6.5.0...v6.6.0)

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

Updates `rubocop` from 1.69.2 to 1.71.0
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.69.2...v1.71.0)

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

Updates `tapioca` from 0.16.6 to 0.16.8
- [Release notes](https://github.com/Shopify/tapioca/releases)
- [Commits](Shopify/tapioca@v0.16.6...v0.16.8)

Updates `language_server-protocol` from 3.17.0.3 to 3.17.0.4
- [Changelog](https://github.com/mtsmfm/language_server-protocol-ruby/blob/main/CHANGELOG.md)
- [Commits](mtsmfm/language_server-protocol-ruby@v3.17.0.3...v3.17.0.4)

Updates `logger` from 1.6.4 to 1.6.5
- [Release notes](https://github.com/ruby/logger/releases)
- [Commits](ruby/logger@v1.6.4...v1.6.5)

Updates `parser` from 3.3.6.0 to 3.3.7.0
- [Changelog](https://github.com/whitequark/parser/blob/master/CHANGELOG.md)
- [Commits](whitequark/parser@v3.3.6.0...v3.3.7.0)

Updates `rbi` from 0.2.2 to 0.2.4
- [Release notes](https://github.com/Shopify/rbi/releases)
- [Commits](Shopify/rbi@v0.2.2...v0.2.4)

Updates `rubocop-ast` from 1.37.0 to 1.38.0
- [Release notes](https://github.com/rubocop/rubocop-ast/releases)
- [Changelog](https://github.com/rubocop/rubocop-ast/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-ast@v1.37.0...v1.38.0)

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

Updates `sorbet-static` from 0.5.11742 to 0.5.11789
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

Updates `spoom` from 1.5.0 to 1.5.2
- [Release notes](https://github.com/Shopify/spoom/releases)
- [Commits](Shopify/spoom@v1.5.0...v1.5.2)

Updates `tilt` from 2.5.0 to 2.6.0
- [Changelog](https://github.com/jeremyevans/tilt/blob/master/CHANGELOG.md)
- [Commits](jeremyevans/tilt@v2.5.0...v2.6.0)

Updates `unicode-display_width` from 3.1.3 to 3.1.4
- [Changelog](https://github.com/janlelis/unicode-display_width/blob/main/CHANGELOG.md)
- [Commits](janlelis/unicode-display_width@v3.1.3...v3.1.4)

---
updated-dependencies:
- dependency-name: puma
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: sorbet-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: rubocop
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: sorbet-static-and-runtime
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: tapioca
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: language_server-protocol
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: logger
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: parser
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: rbi
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: rubocop-ast
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: sorbet
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: sorbet-static
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: spoom
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: tilt
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: unicode-display_width
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants