Skip to content

Commit

Permalink
Changes better_html import
Browse files Browse the repository at this point in the history
- Only require better_html/errors and better_html/parser.
- Fixes #422
  • Loading branch information
davidwessman authored and glebm committed Mar 24, 2022
1 parent 4378481 commit 8e2541b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/i18n/tasks/scanners/erb_ast_scanner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

require 'i18n/tasks/scanners/ruby_ast_scanner'
require 'i18n/tasks/scanners/erb_ast_processor'
require 'better_html'
require 'better_html/errors'
require 'better_html/parser'

module I18n::Tasks::Scanners
Expand Down

0 comments on commit 8e2541b

Please sign in to comment.