diff --git a/3604/1/Gemfile b/3604/1/Gemfile index 00e5981f23..cb8eef5249 100644 --- a/3604/1/Gemfile +++ b/3604/1/Gemfile @@ -4,7 +4,7 @@ source 'https://rubygems.org' git_source(:github) { |repo_name| "https://github.com/#{repo_name}" } -gem 'mechanize', '2.7.6' +gem 'mechanize', '2.8.5' gem 'reek', '5.4.0' gem 'rubocop', '0.54.0' gem 'terminal-table', '1.8.0' diff --git a/3604/1/Gemfile.lock b/3604/1/Gemfile.lock index 9fdfacd24b..d21b69eaec 100644 --- a/3604/1/Gemfile.lock +++ b/3604/1/Gemfile.lock @@ -1,6 +1,8 @@ GEM remote: https://rubygems.org/ specs: + addressable (2.8.0) + public_suffix (>= 2.0.2, < 5.0) ast (2.4.0) axiom-types (0.1.1) descendants_tracker (~> 0.0.4) @@ -10,40 +12,44 @@ GEM virtus (~> 1.0) coercible (1.0.0) descendants_tracker (~> 0.0.1) - connection_pool (2.2.2) + connection_pool (2.2.5) descendants_tracker (0.0.4) thread_safe (~> 0.3, >= 0.3.1) domain_name (0.5.20190701) unf (>= 0.0.5, < 1.0.0) equalizer (0.0.11) - http-cookie (1.0.3) + http-cookie (1.0.5) domain_name (~> 0.5) ice_nine (0.11.2) kwalify (0.7.2) - mechanize (2.7.6) - 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) - nokogiri (~> 1.6) - ntlm-http (~> 0.1, >= 0.1.1) - webrobots (>= 0.0.9, < 0.2) - mime-types (3.2.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) + mime-types (3.4.1) mime-types-data (~> 3.2015) - mime-types-data (3.2019.0331) - mini_portile2 (2.4.0) + mime-types-data (3.2022.0105) + mini_portile2 (2.8.0) net-http-digest_auth (1.4.1) - net-http-persistent (3.0.1) + net-http-persistent (4.0.1) connection_pool (~> 2.2) - nokogiri (1.10.3) - mini_portile2 (~> 2.4.0) - ntlm-http (0.1.1) + nokogiri (1.13.6) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) parallel (1.17.0) parser (2.6.3.0) ast (~> 2.4.0) powerpack (0.1.2) psych (3.1.0) + public_suffix (4.0.7) + racc (1.6.0) rainbow (3.0.0) reek (5.4.0) codeclimate-engine-rb (~> 0.4.0) @@ -59,25 +65,27 @@ GEM ruby-progressbar (~> 1.7) unicode-display_width (~> 1.0, >= 1.0.1) ruby-progressbar (1.10.1) + rubyntlm (0.6.3) terminal-table (1.8.0) unicode-display_width (~> 1.1, >= 1.1.1) thread_safe (0.3.6) unf (0.1.4) unf_ext - unf_ext (0.0.7.6) + unf_ext (0.0.8.2) unicode-display_width (1.6.0) virtus (1.0.5) axiom-types (~> 0.1) coercible (~> 1.0) descendants_tracker (~> 0.0, >= 0.0.3) equalizer (~> 0.0, >= 0.0.9) + webrick (1.7.0) webrobots (0.1.2) PLATFORMS ruby DEPENDENCIES - mechanize (= 2.7.6) + mechanize (= 2.8.5) reek (= 5.4.0) rubocop (= 0.54.0) terminal-table (= 1.8.0)