about summary refs log tree commit diff
path: root/pkgs/top-level/ruby-packages.nix
diff options
context:
space:
mode:
authorThomas Gerbet <thomas@gerbet.me>2024-06-15 14:56:35 +0200
committerThomas Gerbet <thomas@gerbet.me>2024-06-15 14:56:35 +0200
commite6af677352d4e59e194786420a00989485f202b7 (patch)
tree719708b1fe282e969c403034addebb704035377a /pkgs/top-level/ruby-packages.nix
parentedc78633afd58a774b25902d6ff7644aa52fbc2e (diff)
rubyPackages.rails: 7.1.3.2 -> 7.1.3.4
Fixes CVE-2024-32464 and CVE-2024-28103.

Changes:
https://github.com/rails/rails/releases/tag/v7.1.3.4
https://github.com/rails/rails/releases/tag/v7.1.3.3
Diffstat (limited to 'pkgs/top-level/ruby-packages.nix')
-rw-r--r--pkgs/top-level/ruby-packages.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/top-level/ruby-packages.nix b/pkgs/top-level/ruby-packages.nix
index 62d65ff03b8df..386b8506c73ca 100644
--- a/pkgs/top-level/ruby-packages.nix
+++ b/pkgs/top-level/ruby-packages.nix
@@ -2872,10 +2872,10 @@
     platforms = [];
     source = {
       remotes = ["https://rubygems.org"];
-      sha256 = "185zq5r9g56sfks852992bm0xf2vm9569jyiz5jyww3vx1jply1d";
+      sha256 = "sha256-On/KnfdO5kHcHom4MCrG0D8iiD3nceeGoOnzCU5apq0=";
       type = "gem";
     };
-    version = "7.1.3.2";
+    version = "7.1.3.4";
   };
   rails-dom-testing = {
     dependencies = ["activesupport" "minitest" "nokogiri"];