Skip to content

Commit

Permalink
Merge pull request #366 from Shopify/release_2_15_3_of_shopify-cli
Browse files Browse the repository at this point in the history
Update Shopify CLI to 2.15.3
  • Loading branch information
Hanna Chen authored Apr 7, 2022
2 parents 5d718e9 + 0caf512 commit 1c3cb29
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions shopify-cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ def clear_cache
include RubyBin

url "shopify-cli", using: RubyGemsDownloadStrategy
version "2.15.2"
sha256 "9cb2302f69c77f19ebee2306d05f6511be78434c0dcd38e0aaf0b49fd3cccec9"
version "2.15.3"
sha256 "c0e34fde161a303f2eb3d647bffc93701e8412c1ba8e3d59fdd3801251e8d4ba"
depends_on "ruby"
depends_on "git"

Expand Down Expand Up @@ -98,6 +98,7 @@ def install
(bin + file.basename).open("w") do |f|
f << <<~RUBY
#!#{ruby_bin}/ruby --disable-gems
ENV['ORIGINAL_ENV']=ENV.to_h.to_json
ENV['GEM_HOME']="#{prefix}"
ENV['GEM_PATH']="#{prefix}"
ENV['RUBY_BINDIR']="#{ruby_bin}/"
Expand All @@ -107,4 +108,4 @@ def install
RUBY
end
end
end
end

0 comments on commit 1c3cb29

Please sign in to comment.