Skip to content

Commit 57c710d

Browse files
authored
Merge pull request #230554 from Homebrew/bump-ruby-lsp-0.26.0
ruby-lsp 0.26.0
2 parents a88ab9e + 35f0246 commit 57c710d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/r/ruby-lsp.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
class RubyLsp < Formula
22
desc "Opinionated language server for Ruby"
33
homepage "https://shopify.github.io/ruby-lsp"
4-
url "https://github.com/Shopify/ruby-lsp/archive/refs/tags/v0.25.0.tar.gz"
5-
sha256 "6625c6f80c15b9118c5734d29cb364b4ac955871e584ff42cc9e67ba1c37ffd4"
4+
url "https://github.com/Shopify/ruby-lsp/archive/refs/tags/v0.26.0.tar.gz"
5+
sha256 "5e08ddae38f249bca468f6df9ce157876064809919980ed9343e7a6ac8cf89bd"
66
license "MIT"
77
head "https://github.com/Shopify/ruby-lsp.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any, arm64_sequoia: "1d47d3cb8a209856d4fd762eb93c8a4491449e038d0f73796485572f5e424a04"
11-
sha256 cellar: :any, arm64_sonoma: "c4e66c5a4f1097422214a40e8c4a8172510ed0af63c1cfe6b9428f41ef4f9771"
12-
sha256 cellar: :any, arm64_ventura: "5186a86f59a9c7bfb8dcd822ca1106278529c4e1dc6752ec1db3168c02b95c0f"
13-
sha256 cellar: :any, sonoma: "411dcf278cbfa1efb9cf8cd4a08737681dde2ba123a4305d21b4b22fb0994a95"
14-
sha256 cellar: :any, ventura: "310e1231f581fc24f0d1da32a6d4b18d784aa1f8bc8db4c7a6bb0a158d3d3e72"
15-
sha256 cellar: :any_skip_relocation, arm64_linux: "1c01257fb8dfbbe3a9e8078e5aae597c2bdbeeaeb5a33fd730dd5675e85065ac"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "c1394811197073c75ee1d25f12b91a86041f1e47e049bd5eebc577acaecf6f4f"
10+
sha256 cellar: :any, arm64_sequoia: "12029d5ed5aa76add4d31141c21624297c6e17ed98f00c7aba3c1bb850eb20d0"
11+
sha256 cellar: :any, arm64_sonoma: "65cae1e85e7523d0e364481fc7026d122fba23e58d3f8c79159263b41cfb43b3"
12+
sha256 cellar: :any, arm64_ventura: "631eb6e984441fc1d8c7d103e1bda4a0a87ad2dc94e418c98c34c26917264772"
13+
sha256 cellar: :any, sonoma: "bbf04ac30fc86ffc8fa768dc8d198d3164a3cd6a85a794e12084356d946de279"
14+
sha256 cellar: :any, ventura: "a48c45aa5c5f8ee26a4dff1b54985962fdedc87c3a06eb01ec81bb5f54eca797"
15+
sha256 cellar: :any_skip_relocation, arm64_linux: "a241769d8428e62197e4009ec9bbe02206abbc75d83793e776fac867d79b6f31"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "34f94a1c77d6fc323e92061f1829457baf487d849875590bb0e2aa5d76f405a5"
1717
end
1818

1919
depends_on "ruby"

0 commit comments

Comments
 (0)