Skip to content

Commit

Permalink
Merge pull request #312 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 Jun 12, 2023
2 parents 742ab5d + ae6660c commit d9dbfd5
Show file tree
Hide file tree
Showing 2 changed files with 724 additions and 731 deletions.
19 changes: 10 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ GEM
capistrano (~> 3.0)
sshkit (~> 1.2)
capistrano-shared_configs (0.2.2)
capybara (3.39.1)
capybara (3.39.2)
addressable
matrix
mini_mime (>= 0.1.3)
Expand Down Expand Up @@ -218,7 +218,7 @@ GEM
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
json (2.6.3)
jwt (2.7.0)
jwt (2.7.1)
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
Expand Down Expand Up @@ -273,8 +273,9 @@ GEM
activerecord (>= 6.0)
request_store (~> 1.4)
parallel (1.23.0)
parser (3.2.2.1)
parser (3.2.2.3)
ast (~> 2.4.1)
racc
pg (1.5.3)
public_suffix (5.0.1)
puma (5.6.5)
Expand All @@ -283,7 +284,7 @@ GEM
concurrent-ruby (>= 1.1, < 1.3)
mime-types (>= 3.0)
websocket-driver (>= 0.6.0)
racc (1.6.2)
racc (1.7.0)
rack (2.2.7)
rack-mini-profiler (2.3.4)
rack (>= 1.2.0)
Expand Down Expand Up @@ -335,7 +336,7 @@ GEM
redis-client (>= 0.9.0)
redis-client (0.14.1)
connection_pool
regexp_parser (2.8.0)
regexp_parser (2.8.1)
reline (0.3.5)
io-console (~> 0.5)
request_store (1.5.1)
Expand All @@ -362,10 +363,10 @@ GEM
rspec-mocks (~> 3.12)
rspec-support (~> 3.12)
rspec-support (3.12.0)
rubocop (1.52.0)
rubocop (1.52.1)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 3.2.0.0)
parser (>= 3.2.2.3)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
Expand Down Expand Up @@ -393,7 +394,7 @@ GEM
ruby-vips (2.1.4)
ffi (~> 1.12)
rubyzip (2.3.2)
selenium-webdriver (4.9.1)
selenium-webdriver (4.10.0)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
Expand Down Expand Up @@ -421,7 +422,7 @@ GEM
net-scp (>= 1.1.2)
net-ssh (>= 2.8.0)
thor (1.2.2)
tilt (2.1.0)
tilt (2.2.0)
timeout (0.3.2)
tophat (2.3.1)
actionpack (>= 3.0.0)
Expand Down
Loading

0 comments on commit d9dbfd5

Please sign in to comment.