Skip to content

Commit

Permalink
On Ruby 3.x a require of base64 is needed.
Browse files Browse the repository at this point in the history
Signed-off-by: dblock <[email protected]>
  • Loading branch information
dblock committed Sep 23, 2024
1 parent 95ee5c5 commit 54f5535
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/tools.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
require 'chronic'
require 'dotiw'
require 'redcarpet'
require 'base64'
require_relative 'github/buckets'
require_relative 'github/rate_limited'
require_relative 'github/item'
Expand Down

0 comments on commit 54f5535

Please sign in to comment.