This repository was archived by the owner on Sep 30, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ class PortableRuby < PortableFormula
77 url "https://cache.ruby-lang.org/pub/ruby/2.6/ruby-2.6.3.tar.bz2"
88 mirror "http://cache.ruby-lang.org/pub/ruby/2.6/ruby-2.6.3.tar.bz2"
99 sha256 "dd638bf42059182c1d04af0d5577131d4ce70b79105231c4cc0a60de77b14f2e"
10- revision 1
10+ revision 2
1111
1212 bottle do
1313 cellar :any_skip_relocation
14- sha256 "be48eade040e13e0e572300ba59cf43d5750f53a4f35d2051966a0194e3c0ab2 " => :yosemite
15- sha256 "f5731ca80497c31ab1171ece4102e2104d9b6cd31aa7b35926e80829d4b0ce29 " => :x86_64_linux
14+ sha256 "b065e5e3783954f3e65d8d3a6377ca51649bfcfa21b356b0dd70490f74c6bd86 " => :yosemite
15+ sha256 "97e639a64dcec285392b53ad804b5334c324f1d2a8bdc2b5087b8bf8051e332f " => :x86_64_linux
1616 end
1717
1818 depends_on "pkg-config" => :build
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Just `brew install homebrew/portable-ruby/<formula>`.
1010
1111### macOS
1212
13- Run ` brew portable-package ruby ` inside an OS X 10.9 VM (so it is compatible with all working Homebrew macOS versions).
13+ Run ` brew portable-package ruby ` inside an OS X 10.10 VM (so it is compatible with all working Homebrew macOS versions).
1414
1515### Linux
1616
You can’t perform that action at this time.
0 commit comments