Skip to content

Commit

Permalink
Merge pull request #1 from northwoodspd/string_io_required
Browse files Browse the repository at this point in the history
require stringio before use
  • Loading branch information
wizardofelves authored May 2, 2023
2 parents b116c43 + bf93bea commit b182c40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/wicked_pdf/tempfile.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require 'tempfile'
require 'stringio'

class WickedPdf
class Tempfile < ::Tempfile
Expand Down
1 change: 1 addition & 0 deletions lib/wicked_pdf/wicked_pdf_helper/assets.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
require 'net/http'
require 'delegate'
require 'stringio'

class WickedPdf
module WickedPdfHelper
Expand Down

0 comments on commit b182c40

Please sign in to comment.