update dependencies

This commit is contained in:
Astro 2022-01-24 01:17:36 +01:00
parent 097c0437f2
commit d8155f9bda
3 changed files with 107 additions and 58 deletions

View File

@ -1,5 +1,5 @@
source "https://rubygems.org" source "https://rubygems.org"
gem "mechanize", "~> 2.7" gem "mechanize"
gem "open4" gem "open4"
gem "influxdb", "~> 0.8" gem "influxdb"

View File

@ -1,44 +1,52 @@
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
connection_pool (2.2.2) addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
connection_pool (2.2.5)
domain_name (0.5.20190701) domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0) unf (>= 0.0.5, < 1.0.0)
http-cookie (1.0.3) http-cookie (1.0.4)
domain_name (~> 0.5) domain_name (~> 0.5)
influxdb (0.8.0) influxdb (0.8.1)
mechanize (2.7.6) mechanize (2.8.4)
domain_name (~> 0.5, >= 0.5.1) addressable (~> 2.8)
http-cookie (~> 1.0) domain_name (~> 0.5, >= 0.5.20190701)
mime-types (>= 1.17.2) http-cookie (~> 1.0, >= 1.0.3)
net-http-digest_auth (~> 1.1, >= 1.1.1) mime-types (~> 3.0)
net-http-persistent (>= 2.5.2) net-http-digest_auth (~> 1.4, >= 1.4.1)
nokogiri (~> 1.6) net-http-persistent (>= 2.5.2, < 5.0.dev)
ntlm-http (~> 0.1, >= 0.1.1) nokogiri (~> 1.11, >= 1.11.2)
webrobots (>= 0.0.9, < 0.2) rubyntlm (~> 0.6, >= 0.6.3)
mime-types (3.3.1) webrick (~> 1.7)
webrobots (~> 0.1.2)
mime-types (3.4.1)
mime-types-data (~> 3.2015) mime-types-data (~> 3.2015)
mime-types-data (3.2019.1009) mime-types-data (3.2022.0105)
mini_portile2 (2.4.0) mini_portile2 (2.7.1)
net-http-digest_auth (1.4.1) net-http-digest_auth (1.4.1)
net-http-persistent (3.1.0) net-http-persistent (4.0.1)
connection_pool (~> 2.2) connection_pool (~> 2.2)
nokogiri (1.10.9) nokogiri (1.13.1)
mini_portile2 (~> 2.4.0) mini_portile2 (~> 2.7.0)
ntlm-http (0.1.1) racc (~> 1.4)
open4 (1.3.4) open4 (1.3.4)
public_suffix (4.0.6)
racc (1.6.0)
rubyntlm (0.6.3)
unf (0.1.4) unf (0.1.4)
unf_ext unf_ext
unf_ext (0.0.7.7) unf_ext (0.0.8)
webrick (1.7.0)
webrobots (0.1.2) webrobots (0.1.2)
PLATFORMS PLATFORMS
ruby ruby
DEPENDENCIES DEPENDENCIES
influxdb (~> 0.8) influxdb
mechanize (~> 2.7) mechanize
open4 open4
BUNDLED WITH BUNDLED WITH
1.17.3 2.2.24

View File

@ -1,13 +1,24 @@
{ {
addressable = {
dependencies = ["public_suffix"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "022r3m9wdxljpbya69y2i3h9g3dhhfaqzidf95m6qjzms792jvgp";
type = "gem";
};
version = "2.8.0";
};
connection_pool = { connection_pool = {
groups = ["default"]; groups = ["default"];
platforms = []; platforms = [];
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "0lflx29mlznf1hn0nihkgllzbj8xp5qasn8j7h838465pi399k68"; sha256 = "0ffdxhgirgc86qb42yvmfj6v1v0x4lvi0pxn9zhghkff44wzra0k";
type = "gem"; type = "gem";
}; };
version = "2.2.2"; version = "2.2.5";
}; };
domain_name = { domain_name = {
dependencies = ["unf"]; dependencies = ["unf"];
@ -26,31 +37,31 @@
platforms = []; platforms = [];
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "004cgs4xg5n6byjs7qld0xhsjq3n6ydfh897myr2mibvh6fjc49g"; sha256 = "19370bc97gsy2j4hanij246hv1ddc85hw0xjb6sj7n1ykqdlx9l9";
type = "gem"; type = "gem";
}; };
version = "1.0.3"; version = "1.0.4";
}; };
influxdb = { influxdb = {
groups = ["default"]; groups = ["default"];
platforms = []; platforms = [];
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "11q5pys13cp9rxhg1gihblqi597b6nfsfz3ghdij0zdf713pwwc3"; sha256 = "1l2sjf8kaw3adjjg3l7zg1j735yxdfldf04gl9kjc3hbpdcd7d4w";
type = "gem"; type = "gem";
}; };
version = "0.8.0"; version = "0.8.1";
}; };
mechanize = { mechanize = {
dependencies = ["domain_name" "http-cookie" "mime-types" "net-http-digest_auth" "net-http-persistent" "nokogiri" "ntlm-http" "webrobots"]; dependencies = ["addressable" "domain_name" "http-cookie" "mime-types" "net-http-digest_auth" "net-http-persistent" "nokogiri" "rubyntlm" "webrick" "webrobots"];
groups = ["default"]; groups = ["default"];
platforms = []; platforms = [];
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "00834zv6s68g3x00s4kcgdry51s88qj0kjygnwhpg8k67kdihcrx"; sha256 = "0bs46wzm0bfwgb1wn1c8sfcbid2njjps41qlraziw996fnrv4blf";
type = "gem"; type = "gem";
}; };
version = "2.7.6"; version = "2.8.4";
}; };
mime-types = { mime-types = {
dependencies = ["mime-types-data"]; dependencies = ["mime-types-data"];
@ -58,30 +69,30 @@
platforms = []; platforms = [];
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "1zj12l9qk62anvk9bjvandpa6vy4xslil15wl6wlivyf51z773vh"; sha256 = "0ipw892jbksbxxcrlx9g5ljq60qx47pm24ywgfbyjskbcl78pkvb";
type = "gem"; type = "gem";
}; };
version = "3.3.1"; version = "3.4.1";
}; };
mime-types-data = { mime-types-data = {
groups = ["default"]; groups = ["default"];
platforms = []; platforms = [];
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "18x61fc36951vw7f74gq8cyybdpxvyg5d0azvqhrs82ddw3v16xh"; sha256 = "003gd7mcay800k2q4pb2zn8lwwgci4bhi42v2jvlidm8ksx03i6q";
type = "gem"; type = "gem";
}; };
version = "3.2019.1009"; version = "3.2022.0105";
}; };
mini_portile2 = { mini_portile2 = {
groups = ["default"]; groups = ["default"];
platforms = []; platforms = [];
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "15zplpfw3knqifj9bpf604rb3wc1vhq6363pd6lvhayng8wql5vy"; sha256 = "0d3ga166pahsxavzwj19yjj4lr13rw1vsb36s2qs8blcxigrdp6z";
type = "gem"; type = "gem";
}; };
version = "2.4.0"; version = "2.7.1";
}; };
net-http-digest_auth = { net-http-digest_auth = {
groups = ["default"]; groups = ["default"];
@ -99,31 +110,21 @@
platforms = []; platforms = [];
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "1bink2g0a94zh9kmb96rrh48rkbkdpimljy2370z5liixvy3gdpa"; sha256 = "1yfypmfg1maf20yfd22zzng8k955iylz7iip0mgc9lazw36g8li7";
type = "gem"; type = "gem";
}; };
version = "3.1.0"; version = "4.0.1";
}; };
nokogiri = { nokogiri = {
dependencies = ["mini_portile2"]; dependencies = ["mini_portile2" "racc"];
groups = ["default"]; groups = ["default"];
platforms = []; platforms = [];
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "12j76d0bp608932xkzmfi638c7aqah57l437q8494znzbj610qnm"; sha256 = "1zqzawia52cdcmi55lp7v8jmiqyw7pcpwsksqlnirwfm3f7bnf11";
type = "gem"; type = "gem";
}; };
version = "1.10.9"; version = "1.13.1";
};
ntlm-http = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0yx01ffrw87wya1syivqzf8hz02axk7jdpw6aw221xwvib767d36";
type = "gem";
};
version = "0.1.1";
}; };
open4 = { open4 = {
groups = ["default"]; groups = ["default"];
@ -135,6 +136,36 @@
}; };
version = "1.3.4"; version = "1.3.4";
}; };
public_suffix = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1xqcgkl7bwws1qrlnmxgh8g4g9m10vg60bhlw40fplninb3ng6d9";
type = "gem";
};
version = "4.0.6";
};
racc = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0la56m0z26j3mfn1a9lf2l03qx1xifanndf9p3vx1azf6sqy7v9d";
type = "gem";
};
version = "1.6.0";
};
rubyntlm = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0b8hczk8hysv53ncsqzx4q6kma5gy5lqc7s5yx8h64x3vdb18cjv";
type = "gem";
};
version = "0.6.3";
};
unf = { unf = {
dependencies = ["unf_ext"]; dependencies = ["unf_ext"];
groups = ["default"]; groups = ["default"];
@ -151,10 +182,20 @@
platforms = []; platforms = [];
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "0wc47r23h063l8ysws8sy24gzh74mks81cak3lkzlrw4qkqb3sg4"; sha256 = "0jmbimpnpjdzz8hlrppgl9spm99qh3qzbx0b81k3gkgwba8nk3yd";
type = "gem"; type = "gem";
}; };
version = "0.0.7.7"; version = "0.0.8";
};
webrick = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1d4cvgmxhfczxiq5fr534lmizkhigd15bsx5719r5ds7k7ivisc7";
type = "gem";
};
version = "1.7.0";
}; };
webrobots = { webrobots = {
groups = ["default"]; groups = ["default"];
@ -166,4 +207,4 @@
}; };
version = "0.1.2"; version = "0.1.2";
}; };
} }