Skip to content

build(deps): bump the bundler group across 2 directories with 8 updates#21783

Merged
ZhongRuoyu merged 3 commits intomainfrom
dependabot/bundler/Library/Homebrew/bundler-3307eab8df
Mar 20, 2026
Merged

build(deps): bump the bundler group across 2 directories with 8 updates#21783
ZhongRuoyu merged 3 commits intomainfrom
dependabot/bundler/Library/Homebrew/bundler-3307eab8df

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 20, 2026

Bumps the bundler group with 3 updates in the /Library/Homebrew directory: rubocop-ast, sorbet-static-and-runtime and ruby-lsp.
Bumps the bundler group with 1 update in the /docs directory: sass-embedded.

Updates rubocop-ast from 1.49.0 to 1.49.1

Changelog

Sourced from rubocop-ast's changelog.

1.49.1 (2026-03-11)

Bug fixes

  • #399: Fix unification variables not persisting in any-order nodes. ([@​marcandre][])
Commits

Updates sorbet-static-and-runtime from 0.6.12997 to 0.6.13023

Release notes

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

sorbet 0.6.13022.20260312180843-6f0ea1402

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.13021.20260312133523-fd325a603

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.13020.20260312092927-67b867fc3

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.13019.20260312111134-2aaa658b9

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.13018.20260312104519-5e18c735b

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.13017.20260312075647-203278b94

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.13016.20260311185148-724f729bc

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.13015.20260311151920-0635a4554

... (truncated)

Commits

Updates ruby-lsp from 0.26.7 to 0.26.8

Release notes

Sourced from ruby-lsp's releases.

v0.26.8

🐛 Bug Fixes

📦 Other Changes

Commits
  • 177fb2e Bump version to v0.26.8
  • 4d49bc3 Ensure bundle is re-composed when CLI arguments change (#3987)
  • ad931b9 Suppress version manager environment errors from extension telemetry (#4003)
  • a2a7d90 Ensure the original CLI arguments are used when updating (#3986)
  • e93f043 Merge pull request #3999 from Shopify/dependabot/github_actions/actions/setup...
  • c188dc3 Suppress missing Ruby version errors from extension telemetry (#3996)
  • 46e55e4 Suppress Bundler::InstallError from telemetry (#3994)
  • 619f1cf Merge pull request #4001 from Shopify/dependabot/npm_and_yarn/vscode/minor-an...
  • cab4e72 Merge pull request #4000 from Shopify/dependabot/github_actions/ruby/setup-ru...
  • ae999a4 Merge pull request #3998 from Shopify/dependabot/submodules/test/fixtures/pri...
  • Additional commits viewable in compare view

Updates sorbet-runtime from 0.6.12997 to 0.6.13023

Release notes

Sourced from sorbet-runtime's releases.

sorbet 0.6.13022.20260312180843-6f0ea1402

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.13021.20260312133523-fd325a603

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.13020.20260312092927-67b867fc3

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.13019.20260312111134-2aaa658b9

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.13018.20260312104519-5e18c735b

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.13017.20260312075647-203278b94

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.13016.20260311185148-724f729bc

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.13015.20260311151920-0635a4554

... (truncated)

Commits

Updates rbs from 4.0.0.dev.5 to 4.0.1.dev.2

Release notes

Sourced from rbs's releases.

4.0.0

Release note

RBS 4.0 ships with experimental RBS inline syntax support, allowing you to write type annotations directly in Ruby source files. See https://github.com/ruby/rbs/blob/HEAD/docs/inline.md for the syntax details.

class Calculator
  # @rbs (Integer, Integer) -> Integer
  def add(a, b) = a + b
end

Note: RBS inline is still experimental and may change in future releases.

This release also introduces two language changes: type argument support for singleton types (singleton(T)[S]) mainly for Sorbet integration, and generic type parameter lower bounds (T < S).

Signature updates

Updated classes/modules/methods: Addrinfo, Array, BasicObject, BigDecimal, Binding, CGI, Comparable, Complex, Digest::SHA2, Encoding::Converter, Enumerable, Enumerator, Enumerator::ArithmeticSequence, Enumerator::Lazy, Fiber, File, FileUtils, Float, Hash, IO, IO::TimeoutError, Integer, JSON, Kernel, Kconv, Math, Method, Minitest, Module, Numeric, ObjectSpace, Open3, OpenURI, OptionParser, PStore, Pathname, Proc, Process::Status, Psych, Ractor, Random, Random::Formatter, Range, Rational, RBS::Unnamed::TopLevelSelfClass, Ripper::Lexer::Elem, Ruby, RubyVM, SecureRandom, Set, Socket, String, StringScanner, TCPSocket, Thread, URI, URI::Generic, Zlib::GzipReader, Zlib::GzipWriter

  • Remove deprecated types (#2880)
  • Add type RBS::Unnamed::TopLevelSelfClass to core (#2362)
  • Graduate bundled gems from Ruby v4.0 (#2852)
  • stdlib: Add missing Psych methods and exception classes (#2850)
  • Add variants with positional argument to Hash#transform_keys (#2848)
  • add extra kwarg options for File#initialize and derivatives (#2798)
  • pstore: fixes types, treat it as a collection (#2806)
  • Add signatures for {Module,Proc}#ruby2_keywords (#2805)
  • Make Zlib::GzipWriter.new level and strategy parameters optional (#2810)
  • URI.(s) does string coercion (#2825)
  • Fix String#append_as_bytes to accept Integer (#2817)
  • [Comparable] Add in Comparable::_CompareToZero (#2697)
  • [Kernel] Add Kernel.trace_var and Kernel.untrace_var (#2682)
  • Add signature for Module#method_undefined (#2804)
  • Fix Zlib::GzipWriter signatures (#2803)
  • GzipWriter#initialize only takes 1 required positional arg (#2799)
  • Fix accessibility of method in Module (#2802)
  • Graduate kconv (#2794)
  • Fix test related to pathname (#2789)
  • Split pathname to core and stdlib (#2777)
  • [Kernel] Narrow caller_locations (#2745)
  • Ruby 4.1 changed source_location type (#2784)
  • Remove ObjectSpace.count_nodes (#2779)
  • Support selector for String#strip family. (#2775)
  • Add Ruby, Array#find, and Array#rfind (#2767)
  • Update minitest (#2761)
  • Support BigDecimal v4 (#2758)
  • Update rdoc and comments (#2733)
  • Update cgi and cgi/escape type definitions (#2728)
  • Update RBS files for Ruby 4 (#2731)

... (truncated)

Changelog

Sourced from rbs's changelog.

CHANGELOG

4.0.0 (2026-03-16)

RBS 4.0 ships with experimental RBS inline syntax support, allowing you to write type annotations directly in Ruby source files. See https://github.com/ruby/rbs/blob/master/docs/inline.md for the syntax details.

class Calculator
  # @rbs (Integer, Integer) -> Integer
  def add(a, b) = a + b
end

Note: RBS inline is still experimental and may change in future releases.

This release also introduces two language changes: type argument support for singleton types (singleton(T)[S]) mainly for Sorbet integration, and generic type parameter lower bounds (T < S).

Signature updates

Updated classes/modules/methods: Addrinfo, Array, BasicObject, BigDecimal, Binding, CGI, Comparable, Complex, Digest::SHA2, Encoding::Converter, Enumerable, Enumerator, Enumerator::ArithmeticSequence, Enumerator::Lazy, Fiber, File, FileUtils, Float, Hash, IO, IO::TimeoutError, Integer, JSON, Kernel, Kconv, Math, Method, Minitest, Module, Numeric, ObjectSpace, Open3, OpenURI, OptionParser, PStore, Pathname, Proc, Process::Status, Psych, Ractor, Random, Random::Formatter, Range, Rational, RBS::Unnamed::TopLevelSelfClass, Ripper::Lexer::Elem, Ruby, RubyVM, SecureRandom, Set, Socket, String, StringScanner, TCPSocket, Thread, URI, URI::Generic, Zlib::GzipReader, Zlib::GzipWriter

  • Remove deprecated types (#2880)
  • Add type RBS::Unnamed::TopLevelSelfClass to core (#2362)
  • Graduate bundled gems from Ruby v4.0 (#2852)
  • stdlib: Add missing Psych methods and exception classes (#2850)
  • Add variants with positional argument to Hash#transform_keys (#2848)
  • add extra kwarg options for File#initialize and derivatives (#2798)
  • pstore: fixes types, treat it as a collection (#2806)
  • Add signatures for {Module,Proc}#ruby2_keywords (#2805)
  • Make Zlib::GzipWriter.new level and strategy parameters optional (#2810)
  • URI.(s) does string coercion (#2825)
  • Fix String#append_as_bytes to accept Integer (#2817)
  • [Comparable] Add in Comparable::_CompareToZero (#2697)
  • [Kernel] Add Kernel.trace_var and Kernel.untrace_var (#2682)
  • Add signature for Module#method_undefined (#2804)
  • Fix Zlib::GzipWriter signatures (#2803)
  • GzipWriter#initialize only takes 1 required positional arg (#2799)
  • Fix accessibility of method in Module (#2802)
  • Graduate kconv (#2794)
  • Fix test related to pathname (#2789)
  • Split pathname to core and stdlib (#2777)
  • [Kernel] Narrow caller_locations (#2745)
  • Ruby 4.1 changed source_location type (#2784)
  • Remove ObjectSpace.count_nodes (#2779)
  • Support selector for String#strip family. (#2775)
  • Add Ruby, Array#find, and Array#rfind (#2767)
  • Update minitest (#2761)
  • Support BigDecimal v4 (#2758)
  • Update rdoc and comments (#2733)
  • Update cgi and cgi/escape type definitions (#2728)

... (truncated)

Commits

Updates sorbet from 0.6.12997 to 0.6.13023

Release notes

Sourced from sorbet's releases.

sorbet 0.6.13022.20260312180843-6f0ea1402

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.13021.20260312133523-fd325a603

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.13020.20260312092927-67b867fc3

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.13019.20260312111134-2aaa658b9

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.13018.20260312104519-5e18c735b

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.13017.20260312075647-203278b94

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.13016.20260311185148-724f729bc

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.13015.20260311151920-0635a4554

... (truncated)

Commits

Updates sorbet-static from 0.6.12997 to 0.6.13023

Release notes

Sourced from sorbet-static's releases.

sorbet 0.6.13022.20260312180843-6f0ea1402

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.13021.20260312133523-fd325a603

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.13020.20260312092927-67b867fc3

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.13019.20260312111134-2aaa658b9

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.13018.20260312104519-5e18c735b

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.13017.20260312075647-203278b94

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.13016.20260311185148-724f729bc

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.13015.20260311151920-0635a4554

... (truncated)

Commits

Updates sass-embedded from 1.97.3 to 1.98.0

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 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 bundler group with 3 updates in the /Library/Homebrew directory: [rubocop-ast](https://github.com/rubocop/rubocop-ast), [sorbet-static-and-runtime](https://github.com/sorbet/sorbet) and [ruby-lsp](https://github.com/Shopify/ruby-lsp).
Bumps the bundler group with 1 update in the /docs directory: [sass-embedded](https://github.com/sass-contrib/sass-embedded-host-ruby).


Updates `rubocop-ast` from 1.49.0 to 1.49.1
- [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.49.0...v1.49.1)

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

Updates `ruby-lsp` from 0.26.7 to 0.26.8
- [Release notes](https://github.com/Shopify/ruby-lsp/releases)
- [Commits](Shopify/ruby-lsp@v0.26.7...v0.26.8)

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

Updates `rbs` from 4.0.0.dev.5 to 4.0.1.dev.2
- [Release notes](https://github.com/ruby/rbs/releases)
- [Changelog](https://github.com/ruby/rbs/blob/master/CHANGELOG.md)
- [Commits](ruby/rbs@v4.0.0.dev.5...v4.0.1.dev.2)

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

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

Updates `sass-embedded` from 1.97.3 to 1.98.0
- [Commits](sass-contrib/sass-embedded-host-ruby@v1.97.3...v1.98.0)

---
updated-dependencies:
- dependency-name: rubocop-ast
  dependency-version: 1.49.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: bundler
- dependency-name: sorbet-static-and-runtime
  dependency-version: 0.6.13023
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: bundler
- dependency-name: ruby-lsp
  dependency-version: 0.26.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: bundler
- dependency-name: sorbet-runtime
  dependency-version: 0.6.13023
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bundler
- dependency-name: rbs
  dependency-version: 4.0.1.dev.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler
- dependency-name: sorbet
  dependency-version: 0.6.13023
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler
- dependency-name: sorbet-static
  dependency-version: 0.6.13023
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler
- dependency-name: sass-embedded
  dependency-version: 1.98.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: bundler
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Bumping Gemfile dependencies ruby Pull requests that update Ruby code labels Mar 20, 2026
@ZhongRuoyu ZhongRuoyu enabled auto-merge March 20, 2026 08:29
@ZhongRuoyu ZhongRuoyu added this pull request to the merge queue Mar 20, 2026
Merged via the queue into main with commit d9f0d64 Mar 20, 2026
42 of 43 checks passed
@ZhongRuoyu ZhongRuoyu deleted the dependabot/bundler/Library/Homebrew/bundler-3307eab8df branch March 20, 2026 09:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Bumping Gemfile dependencies ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants