ruby: Update tree-sitter grammar for the Ruby language (#16892)

Closes [#7776](https://github.com/zed-industries/zed/issues/7776)

Hi, this pull request updates the tree-sitter grammar for the Ruby
language.

The changes between two version do not have any breaking change:
dc2d7d6b50..7dbc1e2d0e

Release Notes:

- N/A
This commit is contained in:
Vitaly Slobodin 2024-08-26 18:44:04 +02:00 committed by GitHub
parent 5f6726acc0
commit 4c7c8b005d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,7 +20,7 @@ languages = ["Ruby"]
[grammars.ruby]
repository = "https://github.com/tree-sitter/tree-sitter-ruby"
commit = "dc2d7d6b50f9975bc3c35bbec0ba11b2617b736b"
commit = "7dbc1e2d0e2d752577655881f73b4573f3fe85d4"
[grammars.embedded_template]
repository = "https://github.com/tree-sitter/tree-sitter-embedded-template"