mirror of
https://github.com/cmur2/dyndnsd.git
synced 2025-06-26 02:30:22 +02:00
gems: update rubocop to version 0.89.0
Update rubocop to version 0.89.0 (#59) Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
This commit is contained in:
@ -6,7 +6,7 @@ describe Dyndnsd::Daemon do
|
||||
include Rack::Test::Methods
|
||||
|
||||
def app
|
||||
Dyndnsd.logger = Logger.new(STDOUT)
|
||||
Dyndnsd.logger = Logger.new($stdout)
|
||||
Dyndnsd.logger.level = Logger::UNKNOWN
|
||||
|
||||
config = {
|
||||
|
Reference in New Issue
Block a user