Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 166bf2314a0d
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d8b7b590c7b1
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Apr 20, 2020

  1. Verified

    This commit was signed with the committer’s verified signature.
    primeos Michael Weiss
    Copy the full SHA
    d8b7b59 View commit details
Showing with 6 additions and 6 deletions.
  1. +2 −2 pkgs/tools/misc/html-proofer/Gemfile.lock
  2. +4 −4 pkgs/tools/misc/html-proofer/gemset.nix
4 changes: 2 additions & 2 deletions pkgs/tools/misc/html-proofer/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ GEM
ethon (0.12.0)
ffi (>= 1.3.0)
ffi (1.12.2)
html-proofer (3.15.2)
html-proofer (3.15.3)
addressable (~> 2.3)
mercenary (~> 0.3)
nokogumbo (~> 2.0)
@@ -21,7 +21,7 @@ GEM
nokogumbo (2.0.2)
nokogiri (~> 1.8, >= 1.8.4)
parallel (1.19.1)
public_suffix (4.0.3)
public_suffix (4.0.4)
rainbow (3.0.0)
typhoeus (1.3.1)
ethon (>= 0.9.0)
8 changes: 4 additions & 4 deletions pkgs/tools/misc/html-proofer/gemset.nix
Original file line number Diff line number Diff line change
@@ -37,10 +37,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1b7wx2hnwnml3y10x6yxybl3hy973n2ifq3hbqh0jd72bqs615wp";
sha256 = "18afz6rz72j8hnfgzhyr21wh1rfy1x41iyhbcgaq0r1bd7ng1vni";
type = "gem";
};
version = "3.15.2";
version = "3.15.3";
};
mercenary = {
groups = ["default"];
@@ -99,10 +99,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1c6kq6s13idl2036b5lch8r7390f8w82cal8hcp4ml76fm2vdac7";
sha256 = "1l1kqw75asziwmzrig8rywxswxz8l91sc3pvns02ffsqac1a3wiz";
type = "gem";
};
version = "4.0.3";
version = "4.0.4";
};
rainbow = {
groups = ["default"];