Skip to content

Commit

Permalink
Fix missing require_relative
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed Nov 21, 2024
1 parent 01b5e60 commit 968f64f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/inline_svg/transform_pipeline.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ def self.generate_html_from(svg_file, transform_params)
end

require 'nokogiri'
require 'inline_svg/id_generator'
require 'inline_svg/transform_pipeline/transformations'

require_relative 'id_generator'
require_relative 'transform_pipeline/transformations'

0 comments on commit 968f64f

Please sign in to comment.