Skip to content

Commit

Permalink
Merge pull request #776 from sul-dlss/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
jcoyne authored Jun 17, 2024
2 parents 1f5ad3a + d4c41e4 commit 5b7eece
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 14 deletions.
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ require:
- rubocop-rails
- rubocop-capybara
- rubocop-rspec_rails
- rubocop-factory_bot

AllCops:
Exclude:
Expand Down
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ group :development, :test do
gem 'solr_wrapper', '>= 0.3'
gem 'rspec-rails', '~> 6.0'
gem 'rubocop', require: false
gem 'rubocop-factory_bot', require: false
gem 'rubocop-performance', require: false
gem 'rubocop-rails', require: false
gem 'rubocop-rspec', require: false
Expand Down
21 changes: 7 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -168,13 +168,12 @@ GEM
devise-guests (0.8.3)
devise
diff-lcs (1.5.1)
dlss-capistrano (5.0.0)
dlss-capistrano (5.0.3)
bcrypt_pbkdf
capistrano (~> 3.0)
capistrano-bundle_audit (>= 0.3.0)
capistrano-shared_configs
ed25519
net-ssh-krb
domain_name (0.6.20240107)
dot-properties (0.1.4)
bundler (>= 2.2.33)
Expand All @@ -196,12 +195,10 @@ GEM
gretel (5.0.0)
actionview (>= 5.1, < 7.2)
railties (>= 5.1, < 7.2)
gssapi (1.3.1)
ffi (>= 1.0.1)
hashdiff (1.1.0)
hashery (2.1.2)
hashie (5.0.0)
honeybadger (5.11.2)
honeybadger (5.12.0)
http (5.2.0)
addressable (~> 2.8)
base64 (~> 0.1)
Expand Down Expand Up @@ -283,9 +280,6 @@ GEM
net-smtp (0.5.0)
net-protocol
net-ssh (7.2.3)
net-ssh-krb (0.5.1)
gssapi (~> 1.3.0)
net-ssh (>= 2.0)
nio4r (2.7.3)
nokogiri (1.16.6-aarch64-linux)
racc (~> 1.4)
Expand Down Expand Up @@ -424,13 +418,11 @@ GEM
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rspec (2.31.0)
rubocop (~> 1.40)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
rubocop-rspec_rails (~> 2.28)
rubocop-rspec_rails (2.29.1)
rubocop-rspec (3.0.1)
rubocop (~> 1.61)
rubocop-rspec_rails (2.30.0)
rubocop (~> 1.61)
rubocop-rspec (~> 3, >= 3.0.1)
ruby-progressbar (1.13.0)
ruby-rc4 (0.1.5)
rubyzip (2.3.2)
Expand Down Expand Up @@ -566,6 +558,7 @@ DEPENDENCIES
rspec-rails (~> 6.0)
rubocop
rubocop-capybara
rubocop-factory_bot
rubocop-performance
rubocop-rails
rubocop-rspec
Expand Down

0 comments on commit 5b7eece

Please sign in to comment.