Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency rubocop to v1.73.2 #4901

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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