mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 19:51:17 +00: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:
parent
edc78633af
commit
e6af677352
|
@ -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"];
|
||||
|
|
Loading…
Reference in a new issue