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 #1008

Merged
merged 2 commits into from
Nov 20, 2023
Merged
Show file tree
Hide file tree
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
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ group :development, :test do
gem 'rspec-rails'
gem 'capybara'
gem 'selenium-webdriver', '!= 3.13.0'
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 'database_cleaner'
gem 'simplecov', require: false
gem 'solr_wrapper'
Expand Down
29 changes: 13 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ GEM
autoprefixer-rails (10.4.15.0)
execjs (~> 2)
base64 (0.2.0)
bcrypt (3.1.19)
bcrypt (3.1.20)
bindex (0.8.1)
blacklight (7.35.0)
deprecation
Expand Down Expand Up @@ -178,8 +178,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)
dry-configurable (1.1.0)
dry-core (~> 1.0, < 2)
zeitwerk (~> 2.6)
Expand Down Expand Up @@ -302,7 +301,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 All @@ -322,7 +321,7 @@ GEM
msgpack (1.7.2)
net-http-persistent (4.0.2)
connection_pool (~> 2.2)
net-imap (0.4.4)
net-imap (0.4.5)
date
net-protocol
net-pop (0.1.2)
Expand All @@ -336,10 +335,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)
okcomputer (1.18.5)
orm_adapter (0.5.0)
Expand All @@ -352,7 +351,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)
racc (1.7.3)
Expand Down Expand Up @@ -409,7 +408,7 @@ GEM
railties (>= 5.2)
retriable (3.1.2)
rexml (3.2.6)
rgeo (3.0.0)
rgeo (3.0.1)
rgeo-geojson (2.1.1)
rgeo (>= 1.0.0)
rsolr (2.5.0)
Expand Down Expand Up @@ -452,10 +451,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 @@ -503,7 +503,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)
stringio (3.0.9)
Expand All @@ -516,9 +516,6 @@ GEM
railties (>= 3.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unf (0.1.4)
unf_ext
unf_ext (0.0.9)
unicode-display_width (2.5.0)
view_component (3.7.0)
activesupport (>= 5.2.0, < 8.0)
Expand Down Expand Up @@ -565,7 +562,7 @@ DEPENDENCIES
devise-guests (>= 0.3.3)
devise-remote-user
dlss-capistrano
factory_bot_rails
factory_bot_rails (~> 6.2.0)
faraday (~> 2.0)
geo_monitor (~> 0.7)!
geoblacklight (~> 3.8)
Expand Down