diff --git a/Gemfile b/Gemfile index 60435d35c..086ad9dae 100644 --- a/Gemfile +++ b/Gemfile @@ -74,7 +74,7 @@ gem "zip_tricks", "5.3.1" # 5.3.1 is required as 5.4+ breaks the download all fe gem "openapi_parser", "< 1.0" # Stanford related gems -gem "blacklight", "~> 7.25" +gem "blacklight", "~> 8.0" gem "blacklight-hierarchy", "~> 6.1" gem "dor-services-client", "~> 12.5" gem "dor-workflow-client", "~> 4.0" diff --git a/Gemfile.lock b/Gemfile.lock index 7f844e5ae..ac4ab014f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -83,16 +83,14 @@ GEM parser (>= 2.4) smart_properties bindex (0.8.1) - blacklight (7.33.1) - deprecation + blacklight (8.0.0) globalid - hashdiff i18n (>= 1.7.0) jbuilder (~> 2.7) kaminari (>= 0.15) ostruct (>= 0.3.2) - rails (>= 5.1, < 7.1) - view_component (~> 2.66) + rails (>= 6.1, < 8) + view_component (>= 2.66, < 3.1) blacklight-hierarchy (6.1.2) blacklight (>= 7.18, < 9) deprecation @@ -613,7 +611,7 @@ PLATFORMS DEPENDENCIES barby - blacklight (~> 7.25) + blacklight (~> 8.0) blacklight-hierarchy (~> 6.1) bootsnap (>= 1.4.2) byebug diff --git a/app/components/blacklight_modal_component.html.erb b/app/components/blacklight_modal_component.html.erb index b2a68645a..007ecc5ff 100644 --- a/app/components/blacklight_modal_component.html.erb +++ b/app/components/blacklight_modal_component.html.erb @@ -1,6 +1,6 @@