From f38e1326c42dbc72dced89ffe08f23ba0ebaa8a7 Mon Sep 17 00:00:00 2001 From: Andrei Botalov Date: Tue, 13 Aug 2019 17:32:06 +0300 Subject: [PATCH] fixup! Replace RestClient gem with HTTP --- .rubocop_todo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 21cbfd6..f66b717 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -65,7 +65,7 @@ Metrics/MethodLength: # Offense count: 1 # Configuration parameters: CountComments. Metrics/ModuleLength: - Max: 125 + Max: 139 # Offense count: 5 Metrics/PerceivedComplexity: