From a4eba65dcd5b5daa7e1c59d062e18416a1220b40 Mon Sep 17 00:00:00 2001 From: Alexander Olofsson <alexander.olofsson@liu.se> Date: Wed, 27 Mar 2024 10:18:09 +0100 Subject: [PATCH] Fix rake tests --- lib/passwordstate/client.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/passwordstate/client.rb b/lib/passwordstate/client.rb index 129cf40..cd6a5d8 100644 --- a/lib/passwordstate/client.rb +++ b/lib/passwordstate/client.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true require 'json' +require 'pp' # rubocop:disable Lint/RedundantRequireStatement - required for pretty_print_inspect module Passwordstate class Client -- GitLab