From 2768263faf9c0a10de5e2e25733996c01ee41b88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 22:38:01 +0000 Subject: [PATCH] Bump pronto-stylelint from 0.10.3 to 0.11.0 Note we aren't bumping the rugged gem (which Dependabot automatically did) because it causes Pronto to stop working with GitHub Actions. Bumps [pronto-stylelint](https://github.com/kevinjalbert/pronto-stylelint) from 0.10.3 to 0.11.0. - [Commits](https://github.com/kevinjalbert/pronto-stylelint/compare/v0.10.3...v0.11.0) --- updated-dependencies: - dependency-name: pronto-stylelint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 904076390..b6c29dcc8 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.10.3", require: false + gem "pronto-stylelint", "~> 0.11.0", require: false gem "rubocop", "~> 1.66.1", 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 443e62ce7..de68ff07d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -463,7 +463,7 @@ GEM pronto-rubocop (0.11.6) pronto (~> 0.11.0) rubocop (>= 0.63.1, < 2.0) - pronto-stylelint (0.10.3) + pronto-stylelint (0.11.0) pronto (>= 0.10, < 0.12) rugged (>= 0.24, < 2.0) psych (5.1.2) @@ -654,8 +654,8 @@ GEM net-ssh (>= 2.8.0) ostruct stringio (3.1.0) - terminal-table (3.0.2) - unicode-display_width (>= 1.1.1, < 3) + terminal-table (4.0.0) + unicode-display_width (>= 1.1.1, < 4) terrapin (0.6.0) climate_control (>= 0.0.3, < 1.0) thor (1.3.2) @@ -775,7 +775,7 @@ DEPENDENCIES pronto-erb_lint (~> 0.1.6) pronto-eslint (~> 0.11.1) pronto-rubocop (~> 0.11.6) - pronto-stylelint (~> 0.10.3) + pronto-stylelint (~> 0.11.0) puma (~> 5.6.9) rails (= 7.0.8.7) recipient_interceptor (~> 0.3.2)