File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ group :development, :test do
77
77
gem "rubocop" , "1.69" , require : false
78
78
gem "rubocop-performance" , "~> 1.13"
79
79
gem "rubocop-rails"
80
- gem "rubocop-rspec" , "~> 2.7 "
80
+ gem "rubocop-rspec" , "~> 3.3 "
81
81
# Critical that require: false be set! https://github.com/brigade/scss-lint/issues/278
82
82
gem "scss_lint" , require : false
83
83
Original file line number Diff line number Diff line change 342
342
activesupport (>= 4.2.0 )
343
343
rack (>= 1.1 )
344
344
rubocop (>= 1.7.0 , < 2.0 )
345
- rubocop-rspec (2.11.1 )
346
- rubocop (~> 1.19 )
345
+ rubocop-rspec (3.3.0 )
346
+ rubocop (~> 1.61 )
347
347
ruby-progressbar (1.13.0 )
348
348
ruby_parser (3.21.0 )
349
349
racc (~> 1.5 )
@@ -481,7 +481,7 @@ DEPENDENCIES
481
481
rubocop (= 1.69 )
482
482
rubocop-performance (~> 1.13 )
483
483
rubocop-rails
484
- rubocop-rspec (~> 2.7 )
484
+ rubocop-rspec (~> 3.3 )
485
485
sass-rails
486
486
scss_lint
487
487
sdoc
You can’t perform that action at this time.
0 commit comments