From 555fb79c4d10976dbf6bf447c0510d0abcd799ca Mon Sep 17 00:00:00 2001 From: Lars Kanis Date: Wed, 2 Oct 2019 07:29:01 +0200 Subject: [PATCH] Update to ruby-2.4.9 --- CHANGELOG-2.4.md | 4 ++-- appveyor.yml | 4 ++-- packages/ri-msys/Rakefile | 2 +- packages/ri/Rakefile | 2 +- ...nstaller-2.4.8-x64.files => rubyinstaller-2.4.9-x64.files} | 0 ...nstaller-2.4.8-x86.files => rubyinstaller-2.4.9-x86.files} | 0 .../{rubyinstaller-2.4.8.files => rubyinstaller-2.4.9.files} | 0 7 files changed, 6 insertions(+), 6 deletions(-) rename recipes/sandbox/{rubyinstaller-2.4.8-x64.files => rubyinstaller-2.4.9-x64.files} (100%) rename recipes/sandbox/{rubyinstaller-2.4.8-x86.files => rubyinstaller-2.4.9-x86.files} (100%) rename recipes/sandbox/{rubyinstaller-2.4.8.files => rubyinstaller-2.4.9.files} (100%) diff --git a/CHANGELOG-2.4.md b/CHANGELOG-2.4.md index d5c49eede..d6765ed5b 100644 --- a/CHANGELOG-2.4.md +++ b/CHANGELOG-2.4.md @@ -1,7 +1,7 @@ -## RubyInstaller-2.4.8-1 - 2019-10-02 +## RubyInstaller-2.4.9-1 - 2019-10-02 ### Changed -- Update to ruby-2.4.8, see [release notes](https://www.ruby-lang.org/en/news/2019/10/01/ruby-2-4-8-released/). +- Update to ruby-2.4.9, see [release notes](https://www.ruby-lang.org/en/news/2019/10/02/ruby-2-4-9-released/). - Fix code signatures of installer executables. They were invalid at the 2.4.7-1 release. - Update to OpenSSL-1.0.2t . diff --git a/appveyor.yml b/appveyor.yml index 5ef238dd2..9f6f958bc 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -96,7 +96,7 @@ environment: MSYSTEM: "MINGW64" run_ruby_spec: true - - target_ruby: "2.4.8" + - target_ruby: "2.4.9" arch: "x86" build_ruby: "22" MINGW_PACKAGE_PREFIX: "mingw-w64-i686" @@ -117,7 +117,7 @@ environment: MSYSTEM: "MINGW32" run_ruby_spec: true - - target_ruby: "2.4.8" + - target_ruby: "2.4.9" arch: "x64" build_ruby: "23" MINGW_PACKAGE_PREFIX: "mingw-w64-x86_64" diff --git a/packages/ri-msys/Rakefile b/packages/ri-msys/Rakefile index 74fa17164..d4eadc172 100644 --- a/packages/ri-msys/Rakefile +++ b/packages/ri-msys/Rakefile @@ -42,7 +42,7 @@ end ovl_glob('recipes/*/task.rake').each{|f| load(ovl_expand_file(f)) } ruby_arch_packages = %w[x64 x86].map do |arch| - %w[2.4.8-1 2.5.7-1 2.6.5-1 head].map do |packagever| + %w[2.4.9-1 2.5.7-1 2.6.5-1 head].map do |packagever| RubyPackage.new( packagever: packagever, arch: arch, rootdir: __dir__ ).freeze end end diff --git a/packages/ri/Rakefile b/packages/ri/Rakefile index ee2ef2858..d42fa37e2 100644 --- a/packages/ri/Rakefile +++ b/packages/ri/Rakefile @@ -38,7 +38,7 @@ end ovl_glob('recipes/*/task.rake').each{|f| load(ovl_expand_file(f)) } ruby_arch_packages = %w[x64 x86].map do |arch| - %w[2.4.8-1 2.5.7-1 2.6.5-1 head].map do |packagever| + %w[2.4.9-1 2.5.7-1 2.6.5-1 head].map do |packagever| RubyPackage.new( packagever: packagever, arch: arch, rootdir: __dir__ ).freeze end end diff --git a/recipes/sandbox/rubyinstaller-2.4.8-x64.files b/recipes/sandbox/rubyinstaller-2.4.9-x64.files similarity index 100% rename from recipes/sandbox/rubyinstaller-2.4.8-x64.files rename to recipes/sandbox/rubyinstaller-2.4.9-x64.files diff --git a/recipes/sandbox/rubyinstaller-2.4.8-x86.files b/recipes/sandbox/rubyinstaller-2.4.9-x86.files similarity index 100% rename from recipes/sandbox/rubyinstaller-2.4.8-x86.files rename to recipes/sandbox/rubyinstaller-2.4.9-x86.files diff --git a/recipes/sandbox/rubyinstaller-2.4.8.files b/recipes/sandbox/rubyinstaller-2.4.9.files similarity index 100% rename from recipes/sandbox/rubyinstaller-2.4.8.files rename to recipes/sandbox/rubyinstaller-2.4.9.files