Skip to content

Commit

Permalink
Merge pull request #5127 from sul-dlss/update-dependencies
Browse files Browse the repository at this point in the history
Merged by automated merge script
  • Loading branch information
lwrubel authored Jul 15, 2024
2 parents d098af3 + 7add6c9 commit 9611ecd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ GEM
activesupport
diff-lcs (1.5.1)
diffy (3.4.2)
dlss-capistrano (5.1.1)
dlss-capistrano (5.2.0)
bcrypt_pbkdf
capistrano (~> 3.0)
capistrano-bundle_audit (>= 0.3.0)
Expand Down Expand Up @@ -238,11 +238,11 @@ GEM
activesupport (>= 6.1)
graphiql-rails (1.10.0)
railties
graphql (2.3.7)
graphql (2.3.8)
base64
hashdiff (1.1.0)
hashie (5.0.0)
honeybadger (5.13.2)
honeybadger (5.14.0)
http-cookie (1.0.6)
domain_name (~> 0.5)
i18n (1.14.5)
Expand Down Expand Up @@ -349,7 +349,7 @@ GEM
openapi_parser (1.0.0)
optimist (3.1.0)
parallel (1.25.1)
parser (3.3.3.0)
parser (3.3.4.0)
ast (~> 2.4.1)
racc
patience_diff (1.2.0)
Expand All @@ -370,11 +370,11 @@ GEM
public_suffix (6.0.0)
puma (6.4.2)
nio4r (~> 2.0)
purl_fetcher-client (1.5.3)
purl_fetcher-client (1.5.4)
activesupport
faraday (~> 2.1)
racc (1.8.0)
rack (3.1.6)
rack (3.1.7)
rack-console (1.4.1)
rack (~> 3.0)
rack-test
Expand Down Expand Up @@ -451,13 +451,13 @@ GEM
rspec-support (3.13.1)
rspec_junit_formatter (0.6.0)
rspec-core (>= 2, < 4, != 2.12.0)
rubocop (1.64.1)
rubocop (1.65.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 (>= 1.8, < 3.0)
regexp_parser (>= 2.4, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
Expand All @@ -476,7 +476,7 @@ GEM
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rspec (3.0.2)
rubocop-rspec (3.0.3)
rubocop (~> 1.61)
rubocop-rspec_rails (2.30.0)
rubocop (~> 1.61)
Expand Down
2 changes: 1 addition & 1 deletion app/services/cocina/to_datacite/form.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def resource_type
if subtypes.blank?
self_deposit_type(self_deposit_form)
else
subtypes.filter_map { |subtype| subtype if subtype != resource_type_general }.compact.join('; ')
subtypes.select { |subtype| subtype if subtype != resource_type_general }.join('; ')
end
end
end
Expand Down

0 comments on commit 9611ecd

Please sign in to comment.