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|
2020 spec . add_development_dependency 'coveralls'
2121 spec . add_development_dependency 'rake'
2222 spec . add_development_dependency 'rspec'
23- spec . add_development_dependency 'rubocop' , '~> 0.62 '
23+ spec . add_development_dependency 'rubocop' , '0.73.0 '
2424 spec . add_development_dependency 'webmock'
2525
2626 spec . add_runtime_dependency 'httparty' , '~> 0.11'
Original file line number Diff line number Diff line change 325325 expect ( spy_logger ) . to have_received ( :log ) . once . with (
326326 Logger ::WARN ,
327327 "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.'
329329 )
330330 end
331331 end
437437 expect ( spy_logger ) . to have_received ( :log ) . once . with (
438438 Logger ::WARN ,
439439 "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.'
441441 )
442442 end
443443 end
549549 expect ( spy_logger ) . to have_received ( :log ) . once . with (
550550 Logger ::WARN ,
551551 "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.'
553553 )
554554 end
555555 end
You can’t perform that action at this time.
0 commit comments