diff --git a/Cargo.lock b/Cargo.lock index 3cc93c2a..c777a768 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5169,7 +5169,7 @@ dependencies = [ [[package]] name = "tree-sitter-ruby" version = "0.19.0" -source = "git+https://github.com/Liberatys/tree-sitter-ruby.git?branch=chore/allow-range-of-tree-sitter#26086eeb072266abf51273af631a2cb62d0fd1e8" +source = "git+https://github.com/tree-sitter/tree-sitter-ruby.git?rev=656abef#656abef0645caea793e33c1c773570722463e1d8" dependencies = [ "cc", "tree-sitter", diff --git a/lapce-core/Cargo.toml b/lapce-core/Cargo.toml index cd4e4fd1..5390746e 100644 --- a/lapce-core/Cargo.toml +++ b/lapce-core/Cargo.toml @@ -29,7 +29,7 @@ tree-sitter-python = { version = "0.20.1", optional = true } tree-sitter-toml = { version = "0.20.0", optional = true } tree-sitter-elixir = { git = "https://github.com/elixir-lang/tree-sitter-elixir.git", version = "0.19.0", optional = true } tree-sitter-php = { git = "https://github.com/tree-sitter/tree-sitter-php.git", version = "0.19.1", optional = true } -tree-sitter-ruby = { git = "https://github.com/Liberatys/tree-sitter-ruby.git", branch = "chore/allow-range-of-tree-sitter", optional = true } +tree-sitter-ruby = { git = "https://github.com/tree-sitter/tree-sitter-ruby.git", rev = "656abef", optional = true } tree-sitter-c = { version = "0.20.1", optional = true } tree-sitter-cpp = { version = "0.20.0", optional = true } # new version cannot be published on crates.io - https://github.com/tree-sitter/tree-sitter-json/issues/21