Skip to content

Commit 32888a7

Browse files
chore(deps): update dependency rubocop to v1.77.0 (#5634)
1 parent e5047ab commit 32888a7

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ ARG PIP_RSTCHECK_CLICK_VERSION=8.2.1
327327
# renovate: datasource=pypi depName=rstfmt
328328
ARG PIP_RSTFMT_VERSION=0.0.14
329329
# renovate: datasource=rubygems depName=rubocop
330-
ARG GEM_RUBOCOP_VERSION=1.76.2
330+
ARG GEM_RUBOCOP_VERSION=1.77.0
331331
# renovate: datasource=rubygems depName=rubocop-github
332332
ARG GEM_RUBOCOP_GITHUB_VERSION=0.26.0
333333
# renovate: datasource=rubygems depName=rubocop-performance

flavors/cupcake/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ ARG PIP_RSTCHECK_CLICK_VERSION=8.2.1
260260
# renovate: datasource=pypi depName=rstfmt
261261
ARG PIP_RSTFMT_VERSION=0.0.14
262262
# renovate: datasource=rubygems depName=rubocop
263-
ARG GEM_RUBOCOP_VERSION=1.76.2
263+
ARG GEM_RUBOCOP_VERSION=1.77.0
264264
# renovate: datasource=rubygems depName=rubocop-github
265265
ARG GEM_RUBOCOP_GITHUB_VERSION=0.26.0
266266
# renovate: datasource=rubygems depName=rubocop-performance

flavors/ruby/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ ARG REPOSITORY_TRIVY_VERSION=0.63.0
154154
# renovate: datasource=github-tags depName=aquasecurity/trivy
155155
ARG REPOSITORY_TRIVY_SBOM_VERSION=0.63.0
156156
# renovate: datasource=rubygems depName=rubocop
157-
ARG GEM_RUBOCOP_VERSION=1.76.2
157+
ARG GEM_RUBOCOP_VERSION=1.77.0
158158
# renovate: datasource=rubygems depName=rubocop-github
159159
ARG GEM_RUBOCOP_GITHUB_VERSION=0.26.0
160160
# renovate: datasource=rubygems depName=rubocop-performance

linters/ruby_rubocop/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ FROM python:3.13-alpine3.21
4949
#############################################################################################
5050
#ARG__START
5151
# renovate: datasource=rubygems depName=rubocop
52-
ARG GEM_RUBOCOP_VERSION=1.76.2
52+
ARG GEM_RUBOCOP_VERSION=1.77.0
5353
# renovate: datasource=rubygems depName=rubocop-github
5454
ARG GEM_RUBOCOP_GITHUB_VERSION=0.26.0
5555
# renovate: datasource=rubygems depName=rubocop-performance

megalinter/descriptors/ruby.megalinter-descriptor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ linters:
2626
dockerfile:
2727
- |-
2828
# renovate: datasource=rubygems depName=rubocop
29-
ARG GEM_RUBOCOP_VERSION=1.76.2
29+
ARG GEM_RUBOCOP_VERSION=1.77.0
3030
- |-
3131
# renovate: datasource=rubygems depName=rubocop-github
3232
ARG GEM_RUBOCOP_GITHUB_VERSION=0.26.0

0 commit comments

Comments
 (0)