Skip to content

Commit

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

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

Please sign in to comment.