Skip to content

Commit

Permalink
Revert "Unit-ruby: depend on ruby@3."
Browse files Browse the repository at this point in the history
This reverts commit b495e9b.

This is wrong, and does not fix the underlying issue.
  • Loading branch information
thresheek committed Feb 27, 2024
1 parent 8f3396c commit 363340b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/unit-ruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class UnitRuby < Formula
head "https://github.com/nginx/unit.git", branch: "master"

depends_on "openssl"
depends_on "ruby@3"
depends_on "ruby"
depends_on "[email protected]"

def install
Expand Down

0 comments on commit 363340b

Please sign in to comment.