diff --git a/Gemfile.lock b/Gemfile.lock index ff9bb1f..b2c6fc4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,13 +1,14 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.5.0) - public_suffix (~> 2.0, >= 2.0.2) + addressable (2.8.0) + public_suffix (>= 2.0.2, < 5.0) bson (4.2.1) coderay (1.1.1) + connection_pool (2.2.5) crack (0.4.3) safe_yaml (~> 1.0.0) - domain_name (0.5.20161129) + domain_name (0.5.20190701) unf (>= 0.0.5, < 1.0.0) ffi (1.9.14) formatador (0.2.5) @@ -25,7 +26,7 @@ GEM guard-compat (~> 1.2) minitest (>= 3.0) hashdiff (0.3.2) - http-cookie (1.0.3) + http-cookie (1.0.5) domain_name (~> 0.5) json (2.0.3) listen (3.1.5) @@ -33,55 +34,59 @@ GEM rb-inotify (~> 0.9, >= 0.9.7) ruby_dep (~> 1.2) lumberjack (1.0.10) - mail (2.6.4) - mime-types (>= 1.16, < 4) - mechanize (2.7.5) - domain_name (~> 0.5, >= 0.5.1) - http-cookie (~> 1.0) - mime-types (>= 1.17.2) - net-http-digest_auth (~> 1.1, >= 1.1.1) - net-http-persistent (~> 2.5, >= 2.5.2) - nokogiri (~> 1.6) - ntlm-http (~> 0.1, >= 0.1.1) - webrobots (>= 0.0.9, < 0.2) + mechanize (2.8.5) + addressable (~> 2.8) + domain_name (~> 0.5, >= 0.5.20190701) + http-cookie (~> 1.0, >= 1.0.3) + mime-types (~> 3.0) + net-http-digest_auth (~> 1.4, >= 1.4.1) + net-http-persistent (>= 2.5.2, < 5.0.dev) + nokogiri (~> 1.11, >= 1.11.2) + rubyntlm (~> 0.6, >= 0.6.3) + webrick (~> 1.7) + webrobots (~> 0.1.2) method_source (0.8.2) - mime-types (3.1) + mime-types (3.4.1) mime-types-data (~> 3.2015) - mime-types-data (3.2016.0521) - mini_portile2 (2.1.0) + mime-types-data (3.2022.0105) + mini_portile2 (2.8.0) minitest (5.10.1) mongo (2.4.1) bson (>= 4.2.1, < 5.0.0) nenv (0.3.0) - net-http-digest_auth (1.4) - net-http-persistent (2.9.4) - nokogiri (1.7.0.1) - mini_portile2 (~> 2.1.0) + net-http-digest_auth (1.4.1) + net-http-persistent (4.0.1) + connection_pool (~> 2.2) + nokogiri (1.13.6) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) notiffany (0.1.1) nenv (~> 0.1) shellany (~> 0.0) - ntlm-http (0.1.1) pry (0.10.4) coderay (~> 1.1.0) method_source (~> 0.8.1) slop (~> 3.4) - public_suffix (2.0.5) + public_suffix (4.0.7) + racc (1.6.0) rb-fsevent (0.9.8) rb-inotify (0.9.7) ffi (>= 0.5.0) ruby_dep (1.5.0) + rubyntlm (0.6.3) safe_yaml (1.0.4) shellany (0.0.1) slop (3.6.0) thor (0.19.4) unf (0.1.4) unf_ext - unf_ext (0.0.7.2) + unf_ext (0.0.8.2) vcr (3.0.3) webmock (2.3.2) addressable (>= 2.3.6) crack (>= 0.3.2) hashdiff + webrick (1.7.0) webrobots (0.1.2) PLATFORMS @@ -91,7 +96,6 @@ DEPENDENCIES guard guard-minitest json - mail mechanize minitest mongo