Skip to content

Commit

Permalink
Fixed user_agent usage of constant
Browse files Browse the repository at this point in the history
  • Loading branch information
george-gca committed Apr 6, 2024
1 parent ec30f70 commit cdb459f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/css_parser/parser.rb
Expand Up @@ -40,7 +40,7 @@ def initialize(options = {})
io_exceptions: true,
rule_set_exceptions: true,
capture_offsets: false,
user_agent: "Ruby CSS Parser/#{CssParser::VERSION} (https://github.com/premailer/css_parser)"}.merge(options)
user_agent: USER_AGENT}.merge(options)

# array of RuleSets
@rules = []
Expand Down

0 comments on commit cdb459f

Please sign in to comment.