Skip to content

Commit

Permalink
Merge pull request #145 from sul-dlss/mods-3.0.4
Browse files Browse the repository at this point in the history
pin mods gem to 3.0.4 for name/nameIdentifier (orcids)
  • Loading branch information
justinlittman authored Oct 24, 2023
2 parents ede1706 + a8c57ff commit c256b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stanford-mods.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |gem|
gem.test_files = gem.files.grep(%r{^spec/})
gem.require_paths = ["lib"]

gem.add_dependency 'mods', '~> 3.0', '>= 3.0.3'
gem.add_dependency 'mods', '~> 3.0', '>= 3.0.4'
# active_support for .ordinalize, eg. 1 -> 1st, 2 -> 2nd for centuries
gem.add_dependency 'activesupport'

Expand Down

0 comments on commit c256b14

Please sign in to comment.