Skip to content

Commit

Permalink
chore(deps): update dependency rubocop to v1.72.2 (#4809)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 19, 2025
1 parent 8982ff1 commit ccac7bc
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.71.2
ARG GEM_RUBOCOP_VERSION=1.72.2
# renovate: datasource=rubygems depName=rubocop-github
ARG GEM_RUBOCOP_GITHUB_VERSION=0.20.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.71.2
ARG GEM_RUBOCOP_VERSION=1.72.2
# renovate: datasource=rubygems depName=rubocop-github
ARG GEM_RUBOCOP_GITHUB_VERSION=0.20.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.71.2
ARG GEM_RUBOCOP_VERSION=1.72.2
# renovate: datasource=rubygems depName=rubocop-github
ARG GEM_RUBOCOP_GITHUB_VERSION=0.20.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.71.2
ARG GEM_RUBOCOP_VERSION=1.72.2
# renovate: datasource=rubygems depName=rubocop-github
ARG GEM_RUBOCOP_GITHUB_VERSION=0.20.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.71.2
ARG GEM_RUBOCOP_VERSION=1.72.2
- |-
# renovate: datasource=rubygems depName=rubocop-github
ARG GEM_RUBOCOP_GITHUB_VERSION=0.20.0
Expand Down

0 comments on commit ccac7bc

Please sign in to comment.