From b8a052c6d958210348861bdad8787e45e28ab71a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 12:34:03 +0000 Subject: [PATCH] Bump blacklight from 8.3.0 to 8.7.0 Bumps [blacklight](https://github.com/projectblacklight/blacklight) from 8.3.0 to 8.7.0. - [Release notes](https://github.com/projectblacklight/blacklight/releases) - [Commits](https://github.com/projectblacklight/blacklight/compare/v8.3.0...v8.7.0) --- updated-dependencies: - dependency-name: blacklight dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 17 +++++++++-------- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index a5d8817..ce2ab55 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } gem "rails", "7.2.2" gem "base64", "0.2.0" -gem "blacklight", "~> 8.3.0" +gem "blacklight", "~> 8.7.0" gem "blacklight_oai_provider", github: "projectblacklight/blacklight_oai_provider", branch: "main" gem "bootsnap", ">= 1.1.0", require: false gem "bootstrap" diff --git a/Gemfile.lock b/Gemfile.lock index d775a53..f8d75f1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -101,14 +101,15 @@ GEM benchmark (0.4.0) bigdecimal (3.1.8) bindex (0.8.1) - blacklight (8.3.0) + blacklight (8.7.0) globalid i18n (>= 1.7.0) jbuilder (~> 2.7) kaminari (>= 0.15) ostruct (>= 0.3.2) - rails (>= 6.1, < 8) - view_component (>= 2.66, < 4) + rails (>= 6.1, < 9) + view_component (>= 2.74, < 4) + zeitwerk bootsnap (1.18.4) msgpack (~> 1.2) bootstrap (5.3.3) @@ -137,7 +138,7 @@ GEM cssbundling-rails (1.4.1) railties (>= 6.0.0) dalli (3.2.8) - date (3.4.0) + date (3.4.1) diff-lcs (1.5.1) domain_name (0.6.20240107) dot-properties (0.1.4) @@ -331,9 +332,9 @@ GEM rails-html-sanitizer (1.6.1) loofah (~> 2.21) nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0) - railties (7.2.1.2) - actionpack (= 7.2.1.2) - activesupport (= 7.2.1.2) + railties (7.2.2) + actionpack (= 7.2.2) + activesupport (= 7.2.2) irb (~> 1.13) rackup (>= 1.0.0) rake (>= 12.2) @@ -481,7 +482,7 @@ PLATFORMS DEPENDENCIES base64 (= 0.2.0) - blacklight (~> 8.3.0) + blacklight (~> 8.7.0) blacklight_oai_provider! bootsnap (>= 1.1.0) bootstrap