Skip to content

Commit

Permalink
gollum: Update the dependencies (security, CVE-2019-16782)
Browse files Browse the repository at this point in the history
This updates rack to 1.6.12 for CVE-2019-16782 [0].

[0]: GHSA-hrqr-hxpp-chr3
  • Loading branch information
primeos committed Dec 19, 2019
1 parent 05caa97 commit 03beaed
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/misc/gollum/Gemfile.lock
Expand Up @@ -29,17 +29,17 @@ GEM
sanitize (~> 2.1.1, >= 2.1.1)
stringex (~> 2.6)
twitter-text (= 1.14.7)
json (2.2.0)
json (2.3.0)
kramdown (1.9.0)
mime-types (3.3)
mime-types-data (~> 3.2015)
mime-types-data (3.2019.1009)
mini_portile2 (2.4.0)
mustache (0.99.8)
nokogiri (1.10.5)
nokogiri (1.10.7)
mini_portile2 (~> 2.4.0)
posix-spawn (0.3.13)
rack (1.6.11)
rack (1.6.12)
rack-protection (1.5.5)
rack
rouge (2.2.1)
Expand Down
12 changes: 6 additions & 6 deletions pkgs/applications/misc/gollum/gemset.nix
Expand Up @@ -89,10 +89,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0sx97bm9by389rbzv8r1f43h06xcz8vwi3h5jv074gvparql7lcx";
sha256 = "0nrmw2r4nfxlfgprfgki3hjifgrcrs3l5zvm3ca3gb4743yr25mn";
type = "gem";
};
version = "2.2.0";
version = "2.3.0";
};
kramdown = {
groups = ["default"];
Expand Down Expand Up @@ -151,10 +151,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "185g3dwba73jqxjr94bd2zk6fil6n9hmcfnfyzh3p1w47vm296r7";
sha256 = "0r0qpgf80h764k176yr63gqbs2z0xbsp8vlvs2a79d5r9vs83kln";
type = "gem";
};
version = "1.10.5";
version = "1.10.7";
};
posix-spawn = {
groups = ["default"];
Expand All @@ -171,10 +171,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1g9926ln2lw12lfxm4ylq1h6nl0rafl10za3xvjzc87qvnqic87f";
sha256 = "1riq0z408dwvqcqrpq05bp2w879l4sjxzb4cbrbx55kpi6h2g1cj";
type = "gem";
};
version = "1.6.11";
version = "1.6.12";
};
rack-protection = {
dependencies = ["rack"];
Expand Down

0 comments on commit 03beaed

Please sign in to comment.