summaryrefslogtreecommitdiff
path: root/config/software/ruby.rb
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2020-10-13 10:13:10 +1000
committerEvan Read <eread@gitlab.com>2020-10-14 10:39:19 +1000
commit9c02ffe7667d544ef0341ecaa93422e3c6f364ac (patch)
tree0df3a1608c4f3ca62fb6cb8d84b9ddec8642c69e /config/software/ruby.rb
parent116564275ee66e7ff51a58bc056127498b4c22bf (diff)
Set Go to 1.15.2 and Ruby to 2.7.2
Diffstat (limited to 'config/software/ruby.rb')
-rw-r--r--config/software/ruby.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/software/ruby.rb b/config/software/ruby.rb
index 316a342..0c81646 100644
--- a/config/software/ruby.rb
+++ b/config/software/ruby.rb
@@ -7,14 +7,14 @@ license_file "BSDL"
license_file "COPYING"
license_file "LEGAL"
-default_version "2.7.1"
+default_version "2.7.2"
dependency "libffi"
dependency "libyaml"
dependency "openssl"
dependency "zlib"
-source url: "https://cache.ruby-lang.org/pub/ruby/#{version.match(/^(\d+\.\d+)/)[0]}/ruby-#{version}.tar.gz", sha256: "d418483bdd0000576c1370571121a6eb24582116db0b7bb2005e90e250eae418"
+source url: "https://cache.ruby-lang.org/pub/ruby/#{version.match(/^(\d+\.\d+)/)[0]}/ruby-#{version}.tar.gz", sha256: "6e5706d0d4ee4e1e2f883db9d768586b4d06567debea353c796ec45e8321c3d4"
relative_path "ruby-#{version}"
embedded_dir = "#{install_dir}/embedded"