From ad0b39290a42af29a897a11b94563ab9d8ff9a4f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Mar 2025 03:38:20 +0000 Subject: [PATCH] chore(deps): update dependency rubocop to v1.73.2 --- Dockerfile | 2 +- flavors/cupcake/Dockerfile | 2 +- flavors/ruby/Dockerfile | 2 +- linters/ruby_rubocop/Dockerfile | 2 +- megalinter/descriptors/ruby.megalinter-descriptor.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 72c052891db..fd6642adfea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -311,7 +311,7 @@ ARG PIP_RSTCHECK_VERSION=6.2.4 # renovate: datasource=pypi depName=rstfmt ARG PIP_RSTFMT_VERSION=0.0.14 # renovate: datasource=rubygems depName=rubocop -ARG GEM_RUBOCOP_VERSION=1.73.1 +ARG GEM_RUBOCOP_VERSION=1.73.2 # renovate: datasource=rubygems depName=rubocop-github ARG GEM_RUBOCOP_GITHUB_VERSION=0.23.0 # renovate: datasource=rubygems depName=rubocop-performance diff --git a/flavors/cupcake/Dockerfile b/flavors/cupcake/Dockerfile index ea3399a5059..131c407f7dc 100644 --- a/flavors/cupcake/Dockerfile +++ b/flavors/cupcake/Dockerfile @@ -242,7 +242,7 @@ ARG PIP_RSTCHECK_VERSION=6.2.4 # renovate: datasource=pypi depName=rstfmt ARG PIP_RSTFMT_VERSION=0.0.14 # renovate: datasource=rubygems depName=rubocop -ARG GEM_RUBOCOP_VERSION=1.73.1 +ARG GEM_RUBOCOP_VERSION=1.73.2 # renovate: datasource=rubygems depName=rubocop-github ARG GEM_RUBOCOP_GITHUB_VERSION=0.23.0 # renovate: datasource=rubygems depName=rubocop-performance diff --git a/flavors/ruby/Dockerfile b/flavors/ruby/Dockerfile index f8321c0ef90..34035008d3d 100644 --- a/flavors/ruby/Dockerfile +++ b/flavors/ruby/Dockerfile @@ -152,7 +152,7 @@ ARG REPOSITORY_TRIVY_VERSION=0.59.1 # renovate: datasource=github-tags depName=aquasecurity/trivy ARG REPOSITORY_TRIVY_SBOM_VERSION=0.59.1 # renovate: datasource=rubygems depName=rubocop -ARG GEM_RUBOCOP_VERSION=1.73.1 +ARG GEM_RUBOCOP_VERSION=1.73.2 # renovate: datasource=rubygems depName=rubocop-github ARG GEM_RUBOCOP_GITHUB_VERSION=0.23.0 # renovate: datasource=rubygems depName=rubocop-performance diff --git a/linters/ruby_rubocop/Dockerfile b/linters/ruby_rubocop/Dockerfile index 1e9b92c09f3..6027b3e731b 100644 --- a/linters/ruby_rubocop/Dockerfile +++ b/linters/ruby_rubocop/Dockerfile @@ -49,7 +49,7 @@ FROM python:3.12.8-alpine3.21 ############################################################################################# #ARG__START # renovate: datasource=rubygems depName=rubocop -ARG GEM_RUBOCOP_VERSION=1.73.1 +ARG GEM_RUBOCOP_VERSION=1.73.2 # renovate: datasource=rubygems depName=rubocop-github ARG GEM_RUBOCOP_GITHUB_VERSION=0.23.0 # renovate: datasource=rubygems depName=rubocop-performance diff --git a/megalinter/descriptors/ruby.megalinter-descriptor.yml b/megalinter/descriptors/ruby.megalinter-descriptor.yml index c7054e297d7..b0ea30e16dc 100644 --- a/megalinter/descriptors/ruby.megalinter-descriptor.yml +++ b/megalinter/descriptors/ruby.megalinter-descriptor.yml @@ -25,7 +25,7 @@ linters: dockerfile: - |- # renovate: datasource=rubygems depName=rubocop - ARG GEM_RUBOCOP_VERSION=1.73.1 + ARG GEM_RUBOCOP_VERSION=1.73.2 - |- # renovate: datasource=rubygems depName=rubocop-github ARG GEM_RUBOCOP_GITHUB_VERSION=0.23.0