Skip to content

Commit

Permalink
Require Base64 in the github_pr_errors script
Browse files Browse the repository at this point in the history
  • Loading branch information
dombesz authored and oliverguenther committed Jan 29, 2024
1 parent 0a9965f commit d4ce6b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script/github_pr_errors
Expand Up @@ -7,6 +7,7 @@ Bundler.setup(:default, :development)
require 'colored2'
require 'json'
require 'optparse'
require 'base64'
require 'pathname'
require 'pry'
require 'yaml'
Expand Down

0 comments on commit d4ce6b2

Please sign in to comment.