Skip to content

Commit

Permalink
Adds missing require of Open3
Browse files Browse the repository at this point in the history
  • Loading branch information
mariochavez committed Jun 27, 2023
1 parent db0ec1d commit 46f3ac9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/aoororachain.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
require "json"
require "logger"
require "forwardable"
require "open3"
require "tempfile"

require_relative "aoororachain/version"
Expand Down

0 comments on commit 46f3ac9

Please sign in to comment.