Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies #2371

Merged
merged 1 commit into from
Nov 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 17 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
GEM
remote: https://gems.contribsys.com/
specs:
sidekiq-pro (7.1.6)
sidekiq (>= 7.1.5, < 8)
sidekiq-pro (7.2.0)
sidekiq (>= 7.2.0, < 8)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -88,6 +88,7 @@ GEM
babel-transpiler (0.7.0)
babel-source (>= 4.0, < 6)
execjs (~> 2.0)
base64 (0.1.1)
bcrypt (3.1.19)
bibtex-ruby (6.0.0)
latex-decode (~> 0.0)
Expand Down Expand Up @@ -158,9 +159,10 @@ GEM
leaflet-rails (~> 1.2)
leaflet-sidebar-rails (~> 0.2)
rails (>= 6, < 8)
blacklight_range_limit (8.3.0)
blacklight_range_limit (8.4.0)
blacklight (>= 7.25.2, < 9)
deprecation
view_component (>= 2.54, < 4)
bootsnap (1.17.0)
msgpack (~> 1.2)
bootstrap (4.6.2)
Expand Down Expand Up @@ -256,7 +258,7 @@ GEM
devise
devise-remote-user (1.1.0)
devise
devise_invitable (2.0.8)
devise_invitable (2.0.9)
actionmailer (>= 5.0)
devise (>= 4.6)
diff-lcs (1.5.0)
Expand All @@ -269,7 +271,7 @@ GEM
docile (1.4.0)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
dor-rights-auth (1.7.0)
dor-rights-auth (1.8.0)
nokogiri
dot-properties (0.1.4)
bundler (>= 2.2.33)
Expand Down Expand Up @@ -459,7 +461,7 @@ GEM
iso-639
nokogiri (>= 1.6.6)
nom-xml (~> 1.0)
mods_display (1.3.2)
mods_display (1.3.5)
i18n
rails_autolink
stanford-mods (~> 3.3, >= 3.3.7)
Expand All @@ -470,7 +472,7 @@ GEM
multipart-post (2.3.0)
mysql2 (0.5.5)
namae (1.1.1)
net-imap (0.4.2)
net-imap (0.4.4)
date
net-protocol
net-pop (0.1.2)
Expand All @@ -482,7 +484,8 @@ GEM
net-smtp (0.4.0)
net-protocol
net-ssh (7.2.0)
newrelic_rpm (9.5.0)
newrelic_rpm (9.6.0)
base64
nio4r (2.5.9)
nokogiri (1.15.4-x86_64-darwin)
racc (~> 1.4)
Expand Down Expand Up @@ -523,7 +526,7 @@ GEM
mods_display (>= 1.0.0.alpha1)
nokogiri
stanford-mods
racc (1.7.1)
racc (1.7.3)
rack (2.2.8)
rack-accept (0.4.5)
rack (>= 0.4)
Expand Down Expand Up @@ -573,7 +576,7 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rdoc (6.5.0)
rdoc (6.6.0)
psych (>= 4.0.0)
redcarpet (3.6.0)
redis (5.0.8)
Expand Down Expand Up @@ -670,11 +673,11 @@ GEM
sprockets-rails
tilt
scrub_rb (1.0.1)
selenium-webdriver (4.14.0)
selenium-webdriver (4.15.0)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
sidekiq (7.1.6)
sidekiq (7.2.0)
concurrent-ruby (< 2)
connection_pool (>= 2.3.0)
rack (>= 2.2.4)
Expand Down Expand Up @@ -726,8 +729,8 @@ GEM
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
sqlite3 (1.6.7-x86_64-darwin)
sqlite3 (1.6.7-x86_64-linux)
sqlite3 (1.6.8-x86_64-darwin)
sqlite3 (1.6.8-x86_64-linux)
sshkit (1.21.5)
net-scp (>= 1.1.2)
net-ssh (>= 2.8.0)
Expand Down