Skip to content

Commit

Permalink
Add missing activesupport require
Browse files Browse the repository at this point in the history
For a while now the Rails team has been removing unnecessary requires from the
`activesupport` gem.

This commit fixes the build by adding the missing extension to test presence on
any object.
  • Loading branch information
xymbol committed Oct 12, 2023
1 parent 1a1e2e0 commit 46e2ee2
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 46e2ee2

Please sign in to comment.