Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
Drop 3.0 from the formula
Browse files Browse the repository at this point in the history
  • Loading branch information
pepicrft committed Mar 2, 2022
1 parent 40ca808 commit 0465a3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packaging/homebrew/shopify-cli.base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
class ShopifyCli < Formula
module RubyBin
def ruby_bin
Formula["ruby@3.0"].opt_bin
Formula["ruby"].opt_bin
end
end

Expand Down Expand Up @@ -55,7 +55,7 @@ def clear_cache
url "shopify-cli", using: RubyGemsDownloadStrategy
version "SHOPIFY_CLI_VERSION"
sha256 "SHOPIFY_CLI_GEM_CHECKSUM"
depends_on "ruby@3.0"
depends_on "ruby"
depends_on "git"

def install
Expand Down

0 comments on commit 0465a3f

Please sign in to comment.