From 24ee27941f8211d9fa6bc5e91afa1bfc7256b4df Mon Sep 17 00:00:00 2001 From: sul-devops-team Date: Mon, 3 Jun 2024 02:28:04 -0700 Subject: [PATCH 1/2] Update Ruby dependencies --- Gemfile.lock | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 029d08b70..b0f7c0937 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,8 @@ GEM remote: https://gems.contribsys.com/ specs: - sidekiq-pro (7.2.0) + sidekiq-pro (7.2.1) + base64 sidekiq (>= 7.2.0, < 8) GEM @@ -183,7 +184,7 @@ GEM bundler-audit (0.9.1) bundler (>= 1.2.0, < 3) thor (~> 1.0) - cancancan (3.6.0) + cancancan (3.6.1) capistrano (3.18.1) airbrussh (>= 1.0.0) i18n @@ -227,8 +228,8 @@ GEM citeproc (~> 1.0, >= 1.0.9) csl (~> 2.0) clipboard-rails (1.7.1) - concurrent-ruby (1.2.3) - config (5.4.0) + concurrent-ruby (1.3.1) + config (5.5.1) deep_merge (~> 1.2, >= 1.2.1) connection_pool (2.4.1) crack (1.0.0) @@ -318,7 +319,7 @@ GEM faraday-retry (1.0.3) faraday_middleware (1.2.0) faraday (~> 1.0) - ffi (1.16.3) + ffi (1.17.0) ffi-compiler (1.3.2) ffi (>= 1.15.5) rake @@ -344,7 +345,7 @@ GEM http-cookie (~> 1.0) http-form_data (~> 2.2) llhttp-ffi (~> 0.5.0) - http-cookie (1.0.5) + http-cookie (1.0.6) domain_name (~> 0.5) http-form_data (2.3.0) httpclient (2.8.3) @@ -454,7 +455,7 @@ GEM mysql2 (0.5.6) namae (1.2.0) racc (~> 1.7) - net-imap (0.4.11) + net-imap (0.4.12) date net-protocol net-pop (0.1.2) @@ -468,7 +469,7 @@ GEM net-smtp (0.5.0) net-protocol net-ssh (7.2.3) - newrelic_rpm (9.9.0) + newrelic_rpm (9.10.0) nio4r (2.7.3) nokogiri (1.16.5-arm64-darwin) racc (~> 1.4) @@ -495,7 +496,7 @@ GEM activerecord (>= 5.2) request_store (~> 1.1) parallel (1.24.0) - parser (3.3.1.0) + parser (3.3.2.0) ast (~> 2.4.1) racc parslet (2.0.0) @@ -569,7 +570,7 @@ GEM redis-client (0.22.2) connection_pool regexp_parser (2.9.2) - reline (0.5.7) + reline (0.5.8) io-console (~> 0.5) representable (3.2.0) declarative (< 0.1.0) @@ -616,7 +617,7 @@ GEM rspec-mocks (~> 3.13) rspec-support (~> 3.13) rspec-support (3.13.1) - rubocop (1.64.0) + rubocop (1.64.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -641,7 +642,7 @@ GEM rack (>= 1.1) rubocop (>= 1.33.0, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) - rubocop-rspec (2.29.2) + rubocop-rspec (2.30.0) rubocop (~> 1.40) rubocop-capybara (~> 2.17) rubocop-factory_bot (~> 2.22) From ab48a621d5e24e75d4b39191b520672133c2ec71 Mon Sep 17 00:00:00 2001 From: mlongley Date: Mon, 3 Jun 2024 16:27:19 -0500 Subject: [PATCH 2/2] Update newrelic_rpm to 9.10.1 --- Gemfile.lock | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index b0f7c0937..75a00be15 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -319,7 +319,9 @@ GEM faraday-retry (1.0.3) faraday_middleware (1.2.0) faraday (~> 1.0) - ffi (1.17.0) + ffi (1.17.0-arm64-darwin) + ffi (1.17.0-x86_64-darwin) + ffi (1.17.0-x86_64-linux-gnu) ffi-compiler (1.3.2) ffi (>= 1.15.5) rake @@ -469,7 +471,7 @@ GEM net-smtp (0.5.0) net-protocol net-ssh (7.2.3) - newrelic_rpm (9.10.0) + newrelic_rpm (9.10.1) nio4r (2.7.3) nokogiri (1.16.5-arm64-darwin) racc (~> 1.4)