From bdb5a8384ea438e42732957dcee357a90b308c56 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 11 Dec 2023 02:28:44 -0800 Subject: [PATCH 1/2] Update Ruby dependencies --- Gemfile.lock | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index ebefdc0c0..87cef0d79 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -77,7 +77,7 @@ GEM tzinfo (~> 2.0) acts-as-taggable-on (9.0.1) activerecord (>= 6.0, < 7.1) - addressable (2.8.5) + addressable (2.8.6) public_suffix (>= 2.0.2, < 6.0) airbrussh (1.5.0) sshkit (>= 1.6.1, != 1.7.0) @@ -241,9 +241,9 @@ GEM database_cleaner-core (~> 2.0.0) database_cleaner-core (2.0.1) date (3.3.4) - debug (1.8.0) - irb (>= 1.5.0) - reline (>= 0.3.1) + debug (1.9.0) + irb (~> 1.10) + reline (>= 0.3.8) declarative (0.0.20) deep_merge (1.2.2) deprecation (1.1.0) @@ -360,7 +360,7 @@ GEM tilt (>= 1.2) hashdiff (1.0.1) hashie (5.0.0) - honeybadger (5.3.0) + honeybadger (5.4.0) http (5.1.1) addressable (~> 2.8) http-cookie (~> 1.0) @@ -386,7 +386,7 @@ GEM mini_magick (>= 4.9.5, < 5) ruby-vips (>= 2.0.17, < 3) io-console (0.6.0) - irb (1.10.0) + irb (1.10.1) rdoc reline (>= 0.3.8) iso-639 (0.3.6) @@ -397,7 +397,7 @@ GEM rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) - json (2.7.0) + json (2.7.1) jsonpath (1.1.5) multi_json jwt (2.7.1) @@ -450,7 +450,7 @@ GEM method_source (1.0.0) mime-types (3.5.1) mime-types-data (~> 3.2015) - mime-types-data (3.2023.1003) + mime-types-data (3.2023.1205) mini_magick (4.12.0) mini_mime (1.1.5) minitar (0.9) @@ -460,10 +460,10 @@ GEM iso-639 nokogiri (>= 1.6.6) nom-xml (~> 1.0) - mods_display (1.4.0) + mods_display (1.6.1) i18n rails_autolink - stanford-mods (~> 3.3, >= 3.3.7) + stanford-mods (~> 3.3, >= 3.3.9) view_component msgpack (1.7.2) multi_json (1.15.0) @@ -529,7 +529,7 @@ GEM rack (2.2.8) rack-accept (0.4.5) rack (>= 0.4) - rack-mini-profiler (3.1.1) + rack-mini-profiler (3.3.0) rack (>= 1.2.0) rack-test (2.1.0) rack (>= 1.3) @@ -575,14 +575,14 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) - rdoc (6.6.0) + rdoc (6.6.1) psych (>= 4.0.0) redcarpet (3.6.0) redis (5.0.8) redis-client (>= 0.17.0) - redis-client (0.18.0) + redis-client (0.19.0) connection_pool - regexp_parser (2.8.2) + regexp_parser (2.8.3) reline (0.4.1) io-console (~> 0.5) representable (3.2.0) @@ -629,7 +629,7 @@ GEM rspec-mocks (~> 3.12) rspec-support (~> 3.12) rspec-support (3.12.1) - rubocop (1.58.0) + rubocop (1.59.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -673,7 +673,7 @@ GEM sprockets-rails tilt scrub_rb (1.0.1) - selenium-webdriver (4.15.0) + selenium-webdriver (4.16.0) rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) websocket (~> 1.0) From fc3720813589ac89c2ab25d6e7e4cdf8562beab3 Mon Sep 17 00:00:00 2001 From: Cory Lown Date: Mon, 11 Dec 2023 09:37:10 -0500 Subject: [PATCH 2/2] 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)