Reset nokogiri back to latest version

This commit is contained in:
Danila Fedorin 2022-03-27 21:15:00 -07:00
parent e4debff28e
commit 41142b963a
3 changed files with 10 additions and 10 deletions

View File

@ -1,3 +1,3 @@
source 'https://rubygems.org' source 'https://rubygems.org'
gem 'nokogiri', '~>1.12.5' gem 'nokogiri'

View File

@ -1,9 +1,9 @@
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
mini_portile2 (2.6.1) mini_portile2 (2.8.0)
nokogiri (1.12.5) nokogiri (1.13.3)
mini_portile2 (~> 2.6.1) mini_portile2 (~> 2.8.0)
racc (~> 1.4) racc (~> 1.4)
racc (1.6.0) racc (1.6.0)
@ -11,7 +11,7 @@ PLATFORMS
ruby ruby
DEPENDENCIES DEPENDENCIES
nokogiri (~> 1.12.5) nokogiri
BUNDLED WITH BUNDLED WITH
2.2.24 2.1.4

View File

@ -4,10 +4,10 @@
platforms = []; platforms = [];
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "1lvxm91hi0pabnkkg47wh1siv56s6slm2mdq1idfm86dyfidfprq"; sha256 = "0rapl1sfmfi3bfr68da4ca16yhc0pp93vjwkj7y3rdqrzy3b41hy";
type = "gem"; type = "gem";
}; };
version = "2.6.1"; version = "2.8.0";
}; };
nokogiri = { nokogiri = {
dependencies = ["mini_portile2" "racc"]; dependencies = ["mini_portile2" "racc"];
@ -15,10 +15,10 @@
platforms = []; platforms = [];
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "1v02g7k7cxiwdcahvlxrmizn3avj2q6nsjccgilq1idc89cr081b"; sha256 = "1p6b3q411h2mw4dsvhjrp1hh66hha5cm69fqg85vn2lizz71n6xz";
type = "gem"; type = "gem";
}; };
version = "1.12.5"; version = "1.13.3";
}; };
racc = { racc = {
groups = ["default"]; groups = ["default"];