Skip to content

Commit

Permalink
Merge pull request #1817 from sul-dlss/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
corylown authored Dec 4, 2023
2 parents 31a9d55 + fa2f6dc commit a2ddfdf
Show file tree
Hide file tree
Showing 3 changed files with 146 additions and 138 deletions.
12 changes: 9 additions & 3 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2023-02-23 15:26:06 UTC using RuboCop version 1.45.1.
# on 2023-12-04 13:29:40 UTC using RuboCop version 1.58.0.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
Expand Down Expand Up @@ -31,7 +31,7 @@ Naming/MethodParameterName:
# Offense count: 16
# Configuration parameters: EnforcedStyle, CheckMethodNames, CheckSymbols, AllowedIdentifiers, AllowedPatterns.
# SupportedStyles: snake_case, normalcase, non_integer
# AllowedIdentifiers: capture3, iso8601, rfc1123_date, rfc822, rfc2822, rfc3339
# AllowedIdentifiers: capture3, iso8601, rfc1123_date, rfc822, rfc2822, rfc3339, x86_64
Naming/VariableNumber:
Exclude:
- 'spec/features/bulk_resource_delete_spec.rb'
Expand Down Expand Up @@ -65,7 +65,7 @@ RSpec/StubbedMock:
- 'spec/controllers/image_proxy_controller_spec.rb'
- 'spec/presenters/dlme_thumbnail_presenter_spec.rb'

# Offense count: 27
# Offense count: 30
# Configuration parameters: IgnoreNameless, IgnoreSymbolicNames.
RSpec/VerifiedDoubles:
Exclude:
Expand All @@ -82,6 +82,12 @@ Style/HashAsLastArrayItem:
Exclude:
- 'app/controllers/concerns/multilingual_locale_aware_field.rb'

# Offense count: 1
# This cop supports safe autocorrection (--autocorrect).
Style/RedundantParentheses:
Exclude:
- 'app/controllers/catalog_controller.rb'

# Offense count: 3
# This cop supports unsafe autocorrection (--autocorrect-all).
Style/SingleArgumentDig:
Expand Down
24 changes: 13 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ GEM
rack-test (>= 0.6.3)
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
carrierwave (2.2.4)
carrierwave (2.2.5)
activemodel (>= 5.0.0)
activesupport (>= 5.0.0)
addressable (~> 2.6)
Expand Down Expand Up @@ -291,6 +291,7 @@ GEM
railties (>= 3.2, < 8.0)
friendly_id (5.5.1)
activerecord (>= 4.0.0)
geo_coord (0.2.0)
github-markup (4.0.2)
globalid (1.2.1)
activesupport (>= 6.1)
Expand Down Expand Up @@ -322,9 +323,10 @@ GEM
terminal-table (>= 1.5.1)
iiif-image-api (0.2.0)
activesupport
iiif-presentation (1.2.0)
iiif-presentation (1.3.0)
activesupport (>= 3.2.18)
faraday (~> 2.7)
geo_coord
json
iiif_manifest (1.3.1)
activesupport (>= 4)
Expand All @@ -336,13 +338,13 @@ GEM
activesupport (>= 6.0.0)
railties (>= 6.0.0)
io-console (0.6.0)
irb (1.9.1)
irb (1.10.0)
rdoc
reline (>= 0.3.8)
jbuilder (2.11.5)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
json (2.6.3)
json (2.7.0)
jwt (2.7.1)
kaminari (1.2.2)
activesupport (>= 4.1.0)
Expand Down Expand Up @@ -388,7 +390,7 @@ GEM
msgpack (1.7.2)
multi_json (1.15.0)
multi_xml (0.6.0)
net-imap (0.4.6)
net-imap (0.4.7)
date
net-protocol
net-pop (0.1.2)
Expand All @@ -400,7 +402,7 @@ GEM
net-smtp (0.4.0)
net-protocol
net-ssh (7.2.0)
nio4r (2.6.1)
nio4r (2.7.0)
nokogiri (1.15.5-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.15.5-x86_64-linux)
Expand Down Expand Up @@ -490,7 +492,7 @@ GEM
redis-client (0.18.0)
connection_pool
regexp_parser (2.8.2)
reline (0.4.0)
reline (0.4.1)
io-console (~> 0.5)
representable (3.2.0)
declarative (< 0.1.0)
Expand Down Expand Up @@ -538,15 +540,15 @@ GEM
rspec-support (3.12.1)
rspec_junit_formatter (0.6.0)
rspec-core (>= 2, < 4, != 2.12.0)
rubocop (1.57.2)
rubocop (1.58.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.4)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.28.1, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.30.0)
Expand Down Expand Up @@ -629,10 +631,10 @@ GEM
ssrf_filter (1.1.2)
stimulus-rails (1.3.0)
railties (>= 6.0.0)
stringio (3.0.9)
stringio (3.1.0)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
terser (1.1.19)
terser (1.1.20)
execjs (>= 0.3.0, < 3)
test_xml (0.1.8)
diffy (~> 3.0)
Expand Down
Loading

0 comments on commit a2ddfdf

Please sign in to comment.