Skip to content

Commit

Permalink
Merge pull request #73 from pocke/Load__tempfile__explicitly
Browse files Browse the repository at this point in the history
Load `tempfile` explicitly
  • Loading branch information
alpaca-tc authored Aug 13, 2024
2 parents 211cbba + 1b9d9be commit e4424c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions exe/diver_down_web
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ require 'rack/contrib'
require 'diver_down'
require 'diver_down-web'
require 'optparse'
require 'tempfile'

options = {}
option_parser = OptionParser.new do |opts|
Expand Down

0 comments on commit e4424c2

Please sign in to comment.