Skip to content

Commit

Permalink
Merge pull request #979 from sul-dlss/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
corylown authored Jul 17, 2023
2 parents 2625508 + 5153ef0 commit 5770ebf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ GEM
nokogiri
dot-properties (0.1.4)
bundler (>= 2.2.33)
dry-configurable (1.0.1)
dry-configurable (1.1.0)
dry-core (~> 1.0, < 2)
zeitwerk (~> 2.6)
dry-core (1.0.0)
Expand Down Expand Up @@ -115,8 +115,8 @@ GEM
concurrent-ruby (~> 1.0)
io-console (0.6.0)
io-console (0.6.0-java)
irb (1.7.1)
reline (>= 0.3.0)
irb (1.7.4)
reline (>= 0.3.6)
iso-639 (0.3.6)
json (2.6.3)
json (2.6.3-java)
Expand Down Expand Up @@ -166,7 +166,7 @@ GEM
ast (~> 2.4.1)
racc
pg (1.5.3)
public_suffix (5.0.1)
public_suffix (5.0.3)
racc (1.7.1)
racc (1.7.1-java)
rainbow (3.1.1)
Expand All @@ -185,11 +185,11 @@ GEM
rspec-expectations (3.12.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.5)
rspec-mocks (3.12.6)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.1)
rubocop (1.54.1)
rubocop (1.54.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down Expand Up @@ -247,7 +247,7 @@ GEM
unf (0.1.4-java)
unf_ext (0.0.8.2)
unicode-display_width (2.4.2)
view_component (3.3.0)
view_component (3.4.0)
activesupport (>= 5.2.0, < 8.0)
concurrent-ruby (~> 1.0)
method_source (~> 1.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/traject/config/sirsi_config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1989,7 +1989,7 @@ def holdings(record, context)
end

to_field 'lc_assigned_callnum_ssim', extract_marc('050ab:090ab') do |_record, accumulator, _context|
accumulator.select! { |cn| cn =~ SirsiHolding::CallNumber::VALID_LC_REGEX }
accumulator.select! { |cn| cn =~ SirsiHolding::CallNumber::VALID_LC_REGEX }
end

# shelfkey = custom, getShelfkeys
Expand Down

0 comments on commit 5770ebf

Please sign in to comment.