Unverified Commit 71fcdff0 authored by Michael Weiss's avatar Michael Weiss
Browse files

html-proofer: 3.18.5 -> 3.18.6

parent d634835f
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ GEM
    ethon (0.12.0)
      ffi (>= 1.3.0)
    ffi (1.14.2)
    html-proofer (3.18.5)
    html-proofer (3.18.6)
      addressable (~> 2.3)
      mercenary (~> 0.3)
      nokogumbo (~> 2.0)
@@ -15,13 +15,15 @@ GEM
      typhoeus (~> 1.3)
      yell (~> 2.0)
    mercenary (0.4.0)
    mini_portile2 (2.4.0)
    nokogiri (1.10.10)
      mini_portile2 (~> 2.4.0)
    mini_portile2 (2.5.0)
    nokogiri (1.11.1)
      mini_portile2 (~> 2.5.0)
      racc (~> 1.4)
    nokogumbo (2.0.4)
      nokogiri (~> 1.8, >= 1.8.4)
    parallel (1.20.1)
    public_suffix (4.0.6)
    racc (1.5.2)
    rainbow (3.0.0)
    typhoeus (1.4.0)
      ethon (>= 0.9.0)
+17 −7
Original line number Diff line number Diff line
@@ -37,10 +37,10 @@
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "0bz0041fizdmggc5k9an4s3qk6diyybn2agcia2wr96vymfb2qjh";
      sha256 = "0x8yq7hiv5wd44a0d0xhrqkjgaz3i1zjr2p6c0i7fbhq1wi8zy07";
      type = "gem";
    };
    version = "3.18.5";
    version = "3.18.6";
  };
  mercenary = {
    groups = ["default"];
@@ -57,21 +57,21 @@
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "15zplpfw3knqifj9bpf604rb3wc1vhq6363pd6lvhayng8wql5vy";
      sha256 = "1hdbpmamx8js53yk3h8cqy12kgv6ca06k0c9n3pxh6b6cjfs19x7";
      type = "gem";
    };
    version = "2.4.0";
    version = "2.5.0";
  };
  nokogiri = {
    dependencies = ["mini_portile2"];
    dependencies = ["mini_portile2" "racc"];
    groups = ["default"];
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "0xmf60nj5kg9vaj5bysy308687sgmkasgx06vbbnf94p52ih7si2";
      sha256 = "1ajwkqr28hwqbyl1l3czx4a34c88acxywyqp8cjyy0zgsd6sbhj2";
      type = "gem";
    };
    version = "1.10.10";
    version = "1.11.1";
  };
  nokogumbo = {
    dependencies = ["nokogiri"];
@@ -104,6 +104,16 @@
    };
    version = "4.0.6";
  };
  racc = {
    groups = ["default"];
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "178k7r0xn689spviqzhvazzvxfq6fyjldxb3ywjbgipbfi4s8j1g";
      type = "gem";
    };
    version = "1.5.2";
  };
  rainbow = {
    groups = ["default"];
    platforms = [];