about summary refs log tree commit diff
path: root/pkgs/development/interpreters/ruby/patchsets.nix
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2019-10-02 04:20:00 -0500
committerAlyssa Ross <hi@alyssa.is>2019-10-02 10:38:32 +0000
commit5ed9d8b8aaa1ce53b658704e075387678ba19222 (patch)
treec68ed2aa5df3bc4cd0939bb29418b88b6f2b3303 /pkgs/development/interpreters/ruby/patchsets.nix
parent5e76e7b4301981d4118337c8f9a14a27cc5c7995 (diff)
downloadnixlib-5ed9d8b8aaa1ce53b658704e075387678ba19222.tar
nixlib-5ed9d8b8aaa1ce53b658704e075387678ba19222.tar.gz
nixlib-5ed9d8b8aaa1ce53b658704e075387678ba19222.tar.bz2
nixlib-5ed9d8b8aaa1ce53b658704e075387678ba19222.tar.lz
nixlib-5ed9d8b8aaa1ce53b658704e075387678ba19222.tar.xz
nixlib-5ed9d8b8aaa1ce53b658704e075387678ba19222.tar.zst
nixlib-5ed9d8b8aaa1ce53b658704e075387678ba19222.zip
ruby_2_4: 2.4.7 -> 2.4.9
Changelog:
- https://www.ruby-lang.org/en/news/2019/10/01/ruby-2-4-8-released/
- https://www.ruby-lang.org/en/news/2019/10/02/ruby-2-4-9-released/
Diffstat (limited to 'pkgs/development/interpreters/ruby/patchsets.nix')
-rw-r--r--pkgs/development/interpreters/ruby/patchsets.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/interpreters/ruby/patchsets.nix b/pkgs/development/interpreters/ruby/patchsets.nix
index 317fe771b791..6fbb33b27fc3 100644
--- a/pkgs/development/interpreters/ruby/patchsets.nix
+++ b/pkgs/development/interpreters/ruby/patchsets.nix
@@ -1,7 +1,7 @@
 { patchSet, useRailsExpress, ops, patchLevel, fetchpatch }:
 
 {
-  "2.4.7" = ops useRailsExpress [
+  "2.4.9" = ops useRailsExpress [
     "${patchSet}/patches/ruby/2.4/head/railsexpress/01-skip-broken-tests.patch"
     "${patchSet}/patches/ruby/2.4/head/railsexpress/02-improve-gc-stats.patch"
     "${patchSet}/patches/ruby/2.4/head/railsexpress/03-display-more-detailed-stack-trace.patch"