File tree Expand file tree Collapse file tree 3 files changed +3
-13
lines changed Expand file tree Collapse file tree 3 files changed +3
-13
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,3 @@ Metrics/MethodLength:
25
25
26
26
RSpec/ExampleLength :
27
27
Max : 50
28
-
29
- RSpecRails/InferredSpecType :
30
- Enabled : false
Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ gem 'webrick', '~> 1.8'
9
9
10
10
gem 'rubocop' , '~> 1.63' , require : false
11
11
gem 'rubocop-capybara' , '~> 2.20' , require : false
12
- gem 'rubocop-rspec' , '~> 2.29 ' , require : false
12
+ gem 'rubocop-rspec' , '~> 3.0 ' , require : false
Original file line number Diff line number Diff line change 73
73
parser (>= 3.3.1.0 )
74
74
rubocop-capybara (2.21.0 )
75
75
rubocop (~> 1.41 )
76
- rubocop-factory_bot (2.26.1 )
77
- rubocop (~> 1.61 )
78
- rubocop-rspec (2.31.0 )
79
- rubocop (~> 1.40 )
80
- rubocop-capybara (~> 2.17 )
81
- rubocop-factory_bot (~> 2.22 )
82
- rubocop-rspec_rails (~> 2.28 )
83
- rubocop-rspec_rails (2.29.1 )
76
+ rubocop-rspec (3.0.3 )
84
77
rubocop (~> 1.61 )
85
78
ruby-progressbar (1.13.0 )
86
79
rubyzip (2.3.2 )
@@ -110,7 +103,7 @@ DEPENDENCIES
110
103
rspec (~> 3.13 )
111
104
rubocop (~> 1.63 )
112
105
rubocop-capybara (~> 2.20 )
113
- rubocop-rspec (~> 2.29 )
106
+ rubocop-rspec (~> 3.0 )
114
107
selenium-webdriver (~> 4.20 )
115
108
webrick (~> 1.8 )
116
109
You can’t perform that action at this time.
0 commit comments