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
7777 gem "rubocop" , "1.69" , require : false
7878 gem "rubocop-performance" , "~> 1.13"
7979 gem "rubocop-rails"
80- gem "rubocop-rspec" , "~> 2.7 "
80+ gem "rubocop-rspec" , "~> 3.3 "
8181 # Critical that require: false be set! https://github.com/brigade/scss-lint/issues/278
8282 gem "scss_lint" , require : false
8383
Original file line number Diff line number Diff line change 342342 activesupport (>= 4.2.0 )
343343 rack (>= 1.1 )
344344 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 )
347347 ruby-progressbar (1.13.0 )
348348 ruby_parser (3.21.0 )
349349 racc (~> 1.5 )
@@ -481,7 +481,7 @@ DEPENDENCIES
481481 rubocop (= 1.69 )
482482 rubocop-performance (~> 1.13 )
483483 rubocop-rails
484- rubocop-rspec (~> 2.7 )
484+ rubocop-rspec (~> 3.3 )
485485 sass-rails
486486 scss_lint
487487 sdoc
You can’t perform that action at this time.
0 commit comments