From 508b4c1e5e36f56d6c8b7d496b8582926e9f34e0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2019 10:56:53 +1100 Subject: [PATCH] DEV: Bump css_parser from 1.7.0 to 1.7.1 (#8524) Bumps [css_parser](https://github.com/premailer/css_parser) from 1.7.0 to 1.7.1. - [Release notes](https://github.com/premailer/css_parser/releases) - [Changelog](https://github.com/premailer/css_parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/premailer/css_parser/compare/v1.7.0...v1.7.1) This minor update force UTF-8, this should have not impact on us as we only trade in UTF-8 strings for CSS anyway. --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index da3f7b38ec0..729827609bb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -92,7 +92,7 @@ GEM crack (0.4.3) safe_yaml (~> 1.0.0) crass (1.0.5) - css_parser (1.7.0) + css_parser (1.7.1) addressable debug_inspector (0.0.3) diff-lcs (1.3)