File tree Expand file tree Collapse file tree 4 files changed +22
-1
lines changed
Expand file tree Collapse file tree 4 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 1+ plugins :
2+ - rubocop-performance
3+ - rubocop-rake
4+ - rubocop-rspec
5+
16AllCops :
27 TargetRubyVersion : 3.1
38 NewCops : enable
Original file line number Diff line number Diff line change @@ -9,3 +9,6 @@ gem 'irb'
99gem 'rake' , '~> 13.0'
1010gem 'rspec' , '~> 3.0'
1111gem 'rubocop' , '~> 1.21'
12+ gem 'rubocop-performance' , '~> 1.25'
13+ gem 'rubocop-rake' , '~> 0.7.1'
14+ gem 'rubocop-rspec' , '~> 3.6'
Original file line number Diff line number Diff line change 6565 rubocop-ast (1.45.1 )
6666 parser (>= 3.3.7.2 )
6767 prism (~> 1.4 )
68+ rubocop-performance (1.25.0 )
69+ lint_roller (~> 1.1 )
70+ rubocop (>= 1.75.0 , < 2.0 )
71+ rubocop-ast (>= 1.38.0 , < 2.0 )
72+ rubocop-rake (0.7.1 )
73+ lint_roller (~> 1.1 )
74+ rubocop (>= 1.72.1 )
75+ rubocop-rspec (3.6.0 )
76+ lint_roller (~> 1.1 )
77+ rubocop (~> 1.72 , >= 1.72.1 )
6878 ruby-progressbar (1.13.0 )
6979 stringio (3.1.7 )
7080 unicode-display_width (3.1.4 )
@@ -81,6 +91,9 @@ DEPENDENCIES
8191 rake (~> 13.0 )
8292 rspec (~> 3.0 )
8393 rubocop (~> 1.21 )
94+ rubocop-performance (~> 1.25 )
95+ rubocop-rake (~> 0.7.1 )
96+ rubocop-rspec (~> 3.6 )
8497
8598BUNDLED WITH
8699 2.6.9
Original file line number Diff line number Diff line change 22
33RSpec . describe Devise ::CodeConfirmable do
44 it 'has a version number' do
5- expect ( Devise ::CodeConfirmable ::VERSION ) . not_to be nil
5+ expect ( Devise ::CodeConfirmable ::VERSION ) . not_to be_nil
66 end
77end
You can’t perform that action at this time.
0 commit comments