Skip to content

Commit

Permalink
gollum: rack: 1.6.10 -> 1.6.11
Browse files Browse the repository at this point in the history
  • Loading branch information
alyssais committed Nov 6, 2018
1 parent 2718fea commit 5b2da1a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/gollum/Gemfile.lock
Expand Up @@ -39,7 +39,7 @@ GEM
nokogiri (1.8.4)
mini_portile2 (~> 2.3.0)
posix-spawn (0.3.13)
rack (1.6.10)
rack (1.6.11)
rack-protection (1.5.5)
rack
rouge (2.2.1)
Expand All @@ -65,4 +65,4 @@ DEPENDENCIES
gollum

BUNDLED WITH
1.16.3
1.16.4
4 changes: 2 additions & 2 deletions pkgs/applications/misc/gollum/gemset.nix
Expand Up @@ -137,10 +137,10 @@
rack = {
source = {
remotes = ["https://rubygems.org"];
sha256 = "0in0amn0kwvzmi8h5zg6ijrx5wpsf8h96zrfmnk1kwh2ql4sxs2q";
sha256 = "1g9926ln2lw12lfxm4ylq1h6nl0rafl10za3xvjzc87qvnqic87f";
type = "gem";
};
version = "1.6.10";
version = "1.6.11";
};
rack-protection = {
dependencies = ["rack"];
Expand Down

0 comments on commit 5b2da1a

Please sign in to comment.