From b4540231aede920d8eff0447e00c06a889eab701 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 29 Jan 2024 02:35:12 -0800 Subject: [PATCH 1/3] Update Ruby dependencies --- Gemfile.lock | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 35f6e33f..6e53616a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -78,6 +78,7 @@ GEM airbrussh (1.5.1) sshkit (>= 1.6.1, != 1.7.0) ast (2.4.2) + base64 (0.2.0) bcrypt (3.1.20) better_html (2.0.2) actionview (>= 6.0) @@ -115,11 +116,11 @@ GEM capistrano (~> 3.1) capistrano-bundler (>= 1.1, < 3) capistrano-shared_configs (0.2.2) - capybara (3.39.2) + capybara (3.40.0) addressable matrix mini_mime (>= 0.1.3) - nokogiri (~> 1.8) + nokogiri (~> 1.11) rack (>= 1.6.0) rack-test (>= 0.6.3) regexp_parser (>= 1.5, < 3.0) @@ -384,7 +385,7 @@ GEM rspec-mocks (3.12.6) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) - rspec-rails (6.1.0) + rspec-rails (6.1.1) actionpack (>= 6.1) activesupport (>= 6.1) railties (>= 6.1) @@ -393,7 +394,7 @@ GEM rspec-mocks (~> 3.12) rspec-support (~> 3.12) rspec-support (3.12.1) - rubocop (1.60.1) + rubocop (1.60.2) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -426,7 +427,8 @@ GEM rubyzip (2.3.2) safely_block (0.4.0) scrub_rb (1.0.1) - selenium-webdriver (4.16.0) + selenium-webdriver (4.17.0) + base64 (~> 0.2) rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) websocket (~> 1.0) @@ -449,8 +451,8 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - sqlite3 (1.7.0-x86_64-darwin) - sqlite3 (1.7.0-x86_64-linux) + sqlite3 (1.7.1-x86_64-darwin) + sqlite3 (1.7.1-x86_64-linux) sshkit (1.22.0) mutex_m net-scp (>= 1.1.2) From 0ca2744f5ba90f970fa7c3a46b3f78c79cfb386e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 29 Jan 2024 02:35:13 -0800 Subject: [PATCH 2/3] Update Yarn dependencies --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index d24a10a8..67639297 100644 --- a/yarn.lock +++ b/yarn.lock @@ -89,9 +89,9 @@ glob-parent@~5.1.2: is-glob "^4.0.1" immutable@^4.0.0: - version "4.3.4" - resolved "https://registry.yarnpkg.com/immutable/-/immutable-4.3.4.tgz#2e07b33837b4bb7662f288c244d1ced1ef65a78f" - integrity sha512-fsXeu4J4i6WNWSikpI88v/PcVflZz+6kMhUfIwc5SY+poQRPnaf5V7qds6SUyUN3cVxEzuCab7QIoLOQ+DQ1wA== + version "4.3.5" + resolved "https://registry.yarnpkg.com/immutable/-/immutable-4.3.5.tgz#f8b436e66d59f99760dc577f5c99a4fd2a5cc5a0" + integrity sha512-8eabxkth9gZatlwl5TBuJnCsoTADlL6ftEr7A4qgdaTsPyreilDSnUk57SO+jfKcNtxPa22U5KK6DSeAYhpBJw== is-binary-path@~2.1.0: version "2.1.0" From 4c30ec68faadf18bb6b70e51ae4371f601bba649 Mon Sep 17 00:00:00 2001 From: Justin Coyne Date: Mon, 29 Jan 2024 08:09:06 -0600 Subject: [PATCH 3/3] Autocorrect rubocop --- app/jobs/marc_profiling_job.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/jobs/marc_profiling_job.rb b/app/jobs/marc_profiling_job.rb index b628a2d0..e14ef652 100644 --- a/app/jobs/marc_profiling_job.rb +++ b/app/jobs/marc_profiling_job.rb @@ -22,11 +22,9 @@ def add(item) @sample[j] = [@size_so_far, item] if @wanted > j end - # rubocop:disable Style/HashEachMethods def each @sample.sort.each { |_idx, it| yield(it) } end - # rubocop:enable Style/HashEachMethods end # Tally up some statistics about the MARC records in the file: