Skip to content

Commit

Permalink
Merge pull request #2384 from sul-dlss/update-dependencies
Browse files Browse the repository at this point in the history
Merged by automated merge script
  • Loading branch information
jcoyne authored Jan 8, 2024
2 parents 8fcdb5e + b652eef commit e2e12fe
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
18 changes: 10 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ GEM
bcrypt (3.1.20)
bibtex-ruby (6.0.0)
latex-decode (~> 0.0)
bigdecimal (3.1.5)
bindex (0.8.1)
blacklight (7.35.0)
deprecation
Expand Down Expand Up @@ -295,7 +296,8 @@ GEM
dry-logic (>= 1.4, < 2)
dry-types (>= 1.7, < 2)
zeitwerk (~> 2.6)
dry-types (1.7.1)
dry-types (1.7.2)
bigdecimal (~> 3.0)
concurrent-ruby (~> 1.0)
dry-core (~> 1.0)
dry-inflector (~> 1.0)
Expand Down Expand Up @@ -472,7 +474,7 @@ GEM
mutex_m (0.2.0)
mysql2 (0.5.5)
namae (1.1.1)
net-imap (0.4.9)
net-imap (0.4.9.1)
date
net-protocol
net-pop (0.1.2)
Expand All @@ -481,7 +483,7 @@ GEM
timeout
net-scp (4.0.0)
net-ssh (>= 2.6.5, < 8.0.0)
net-smtp (0.4.0)
net-smtp (0.4.0.1)
net-protocol
net-ssh (7.2.1)
newrelic_rpm (9.6.0)
Expand Down Expand Up @@ -510,15 +512,15 @@ GEM
activerecord (>= 5.2)
request_store (~> 1.1)
parallel (1.24.0)
parser (3.2.2.4)
parser (3.3.0.2)
ast (~> 2.4.1)
racc
parslet (2.0.0)
popper_js (1.16.1)
psych (5.1.2)
stringio
public_suffix (5.0.4)
puma (5.6.7)
puma (5.6.8)
nio4r (~> 2.0)
purl_fetcher-client (0.5.0)
dor-rights-auth
Expand Down Expand Up @@ -584,7 +586,7 @@ GEM
redis-client (0.19.1)
connection_pool
regexp_parser (2.8.3)
reline (0.4.1)
reline (0.4.2)
io-console (~> 0.5)
representable (3.2.0)
declarative (< 0.1.0)
Expand Down Expand Up @@ -645,7 +647,7 @@ GEM
parser (>= 3.2.1.0)
rubocop-capybara (2.20.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.24.0)
rubocop-factory_bot (2.25.0)
rubocop (~> 1.33)
rubocop-performance (1.20.1)
rubocop (>= 1.48.1, < 2.0)
Expand All @@ -655,7 +657,7 @@ GEM
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-rspec (2.25.0)
rubocop-rspec (2.26.1)
rubocop (~> 1.40)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
Expand Down
4 changes: 2 additions & 2 deletions spec/models/search_builder_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
described_class.default_processor_chain << :add_advanced_search_to_solr
end

it 'will allow up to max per page' do
it 'allows up to max per page' do
expect(builder.to_hash).to include(rows: 999)
end

Expand Down Expand Up @@ -68,7 +68,7 @@
}.with_indifferent_access
end

it 'will become config.default_per_page' do
it 'becomes config.default_per_page' do
expect(builder.to_hash).to include(rows: 99)
end
end
Expand Down

0 comments on commit e2e12fe

Please sign in to comment.