From fa25433e595d1565bf207c6a917bfbcefd6e14fa Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 15 Jan 2024 02:31:02 -0800 Subject: [PATCH] Update Ruby dependencies --- Gemfile.lock | 50 +++++++++++++++++++++++++++----------------------- 1 file changed, 27 insertions(+), 23 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 218c448a..05f464fd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -68,13 +68,13 @@ GEM tzinfo (~> 2.0) addressable (2.8.6) public_suffix (>= 2.0.2, < 6.0) - airbrussh (1.5.0) + airbrussh (1.5.1) sshkit (>= 1.6.1, != 1.7.0) ast (2.4.2) base64 (0.2.0) bigdecimal (3.1.5) bindex (0.8.1) - bootsnap (1.17.0) + bootsnap (1.17.1) msgpack (~> 1.2) borrow_direct (1.2.0) httpclient (~> 2.4) @@ -131,7 +131,7 @@ GEM capistrano-one_time_key capistrano-shared_configs docile (1.4.0) - domain_name (0.6.20231109) + domain_name (0.6.20240107) dry-configurable (1.1.0) dry-core (~> 1.0, < 2) zeitwerk (~> 2.6) @@ -171,20 +171,19 @@ GEM factory_bot_rails (6.4.3) factory_bot (~> 6.4) railties (>= 5.0.0) - faraday (2.8.1) - base64 - faraday-net_http (>= 2.0, < 3.1) - ruby2_keywords (>= 0.0.4) - faraday-net_http (3.0.2) + faraday (2.9.0) + faraday-net_http (>= 2.0, < 3.2) + faraday-net_http (3.1.0) + net-http faraday-retry (2.2.0) faraday (~> 2.0) ffi (1.16.3) ffi-compiler (1.0.1) ffi (>= 1.0.0) rake - global_alerts (0.5.0) + global_alerts (0.6.0) http - rails (>= 5.0, < 7.1) + rails (>= 6.1, < 7.2) globalid (1.2.1) activesupport (>= 6.1) hashdiff (1.1.0) @@ -201,9 +200,9 @@ GEM i18n (1.14.1) concurrent-ruby (~> 1.0) io-console (0.7.1) - irb (1.11.0) + irb (1.11.1) rdoc - reline (>= 0.3.8) + reline (>= 0.4.2) jbuilder (2.11.5) actionview (>= 5.0.0) activesupport (>= 5.0.0) @@ -232,12 +231,14 @@ GEM method_source (1.0.0) mini_mime (1.1.5) mini_portile2 (2.8.5) - minitest (5.20.0) + minitest (5.21.1) msgpack (1.7.2) mustermann (3.0.0) ruby2_keywords (~> 0.0.1) mutex_m (0.2.0) mysql2 (0.5.5) + net-http (0.4.1) + uri net-imap (0.4.9.1) date net-protocol @@ -247,11 +248,12 @@ GEM timeout net-scp (4.0.0) net-ssh (>= 2.6.5, < 8.0.0) + net-sftp (4.0.0) + net-ssh (>= 5.0.0, < 8.0.0) net-smtp (0.4.0.1) net-protocol net-ssh (7.2.1) - newrelic_rpm (9.6.0) - base64 + newrelic_rpm (9.7.0) nio4r (2.7.0) nokogiri (1.16.0) mini_portile2 (~> 2.8.2) @@ -260,7 +262,7 @@ GEM racc (~> 1.4) okcomputer (1.18.5) parallel (1.24.0) - parser (3.3.0.2) + parser (3.3.0.3) ast (~> 2.4.1) racc psych (5.1.2) @@ -317,7 +319,7 @@ GEM rdoc (6.6.2) psych (>= 4.0.0) recaptcha (5.16.0) - regexp_parser (2.8.3) + regexp_parser (2.9.0) reline (0.4.2) io-console (~> 0.5) rexml (3.2.6) @@ -338,11 +340,11 @@ GEM rspec-mocks (~> 3.12) rspec-support (~> 3.12) rspec-support (3.12.1) - rubocop (1.59.0) + rubocop (1.60.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 3.2.2.4) + parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) @@ -353,9 +355,9 @@ GEM parser (>= 3.2.1.0) rubocop-capybara (2.20.0) rubocop (~> 1.41) - rubocop-factory_bot (2.25.0) - rubocop (~> 1.33) - rubocop-performance (1.20.1) + rubocop-factory_bot (2.25.1) + rubocop (~> 1.41) + rubocop-performance (1.20.2) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.30.0, < 2.0) rubocop-rails (2.23.1) @@ -395,9 +397,10 @@ GEM sqlite3 (1.7.0) mini_portile2 (~> 2.8.0) sqlite3 (1.7.0-x86_64-linux) - sshkit (1.21.7) + sshkit (1.22.0) mutex_m net-scp (>= 1.1.2) + net-sftp (>= 2.1.2) net-ssh (>= 2.8.0) stringio (3.1.0) thor (1.3.0) @@ -410,6 +413,7 @@ GEM tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (2.5.0) + uri (0.13.0) warden (1.2.9) rack (>= 2.0.9) warden-rspec-rails (0.3.0)