Skip to content

Commit

Permalink
Update to ruby-2.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
larskanis committed Oct 2, 2019
1 parent b7eeb64 commit 555fb79
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG-2.4.md
Original file line number Diff line number Diff line change
@@ -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 .

Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/ri-msys/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/ri/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
File renamed without changes.

0 comments on commit 555fb79

Please sign in to comment.