Skip to content

Commit

Permalink
Merge pull request #1537 from sul-dlss/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
marlo-longley authored Dec 16, 2024
2 parents 81d949b + db0d4fa commit 32a69ad
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 19 deletions.
42 changes: 23 additions & 19 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ GEM
capistrano (~> 3.0)
capistrano-shared_configs (0.2.2)
chronic (0.10.2)
cocina-models (0.99.0)
cocina-models (0.99.1)
activesupport
deprecation
dry-struct (~> 1.0)
Expand All @@ -80,9 +80,9 @@ GEM
super_diff
thor
zeitwerk (~> 2.1)
commonmarker (1.1.5-arm64-darwin)
commonmarker (1.1.5-x86_64-darwin)
commonmarker (1.1.5-x86_64-linux)
commonmarker (2.0.1-arm64-darwin)
commonmarker (2.0.1-x86_64-darwin)
commonmarker (2.0.1-x86_64-linux)
concurrent-ruby (1.3.4)
config (5.5.2)
deep_merge (~> 1.2, >= 1.2.1)
Expand All @@ -93,6 +93,7 @@ GEM
rexml
crass (1.0.6)
csv (3.3.0)
date (3.4.1)
debouncer (0.2.2)
debug (1.9.2)
irb (~> 1.10)
Expand All @@ -103,7 +104,7 @@ GEM
diff-lcs (1.5.1)
digest-crc (0.6.5)
rake (>= 12.0.0, < 14.0.0)
dlss-capistrano (5.2.0)
dlss-capistrano (5.3.0)
bcrypt_pbkdf
capistrano (~> 3.0)
capistrano-bundle_audit (>= 0.3.0)
Expand Down Expand Up @@ -143,8 +144,8 @@ GEM
dry-logic (~> 1.4)
zeitwerk (~> 2.6)
ed25519 (1.3.0)
edtf (3.1.1)
activesupport (>= 3.0, < 8.0)
edtf (3.2.0)
activesupport (>= 3.0, < 9.0)
equivalent-xml (0.6.0)
nokogiri (>= 1.4.3)
erubi (1.13.0)
Expand All @@ -158,7 +159,7 @@ GEM
rake
hashdiff (1.1.2)
hashie (5.0.0)
honeybadger (5.24.0)
honeybadger (5.26.0)
logger
http (5.2.0)
addressable (~> 2.8)
Expand Down Expand Up @@ -186,7 +187,7 @@ GEM
llhttp-ffi (0.5.0)
ffi-compiler (~> 1.0)
rake (~> 13.0)
logger (1.6.1)
logger (1.6.2)
loofah (2.23.1)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand Down Expand Up @@ -238,7 +239,8 @@ GEM
patience_diff (1.2.0)
optimist (~> 3.0)
pg (1.5.9)
psych (5.2.0)
psych (5.2.1)
date
stringio
public_suffix (6.0.1)
racc (1.8.1)
Expand Down Expand Up @@ -273,8 +275,8 @@ GEM
rbtree (0.4.6)
rdoc (6.8.1)
psych (>= 4.0.0)
regexp_parser (2.9.2)
reline (0.5.11)
regexp_parser (2.9.3)
reline (0.5.12)
io-console (~> 0.5)
retriable (3.1.2)
rexml (3.3.9)
Expand All @@ -291,24 +293,24 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (1.68.0)
rubocop (1.69.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.4, < 3.0)
rubocop-ast (>= 1.32.2, < 2.0)
rubocop-ast (>= 1.36.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.36.1)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.36.2)
parser (>= 3.3.1.0)
ruby-kafka (1.5.0)
digest-crc
ruby-progressbar (1.13.0)
scrub_rb (1.0.1)
securerandom (0.3.2)
set (1.1.0)
securerandom (0.4.0)
set (1.1.1)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
Expand Down Expand Up @@ -350,7 +352,9 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unf (0.2.0)
unicode-display_width (2.6.0)
unicode-display_width (3.1.2)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
useragent (0.16.10)
view_component (3.20.0)
activesupport (>= 5.2.0, < 8.1)
Expand Down
2 changes: 2 additions & 0 deletions lib/call_numbers/dewey_shelfkey.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ def forward

private

# rubocop:disable Lint/MixedRegexpCaptureTypes
def parsed
@parsed ||= %r{
(?<klass_number>\d{1,3})(?<klass_decimal>\.?\d+)?\s*
Expand All @@ -35,6 +36,7 @@ def parsed
}x.match(base_call_number)
@parsed ||= {}
end
# rubocop:enable Lint/MixedRegexpCaptureTypes

def klass_number_and_decimal
[
Expand Down
2 changes: 2 additions & 0 deletions lib/call_numbers/lc_shelfkey.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ def forward

private

# rubocop:disable Lint/MixedRegexpCaptureTypes
def parsed
@parsed ||= /
(?<klass>[A-Z]{0,3})\s*
Expand All @@ -37,5 +38,6 @@ def parsed

@parsed ||= {}
end
# rubocop:enable Lint/MixedRegexpCaptureTypes
end
end

0 comments on commit 32a69ad

Please sign in to comment.