From 4937e70f60eaf7b325215081b4eb3346cb50b343 Mon Sep 17 00:00:00 2001 From: sul-devops-team Date: Mon, 16 Sep 2024 02:47:56 -0700 Subject: [PATCH 1/2] Update Ruby dependencies --- Gemfile.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 24dcd07..163101f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -218,7 +218,7 @@ GEM domain_name (~> 0.5) http-form_data (2.3.0) httpclient (2.8.3) - i18n (1.14.5) + i18n (1.14.6) concurrent-ruby (~> 1.0) importmap-rails (2.0.1) actionpack (>= 6.0.0) @@ -228,7 +228,7 @@ GEM irb (1.14.0) rdoc (>= 4.0.0) reline (>= 0.4.2) - jbuilder (2.12.0) + jbuilder (2.13.0) actionview (>= 5.0.0) activesupport (>= 5.0.0) json (2.7.2) @@ -317,7 +317,7 @@ GEM ruby-rc4 ttfunk pg (1.5.8) - propshaft (0.9.1) + propshaft (1.0.0) actionpack (>= 7.0.0) activesupport (>= 7.0.0) rack @@ -418,7 +418,7 @@ GEM rubocop (~> 1.41) rubocop-factory_bot (2.26.1) rubocop (~> 1.61) - rubocop-performance (1.21.1) + rubocop-performance (1.22.0) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) rubocop-rails (2.26.1) @@ -488,14 +488,14 @@ GEM traject (~> 3.0) ttfunk (1.8.0) bigdecimal (~> 3.1) - turbo-rails (2.0.6) + turbo-rails (2.0.7) actionpack (>= 6.0.0) activejob (>= 6.0.0) railties (>= 6.0.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) unf (0.2.0) - unicode-display_width (2.5.0) + unicode-display_width (2.6.0) uri (0.13.1) view_component (3.14.0) activesupport (>= 5.2.0, < 8.0) From d17d9f4230519add1697d3c5c99bd4ef4a6e1bef Mon Sep 17 00:00:00 2001 From: Steve Taylor Date: Mon, 16 Sep 2024 07:55:41 -0700 Subject: [PATCH 2/2] Pin SolrWrapper to Solr 9.6.1 --- .solr_wrapper.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.solr_wrapper.yml b/.solr_wrapper.yml index 53894b7..a507495 100644 --- a/.solr_wrapper.yml +++ b/.solr_wrapper.yml @@ -3,3 +3,4 @@ collection: dir: solr/conf/ name: blacklight-core +version: 9.6.1