🔒️ bump nokogiri

This commit is contained in:
James Walker 2022-12-08 13:46:29 -05:00
parent 8ec1e2880b
commit aa0a8e624b
Signed by: walkah
GPG Key ID: 3C127179D6086E93
3 changed files with 9 additions and 9 deletions

View File

@ -11,7 +11,7 @@ GEM
ethon (0.16.0)
ffi (>= 1.15.0)
eventmachine (1.2.7)
faraday (2.6.0)
faraday (2.7.1)
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.2)
@ -66,7 +66,7 @@ GEM
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.4.0)
mini_portile2 (2.8.0)
nokogiri (1.13.9)
nokogiri (1.13.10)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
octokit (4.25.1)
@ -75,8 +75,8 @@ GEM
parallel (1.22.1)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (5.0.0)
racc (1.6.0)
public_suffix (5.0.1)
racc (1.6.1)
rainbow (3.1.1)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)

View File

@ -33,16 +33,16 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1668343973,
"narHash": "sha256-ZGiIS9TiGt19KJt9FwYd4hUHnyN3+6A2uqtuUBXtLWo=",
"lastModified": 1670482022,
"narHash": "sha256-xzzjWulnNMCSTEGosGaAg7sLsAtF7stA3sQljZ410/w=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "664b342ce0bba16adbf64f039341ed98390efda8",
"rev": "c50e5b63e9d65ff0e70cc06b7042a72c6a6583bc",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "release-22.05",
"ref": "release-22.11",
"repo": "nixpkgs",
"type": "github"
}

View File

@ -2,7 +2,7 @@
description = "walkah.net";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/release-22.05";
nixpkgs.url = "github:nixos/nixpkgs/release-22.11";
flake-utils.url = "github:numtide/flake-utils";
flake-compat = {