From 4501cc4e1cdcb4032a1809da674454c163c33342 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 09:02:04 +0000 Subject: [PATCH] Bump pronto-stylelint from 0.11.0 to 0.11.1 Bumps [pronto-stylelint](https://github.com/kevinjalbert/pronto-stylelint) from 0.11.0 to 0.11.1. - [Commits](https://github.com/kevinjalbert/pronto-stylelint/compare/v0.11.0...v0.11.1) --- updated-dependencies: - dependency-name: pronto-stylelint dependency-version: 0.11.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 12 +++++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 9d1f2dffc..17ab429de 100644 --- a/Gemfile +++ b/Gemfile @@ -100,7 +100,7 @@ group :development do gem "pronto-erb_lint", "~> 0.1.6", require: false gem "pronto-eslint", "~> 0.11.1", require: false gem "pronto-rubocop", "~> 0.11.6", require: false - gem "pronto-stylelint", "~> 0.11.0", require: false + gem "pronto-stylelint", "~> 0.11.1", require: false gem "rubocop", "~> 1.71.2", require: false gem "rubocop-capybara", "~> 2.21.0", require: false gem "rubocop-factory_bot", "~> 2.26.1", require: false diff --git a/Gemfile.lock b/Gemfile.lock index f02605a91..02f5cef18 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -187,7 +187,7 @@ GEM concurrent-ruby (1.3.5) connection_pool (2.5.3) crass (1.0.6) - csv (3.3.2) + csv (3.3.5) daemons (1.4.1) dalli (3.2.8) date (3.4.1) @@ -286,7 +286,7 @@ GEM highline (2.0.3) htmlbeautifier (1.4.3) htmlentities (4.3.4) - httparty (0.22.0) + httparty (0.23.1) csv mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) @@ -477,7 +477,7 @@ GEM pronto-rubocop (0.11.6) pronto (~> 0.11.0) rubocop (>= 0.63.1, < 2.0) - pronto-stylelint (0.11.0) + pronto-stylelint (0.11.1) pronto (>= 0.10, < 0.12) rugged (>= 0.24, < 2.0) psych (5.1.2) @@ -699,7 +699,9 @@ GEM concurrent-ruby (~> 1.0) uglifier (4.2.1) execjs (>= 0.3.0, < 3) - unicode-display_width (2.6.0) + unicode-display_width (3.1.4) + unicode-emoji (~> 4.0, >= 4.0.4) + unicode-emoji (4.0.4) uri (1.0.3) uuidtools (2.2.0) version_gem (1.1.8) @@ -801,7 +803,7 @@ DEPENDENCIES pronto-erb_lint (~> 0.1.6) pronto-eslint (~> 0.11.1) pronto-rubocop (~> 0.11.6) - pronto-stylelint (~> 0.11.0) + pronto-stylelint (~> 0.11.1) puma (~> 5.6.9) rails (= 7.1.5.1) recipient_interceptor (~> 0.3.3)