Skip to content

Commit

Permalink
chore(deps): update dependency rubocop to v1.73.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 5, 2025
1 parent 4ea212b commit ad0b392
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion flavors/cupcake/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion flavors/ruby/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion linters/ruby_rubocop/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion megalinter/descriptors/ruby.megalinter-descriptor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ad0b392

Please sign in to comment.