ruby@2.2: downgrade gem to 2.6.14
This commit is contained in:
parent
c0bef9edbd
commit
eaf0125f34
1 changed files with 3 additions and 2 deletions
|
@ -3,6 +3,7 @@ class RubyAT22 < Formula
|
|||
homepage "https://www.ruby-lang.org/"
|
||||
url "https://cache.ruby-lang.org/pub/ruby/2.2/ruby-2.2.9.tar.xz"
|
||||
sha256 "313b44b1105589d00bb30b9cccf7da44d263fe20a2d8d269ada536d4a7ef285c"
|
||||
revision 1
|
||||
|
||||
bottle do
|
||||
sha256 "bbb0ec366709fd53fc067c2bba714835e333b3ed9c1bc9dc2f887b83a31a5800" => :high_sierra
|
||||
|
@ -29,8 +30,8 @@ class RubyAT22 < Formula
|
|||
# but a revision bump should not be forced every update
|
||||
# unless there are security fixes in that Rubygems release.
|
||||
resource "rubygems" do
|
||||
url "https://rubygems.org/rubygems/rubygems-2.7.3.tgz"
|
||||
sha256 "cf234e4f1ffeb7cad951f2f87cd426132c6106bb6e303073c4bc9eaae6b3400b"
|
||||
url "https://rubygems.org/rubygems/rubygems-2.6.14.tgz"
|
||||
sha256 "406a45d258707f52241843e9c7902bbdcf00e7edc3e88cdb79c46659b47851ec"
|
||||
end
|
||||
|
||||
def program_suffix
|
||||
|
|
Loading…
Reference in a new issue