From d16c3b9ce6bd1aba432477d2846ffd73a11d3053 Mon Sep 17 00:00:00 2001 From: azuchi Date: Fri, 15 Dec 2023 18:01:50 +0900 Subject: [PATCH] Fix ActiveSupport error undefined method `deprecator' for ActiveSupport:Module --- lib/bitcoin/payments.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/bitcoin/payments.rb b/lib/bitcoin/payments.rb index 4f1a0f88..32fb4296 100644 --- a/lib/bitcoin/payments.rb +++ b/lib/bitcoin/payments.rb @@ -1,3 +1,4 @@ +require 'active_support/all' require 'protobuf' module Bitcoin