Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

gollum: Update the dependencies (security, CVE-2019-5477)

(cherry picked from commit 2ae080f822aefddacb050f50bbfb7846fa1aa856)

+3 -3
+1 -1
pkgs/applications/misc/gollum/Gemfile.lock
··· 36 mime-types-data (3.2019.0331) 37 mini_portile2 (2.4.0) 38 mustache (0.99.8) 39 - nokogiri (1.10.3) 40 mini_portile2 (~> 2.4.0) 41 posix-spawn (0.3.13) 42 rack (1.6.11)
··· 36 mime-types-data (3.2019.0331) 37 mini_portile2 (2.4.0) 38 mustache (0.99.8) 39 + nokogiri (1.10.4) 40 mini_portile2 (~> 2.4.0) 41 posix-spawn (0.3.13) 42 rack (1.6.11)
+2 -2
pkgs/applications/misc/gollum/gemset.nix
··· 151 platforms = []; 152 source = { 153 remotes = ["https://rubygems.org"]; 154 - sha256 = "02bjydih0j515szfv9mls195cvpyidh6ixm7dwbl3s2sbaxxk5s4"; 155 type = "gem"; 156 }; 157 - version = "1.10.3"; 158 }; 159 posix-spawn = { 160 groups = ["default"];
··· 151 platforms = []; 152 source = { 153 remotes = ["https://rubygems.org"]; 154 + sha256 = "0nmdrqqz1gs0fwkgzxjl4wr554gr8dc1fkrqjc2jpsvwgm41rygv"; 155 type = "gem"; 156 }; 157 + version = "1.10.4"; 158 }; 159 posix-spawn = { 160 groups = ["default"];