Skip to content

Commit

Permalink
Unpins mods_display
Browse files Browse the repository at this point in the history
  • Loading branch information
justinlittman committed Dec 11, 2023
1 parent 79574ca commit 50cc188
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ gem 'bibtex-ruby'
gem 'citeproc-ruby'
gem 'csl-styles'
gem 'acts-as-taggable-on'
gem 'mods_display', '1.4.0' # mods_display v1.5.0 breaks NestedRelatedItem display
gem 'mods_display', '~> 1.6'
gem 'slack-ruby-client'
gem 'blacklight-oembed', '~> 1.0'
gem 'view_component', '~> 2.82' # ViewComponent 3.x breaks blacklight_range_limit 8.3.0
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -460,10 +460,10 @@ GEM
iso-639
nokogiri (>= 1.6.6)
nom-xml (~> 1.0)
mods_display (1.4.0)
mods_display (1.6.2)
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)
Expand Down Expand Up @@ -856,7 +856,7 @@ DEPENDENCIES
jsonpath
letter_opener
listen (~> 3.3)
mods_display (= 1.4.0)
mods_display (~> 1.6)
mysql2
newrelic_rpm
nokogiri (>= 1.7.1)
Expand Down

0 comments on commit 50cc188

Please sign in to comment.