Skip to content

Commit

Permalink
Merge pull request #4568 from sul-dlss/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
dnoneill authored Feb 18, 2025
2 parents 0939dbd + a243098 commit 7df5903
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 21 deletions.
41 changes: 23 additions & 18 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ GEM
devise
devise-remote-user (1.1.0)
devise
diff-lcs (1.5.1)
diff-lcs (1.6.0)
dlss-capistrano (5.3.0)
bcrypt_pbkdf
capistrano (~> 3.0)
Expand Down Expand Up @@ -303,7 +303,7 @@ GEM
activesupport (>= 6.1)
hashdiff (1.1.2)
hashie (5.0.0)
honeybadger (5.26.2)
honeybadger (5.26.3)
logger
ostruct
http (5.2.0)
Expand All @@ -330,7 +330,7 @@ GEM
activesupport (>= 5.0.0)
jsbundling-rails (1.3.1)
railties (>= 6.0.0)
json (2.9.1)
json (2.10.1)
jwt (2.10.1)
base64
kaminari (1.2.2)
Expand All @@ -357,10 +357,11 @@ GEM
letter_opener (1.10.0)
launchy (>= 2.2, < 4)
library_stdnums (1.6.0)
lint_roller (1.1.0)
llhttp-ffi (0.5.0)
ffi-compiler (~> 1.0)
rake (~> 13.0)
logger (1.6.5)
logger (1.6.6)
loofah (2.24.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand Down Expand Up @@ -448,7 +449,7 @@ GEM
snaky_hash (~> 2.0)
version_gem (~> 1.1)
observer (0.1.2)
okcomputer (1.18.6)
okcomputer (1.19.0)
open-uri (0.5.0)
stringio
time
Expand All @@ -471,7 +472,7 @@ GEM
puma (6.6.0)
nio4r (~> 2.0)
racc (1.8.1)
rack (3.1.9)
rack (3.1.10)
rack-attack (6.7.0)
rack (>= 1.0, < 4)
rack-mini-profiler (2.3.4)
Expand Down Expand Up @@ -537,7 +538,7 @@ GEM
actionpack (>= 5.2)
railties (>= 5.2)
retriable (3.1.2)
rexml (3.4.0)
rexml (3.4.1)
rinku (2.0.6)
roadie (5.2.1)
css_parser (~> 1.4)
Expand Down Expand Up @@ -565,9 +566,10 @@ GEM
rspec-mocks (~> 3.13)
rspec-support (~> 3.13)
rspec-support (3.13.2)
rubocop (1.71.2)
rubocop (1.72.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
Expand All @@ -579,16 +581,19 @@ GEM
parser (>= 3.3.1.0)
rubocop-capybara (2.21.0)
rubocop (~> 1.41)
rubocop-performance (1.23.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rails (2.29.1)
rubocop-performance (1.24.0)
lint_roller (~> 1.1)
rubocop (>= 1.72.1, < 2.0)
rubocop-ast (>= 1.38.0, < 2.0)
rubocop-rails (2.30.1)
activesupport (>= 4.2.0)
lint_roller (~> 1.1)
rack (>= 1.1)
rubocop (>= 1.52.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rspec (3.4.0)
rubocop (~> 1.61)
rubocop (>= 1.72.1, < 2.0)
rubocop-ast (>= 1.38.0, < 2.0)
rubocop-rspec (3.5.0)
lint_roller (~> 1.1)
rubocop (~> 1.72, >= 1.72.1)
ruby-oembed (0.18.1)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
Expand Down Expand Up @@ -655,7 +660,7 @@ GEM
mods (~> 3.0, >= 3.0.4)
stimulus-rails (1.3.4)
railties (>= 6.0.0)
stringio (3.1.2)
stringio (3.1.3)
thor (1.3.2)
tilt (2.6.0)
time (0.4.1)
Expand Down
4 changes: 1 addition & 3 deletions spec/presenters/facet_options_presenter_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ def search_state
@search_state ||= Blacklight::SearchState.new(params, blacklight_config)
end

def blacklight_config
ArticlesController.blacklight_config
end
delegate :blacklight_config, to: :ArticlesController
end.new(params)
end
let(:params) { {} }
Expand Down

0 comments on commit 7df5903

Please sign in to comment.