Skip to content

Commit

Permalink
fix: OpenStruct causes NameError in Rake13.2.0
Browse files Browse the repository at this point in the history
resolved #1109
  • Loading branch information
rhiroe committed Apr 18, 2024
1 parent 345b12b commit 9d95051
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 9d95051

Please sign in to comment.