From 6941207dec464de421b723c01b711de4a6068baf Mon Sep 17 00:00:00 2001 From: sul-devops-team Date: Mon, 16 Sep 2024 02:49:09 -0700 Subject: [PATCH 1/2] Update Ruby dependencies --- Gemfile.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 703f346..18864d8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -200,7 +200,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) @@ -210,7 +210,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) @@ -447,14 +447,14 @@ GEM deprecation jsonpath traject (~> 3.0) - 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 4cd44efc4053c728a1493a0e149d82e16551b5be Mon Sep 17 00:00:00 2001 From: Cory Lown Date: Mon, 16 Sep 2024 06:59:26 -0400 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