From fc3720813589ac89c2ab25d6e7e4cdf8562beab3 Mon Sep 17 00:00:00 2001 From: Cory Lown Date: Mon, 11 Dec 2023 09:37:10 -0500 Subject: [PATCH] Pin mods_display to v1.4.0 --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 5abe46aa5..4123167cc 100644 --- a/Gemfile +++ b/Gemfile @@ -128,7 +128,7 @@ gem 'bibtex-ruby' gem 'citeproc-ruby' gem 'csl-styles' gem 'acts-as-taggable-on' -gem 'mods_display', '~> 1.0' +gem 'mods_display', '1.4.0' # mods_display v1.5.0 breaks NestedRelatedItem display gem 'slack-ruby-client' gem 'blacklight-oembed', '~> 1.0' gem 'view_component', '~> 2.82' # ViewComponent 3.x breaks blacklight_range_limit 8.3.0 diff --git a/Gemfile.lock b/Gemfile.lock index 87cef0d79..141bec4da 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -460,10 +460,10 @@ GEM iso-639 nokogiri (>= 1.6.6) nom-xml (~> 1.0) - mods_display (1.6.1) + mods_display (1.4.0) i18n rails_autolink - stanford-mods (~> 3.3, >= 3.3.9) + stanford-mods (~> 3.3, >= 3.3.7) view_component msgpack (1.7.2) multi_json (1.15.0) @@ -856,7 +856,7 @@ DEPENDENCIES jsonpath letter_opener listen (~> 3.3) - mods_display (~> 1.0) + mods_display (= 1.4.0) mysql2 newrelic_rpm nokogiri (>= 1.7.1)