Skip to content

Commit 4924829

Browse files
author
Brian Kelly
authored
Dependency Updates (#402)
* Update Blacklight and add concurrency gem * Update gems and fix broken specs * Update Node packages * Migrate Rubocop configuration and address findings * Add suggested Rubocop plugins * Project alerts should be Info, not Warning * Update nokogiri and thor gems for CVEs * Update to sdr_cli 0.2.1 for thor 1.4.0
1 parent c65e7f1 commit 4924829

File tree

13 files changed

+1448
-1215
lines changed

13 files changed

+1448
-1215
lines changed

.rubocop.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
require:
2-
- rubocop-rails
1+
plugins:
2+
- rubocop-capybara
3+
- rubocop-factory_bot
34
- rubocop-performance
5+
- rubocop-rails
46
- rubocop-rspec
5-
- rubocop-capybara
7+
- rubocop-rspec_rails
68

79
AllCops:
810
Exclude:

Gemfile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ gem 'omniauth-oauth2'
2424
gem 'omniauth-rails_csrf_protection'
2525
gem 'puma', '~> 5.0'
2626
gem 'rack-attack'
27-
gem 'rails', '~> 7.0.6'
27+
gem 'rails', '~> 7'
2828
gem 'rsolr', '>= 1.0', '< 3'
2929
gem 'sassc-rails', '~> 2.1'
3030
gem 'sdoc', group: :doc
31-
gem 'sdr_cli', github: 'NYULibraries/sdr-cli', tag: 'v0.2.0'
31+
gem 'sdr_cli', github: 'NYULibraries/sdr-cli', tag: 'v0.2.1'
3232
gem 'sprockets', '< 4.0'
3333
gem 'sprockets-rails'
3434
gem 'stimulus-rails'
@@ -54,9 +54,12 @@ group :development, :test do
5454
gem 'geckodriver-helper'
5555
gem 'rspec-rails'
5656
gem 'rubocop', require: false
57+
gem 'rubocop-capybara', require: false
58+
gem 'rubocop-factory_bot', require: false
5759
gem 'rubocop-performance', require: false
5860
gem 'rubocop-rails', require: false
5961
gem 'rubocop-rspec', require: false
62+
gem 'rubocop-rspec_rails', require: false
6063
gem 'selenium-webdriver'
6164
gem 'simplecov'
6265
gem 'solr_wrapper'

0 commit comments

Comments
 (0)