Skip to content

Commit

Permalink
Merge pull request #209310 from Homebrew/bump-solargraph-0.52.0
Browse files Browse the repository at this point in the history
solargraph 0.52.0
  • Loading branch information
BrewTestBot authored Mar 1, 2025
2 parents 7a86a96 + 4938c25 commit 04178fc
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/s/solargraph.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ class Solargraph < Formula
homepage "https://solargraph.org"
# Must be git, because solargraph.gemspec uses git ls-files
url "https://github.com/castwide/solargraph.git",
tag: "v0.51.2",
revision: "f86dc1c908e8e54e665accb8531c1f535e3b0d87"
tag: "v0.52.0",
revision: "1ba47849f81813428b4144ff8320b59d5277a378"
license "MIT"

bottle do
sha256 cellar: :any, arm64_sequoia: "055dfb6268fa93c530c653e78393504356b9c6dc137cd5ac73e44895d6006c3c"
sha256 cellar: :any, arm64_sonoma: "b63ac5d5c7e5948c1d588f4713dbb4671a72b1ca18f3b49cb0bf23d750d681d1"
sha256 cellar: :any, arm64_ventura: "06860f84eb44f9addca3e61aec95904c4766186a3624daa5711a3c2da0b6dc2a"
sha256 cellar: :any, sonoma: "51bba6b6f255c9630b211bca622357f8be953b555d14487f1654e4645b8bf5a7"
sha256 cellar: :any, ventura: "97af4d64cdd227870688e78f85daeea4f548d41c1b1b3c4e9ad5ba6cd6d45aad"
sha256 cellar: :any_skip_relocation, x86_64_linux: "b083fa6cae88dcd1109efe0c920dbb5834a93d013bf89f21655ba7dfae4cedc3"
sha256 cellar: :any, arm64_sequoia: "43f48accdfccc507fe348fd63f1052d0de029bf4895330c0ba07b578be130b2a"
sha256 cellar: :any, arm64_sonoma: "be92cbb5c33820cc74fa52a4378cbb1aa1a4b9fd42f9e553034cd255ceba93cf"
sha256 cellar: :any, arm64_ventura: "0300f2bf1af3e8e3a5abd88ffe6be107d9707f4fbc9ea319f6a104340d2cd03d"
sha256 cellar: :any, sonoma: "766da144671b0e3051254b616697c818ee64872135f7aefcff3358ca6a089f6a"
sha256 cellar: :any, ventura: "0faf97bec7311e2640b1005864bd1f401dcdb992333947013dbccbe48306fba4"
sha256 cellar: :any_skip_relocation, x86_64_linux: "f2ed1766c1e719f4631c2602aab068045259588d92bce0a4c5a00a3b0b16cacc"
end

depends_on "ruby" # Requires >= Ruby 2.7
Expand Down

0 comments on commit 04178fc

Please sign in to comment.