File tree 3 files changed +7
-18
lines changed
3 files changed +7
-18
lines changed Original file line number Diff line number Diff line change @@ -28,5 +28,3 @@ RSpec/ExampleLength:
28
28
RSpec/MultipleExpectations :
29
29
Enabled : false
30
30
31
- RSpecRails/HaveHttpStatus :
32
- Enabled : false
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ group :development do
28
28
gem 'guard-puma' , '~> 0.8.1'
29
29
gem 'rubocop' , '~> 1.64'
30
30
gem 'rubocop-rake' , '~> 0.6.0'
31
- gem 'rubocop-rspec' , '~> 2.31 '
31
+ gem 'rubocop-rspec' , '~> 3.0 '
32
32
end
33
33
34
34
group :test do
Original file line number Diff line number Diff line change 170
170
otr-activerecord (2.2.0 )
171
171
activerecord (>= 4.0 , < 7.2 )
172
172
hashie-forbidden_attributes (~> 0.1 )
173
- parallel (1.24.0 )
173
+ parallel (1.25.1 )
174
174
parser (3.3.2.0 )
175
175
ast (~> 2.4.1 )
176
176
racc
203
203
ffi (~> 1.0 )
204
204
recursive-open-struct (1.1.3 )
205
205
regexp_parser (2.9.2 )
206
- rexml (3.2.8 )
207
- strscan ( >= 3.0.9 )
206
+ rexml (3.3.0 )
207
+ strscan
208
208
rspec (3.13.0 )
209
209
rspec-core (~> 3.13.0 )
210
210
rspec-expectations (~> 3.13.0 )
@@ -231,19 +231,10 @@ GEM
231
231
unicode-display_width (>= 2.4.0 , < 3.0 )
232
232
rubocop-ast (1.31.3 )
233
233
parser (>= 3.3.1.0 )
234
- rubocop-capybara (2.20.0 )
235
- rubocop (~> 1.41 )
236
- rubocop-factory_bot (2.25.1 )
237
- rubocop (~> 1.41 )
238
234
rubocop-rake (0.6.0 )
239
235
rubocop (~> 1.0 )
240
- rubocop-rspec (2.31.0 )
241
- rubocop (~> 1.40 )
242
- rubocop-capybara (~> 2.17 )
243
- rubocop-factory_bot (~> 2.22 )
244
- rubocop-rspec_rails (~> 2.28 )
245
- rubocop-rspec_rails (2.28.3 )
246
- rubocop (~> 1.40 )
236
+ rubocop-rspec (3.0.1 )
237
+ rubocop (~> 1.61 )
247
238
ruby-progressbar (1.13.0 )
248
239
ruby2_keywords (0.0.5 )
249
240
secure_headers (6.5.0 )
@@ -304,7 +295,7 @@ DEPENDENCIES
304
295
rspec (~> 3.13 )
305
296
rubocop (~> 1.64 )
306
297
rubocop-rake (~> 0.6.0 )
307
- rubocop-rspec (~> 2.31 )
298
+ rubocop-rspec (~> 3.0 )
308
299
secure_headers (~> 6.5 )
309
300
sentry-ruby (~> 5.16 )
310
301
simplecov (~> 0.22.0 )
You can’t perform that action at this time.
0 commit comments