Skip to content

Commit

Permalink
Merge pull request #2374 from sul-dlss/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
corylown authored Nov 20, 2023
2 parents 1c3e2be + f92b35a commit 771d82a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ group :development, :test do
gem 'rubocop-rspec', require: false

gem 'rspec-rails'
gem 'factory_bot_rails'
# Pinned until https://github.com/thoughtbot/factory_bot_rails/issues/433 is resolved
gem 'factory_bot_rails', '~> 6.2.0'
gem 'rails-controller-testing'
gem 'capybara'
gem 'selenium-webdriver', '!= 3.13.0'
Expand Down
26 changes: 13 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ GEM
babel-source (>= 4.0, < 6)
execjs (~> 2.0)
base64 (0.2.0)
bcrypt (3.1.19)
bcrypt (3.1.20)
bibtex-ruby (6.0.0)
latex-decode (~> 0.0)
bindex (0.8.1)
Expand Down Expand Up @@ -269,8 +269,7 @@ GEM
capistrano-one_time_key
capistrano-shared_configs
docile (1.4.0)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
domain_name (0.6.20231109)
dor-rights-auth (1.8.0)
nokogiri
dot-properties (0.1.4)
Expand Down Expand Up @@ -432,7 +431,7 @@ GEM
llhttp-ffi (0.4.0)
ffi-compiler (~> 1.0)
rake (~> 13.0)
loofah (2.21.4)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.8.1)
Expand Down Expand Up @@ -472,7 +471,7 @@ GEM
multipart-post (2.3.0)
mysql2 (0.5.5)
namae (1.1.1)
net-imap (0.4.4)
net-imap (0.4.5)
date
net-protocol
net-pop (0.1.2)
Expand All @@ -486,10 +485,10 @@ GEM
net-ssh (7.2.0)
newrelic_rpm (9.6.0)
base64
nio4r (2.5.9)
nokogiri (1.15.4-x86_64-darwin)
nio4r (2.6.0)
nokogiri (1.15.5-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.15.4-x86_64-linux)
nokogiri (1.15.5-x86_64-linux)
racc (~> 1.4)
nom-xml (1.2.0)
i18n
Expand Down Expand Up @@ -517,7 +516,7 @@ GEM
popper_js (1.16.1)
psych (5.1.1.1)
stringio
public_suffix (5.0.3)
public_suffix (5.0.4)
puma (5.6.7)
nio4r (~> 2.0)
purl_fetcher-client (0.5.0)
Expand Down Expand Up @@ -650,10 +649,11 @@ GEM
rubocop-performance (1.19.1)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-rails (2.22.1)
rubocop-rails (2.22.2)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-rspec (2.25.0)
rubocop (~> 1.40)
rubocop-capybara (~> 2.17)
Expand Down Expand Up @@ -731,7 +731,7 @@ GEM
sprockets (>= 3.0.0)
sqlite3 (1.6.8-x86_64-darwin)
sqlite3 (1.6.8-x86_64-linux)
sshkit (1.21.5)
sshkit (1.21.6)
net-scp (>= 1.1.2)
net-ssh (>= 2.8.0)
ssrf_filter (1.1.2)
Expand Down Expand Up @@ -781,7 +781,7 @@ GEM
underscore-rails (1.8.3)
unf (0.1.4)
unf_ext
unf_ext (0.0.9)
unf_ext (0.0.9.1)
unicode-display_width (2.5.0)
version_gem (1.1.3)
view_component (2.82.0)
Expand Down Expand Up @@ -846,7 +846,7 @@ DEPENDENCIES
devise_invitable
dlss-capistrano
dotenv
factory_bot_rails
factory_bot_rails (~> 6.2.0)
faraday
file_validators
friendly_id (~> 5.4)
Expand Down

0 comments on commit 771d82a

Please sign in to comment.