Skip to content

Commit

Permalink
html-proofer: 3.17.0 -> 3.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
primeos committed Nov 23, 2020
1 parent 5152fe0 commit ca021e9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/misc/html-proofer/Gemfile.lock
Expand Up @@ -6,7 +6,7 @@ GEM
ethon (0.12.0)
ffi (>= 1.3.0)
ffi (1.13.1)
html-proofer (3.17.0)
html-proofer (3.17.2)
addressable (~> 2.3)
mercenary (~> 0.3)
nokogumbo (~> 2.0)
Expand All @@ -18,9 +18,9 @@ GEM
mini_portile2 (2.4.0)
nokogiri (1.10.10)
mini_portile2 (~> 2.4.0)
nokogumbo (2.0.2)
nokogumbo (2.0.3)
nokogiri (~> 1.8, >= 1.8.4)
parallel (1.20.0)
parallel (1.20.1)
public_suffix (4.0.6)
rainbow (3.0.0)
typhoeus (1.4.0)
Expand Down
12 changes: 6 additions & 6 deletions pkgs/tools/misc/html-proofer/gemset.nix
Expand Up @@ -37,10 +37,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0vjy9r9lwr0rfxxadj4rfkl94b2rz6avgq4h54g6b7x1jmx6b3sd";
sha256 = "05h3liirjx6wvh97vdl59hmwzgji1ih61xq1w5nl87cmhpsxaqsf";
type = "gem";
};
version = "3.17.0";
version = "3.17.2";
};
mercenary = {
groups = ["default"];
Expand Down Expand Up @@ -79,20 +79,20 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0sxjnpjvrn10gdmfw2dimhch861lz00f28hvkkz0b1gc2rb65k9s";
sha256 = "1nif9bn7zlizfcsk464b8n5gvspdim34hl7ldw2y7w4lcnwgg4zg";
type = "gem";
};
version = "2.0.2";
version = "2.0.3";
};
parallel = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1wci3dimgrap91nw5vnq4qa2vfmxga27m6sfmn8caskhzwxwv1dg";
sha256 = "0055br0mibnqz0j8wvy20zry548dhkakws681bhj3ycb972awkzd";
type = "gem";
};
version = "1.20.0";
version = "1.20.1";
};
public_suffix = {
groups = ["default"];
Expand Down

0 comments on commit ca021e9

Please sign in to comment.