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: 2fe2d0aeea8e
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 653a1edb4255
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Dec 17, 2020

  1. Verified

    This commit was signed with the committer’s verified signature.
    primeos Michael Weiss
    Copy the full SHA
    653a1ed View commit details
Showing with 3 additions and 3 deletions.
  1. +1 −1 pkgs/tools/misc/html-proofer/Gemfile.lock
  2. +2 −2 pkgs/tools/misc/html-proofer/gemset.nix
2 changes: 1 addition & 1 deletion 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.13.1)
html-proofer (3.18.1)
html-proofer (3.18.2)
addressable (~> 2.3)
mercenary (~> 0.3)
nokogumbo (~> 2.0)
4 changes: 2 additions & 2 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 = "0mp8vbnb58z97gscrbp0q0yn4wmq8gcr914kb8g6pjv5laq9hfxn";
sha256 = "06vbbm8qdmw4955522zh9wqn2214ajsf70y0vymxgl7dlwjd2pz0";
type = "gem";
};
version = "3.18.1";
version = "3.18.2";
};
mercenary = {
groups = ["default"];