1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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
This commit is contained in:
Thomas Gerbet 2024-06-15 14:56:35 +02:00
parent edc78633af
commit e6af677352

View file

@ -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"];