diff --git a/Gemfile b/Gemfile index b9dabc42..e3634c40 100644 --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,7 @@ gem "jquery-rails", ">= 4.4.0" gem "jsonb_accessor", "~> 1.4" gem "logstasher" gem "mail", ">= 2.8" -gem "mechanize", "~> 2.8" +gem "mechanize", "~> 2.12" gem "pg", "~> 1.5" gem "prometheus_exporter" gem "puma" diff --git a/Gemfile.lock b/Gemfile.lock index 5fb235de..b4d88cab 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -75,8 +75,8 @@ GEM minitest (>= 5.1) mutex_m tzinfo (~> 2.0) - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) annotate (3.2.0) activerecord (>= 3.2, < 8.0) rake (>= 10.4, < 14.0) @@ -126,8 +126,7 @@ GEM deep_merge (1.2.2) diff-lcs (1.5.1) docile (1.4.0) - domain_name (0.5.20190701) - unf (>= 0.0.5, < 1.0.0) + domain_name (0.6.20240107) drb (2.2.1) dry-configurable (1.0.1) dry-core (~> 1.0, < 2) @@ -194,7 +193,7 @@ GEM highline (3.0.1) html-attributes-utils (1.0.2) activesupport (>= 6.1.4.4) - http-cookie (1.0.5) + http-cookie (1.0.6) domain_name (~> 0.5) i18n (1.14.5) concurrent-ruby (~> 1.0) @@ -237,28 +236,30 @@ GEM net-smtp marcel (1.0.4) matrix (0.4.2) - mechanize (2.8.5) + mechanize (2.12.0) addressable (~> 2.8) + base64 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) + nkf nokogiri (~> 1.11, >= 1.11.2) rubyntlm (~> 0.6, >= 0.6.3) webrick (~> 1.7) webrobots (~> 0.1.2) method_source (1.1.0) - mime-types (3.4.1) + mime-types (3.5.2) mime-types-data (~> 3.2015) - mime-types-data (3.2022.0105) + mime-types-data (3.2024.0702) mini_mime (1.1.5) mini_portile2 (2.8.7) minitest (5.23.1) msgpack (1.5.2) mutex_m (0.2.0) net-http-digest_auth (1.4.1) - net-http-persistent (4.0.1) + net-http-persistent (4.0.2) connection_pool (~> 2.2) net-imap (0.4.10) date @@ -270,10 +271,11 @@ GEM net-smtp (0.5.0) net-protocol nio4r (2.7.1) - nokogiri (1.16.6) + nkf (0.2.0) + nokogiri (1.16.7) mini_portile2 (~> 2.8.2) racc (~> 1.4) - nokogiri (1.16.6-x86_64-darwin) + nokogiri (1.16.7-x86_64-darwin) racc (~> 1.4) notifications-ruby-client (5.3.0) jwt (>= 1.5, < 3) @@ -287,7 +289,7 @@ GEM webrick psych (5.1.2) stringio - public_suffix (5.0.4) + public_suffix (6.0.1) puma (6.4.2) nio4r (~> 2.0) racc (1.8.0) @@ -406,7 +408,8 @@ GEM rubocop-capybara (~> 2.17) rubocop-factory_bot (~> 2.22) ruby-progressbar (1.13.0) - rubyntlm (0.6.3) + rubyntlm (0.6.5) + base64 rubyzip (2.3.2) sass (3.7.4) sass-listen (~> 4.0.0) @@ -482,9 +485,6 @@ GEM concurrent-ruby (~> 1.0) tzinfo-data (1.2023.3) tzinfo (>= 1.0.0) - unf (0.1.4) - unf_ext - unf_ext (0.0.8.2) unicode-display_width (2.5.0) view_component (3.12.1) activesupport (>= 5.2.0, < 8.0) @@ -529,7 +529,7 @@ DEPENDENCIES jsonb_accessor (~> 1.4) logstasher mail (>= 2.8) - mechanize (~> 2.8) + mechanize (~> 2.12) pg (~> 1.5) prometheus_exporter puma