Skip to content

Commit

Permalink
Merge pull request #152 from xymbol/blank
Browse files Browse the repository at this point in the history
Add missing activesupport require
  • Loading branch information
jamesmartin committed Oct 24, 2023
2 parents 1a1e2e0 + 8c9e8d9 commit 6a603dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/inline_svg.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

require "inline_svg/railtie" if defined?(Rails)
require 'active_support'
require 'active_support/core_ext/object/blank'
require 'active_support/core_ext/string'
require 'nokogiri'

Expand Down

0 comments on commit 6a603dc

Please sign in to comment.