Skip to content

Commit fe5155d

Browse files
committed
require base64 in Encoder (because Rails 7.0 with Ruby 3+ doesn't require it automatically)
1 parent 5997bf9 commit fe5155d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/webhook_system/encoder.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# frozen_string_literal: true
22

3+
require 'base64'
4+
35
module WebhookSystem
46

57
# Class in charge of encoding and decoding encrypted payload

0 commit comments

Comments
 (0)