Skip to content

Commit

Permalink
Merge pull request #1110 from rhiroe/fix/1109
Browse files Browse the repository at this point in the history
fix: OpenStruct causes NameError in Rake13.2.0
  • Loading branch information
unixmonkey committed Apr 18, 2024
2 parents 345b12b + 9d95051 commit 5e6b063
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/wicked_pdf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
require 'digest/md5'
require 'rbconfig'
require 'open3'
require 'ostruct'

require 'active_support/core_ext/module/attribute_accessors'
require 'active_support/core_ext/object/blank'
Expand Down

0 comments on commit 5e6b063

Please sign in to comment.