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 @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
20
20
spec . add_development_dependency 'coveralls'
21
21
spec . add_development_dependency 'rake'
22
22
spec . add_development_dependency 'rspec'
23
- spec . add_development_dependency 'rubocop' , '~> 0.62 '
23
+ spec . add_development_dependency 'rubocop' , '0.73.0 '
24
24
spec . add_development_dependency 'webmock'
25
25
26
26
spec . add_runtime_dependency 'httparty' , '~> 0.11'
Original file line number Diff line number Diff line change 325
325
expect ( spy_logger ) . to have_received ( :log ) . once . with (
326
326
Logger ::WARN ,
327
327
"Audience condition #{ @substring_conditions } has an unsupported condition value. You may need to upgrade " \
328
- 'to a newer release of the Optimizely SDK.'
328
+ 'to a newer release of the Optimizely SDK.'
329
329
)
330
330
end
331
331
end
437
437
expect ( spy_logger ) . to have_received ( :log ) . once . with (
438
438
Logger ::WARN ,
439
439
"Audience condition #{ @gt_integer_conditions } has an unsupported condition value. You may need to upgrade " \
440
- 'to a newer release of the Optimizely SDK.'
440
+ 'to a newer release of the Optimizely SDK.'
441
441
)
442
442
end
443
443
end
549
549
expect ( spy_logger ) . to have_received ( :log ) . once . with (
550
550
Logger ::WARN ,
551
551
"Audience condition #{ @lt_integer_conditions } has an unsupported condition value. You may need to upgrade " \
552
- 'to a newer release of the Optimizely SDK.'
552
+ 'to a newer release of the Optimizely SDK.'
553
553
)
554
554
end
555
555
end
You can’t perform that action at this time.
0 commit comments