Skip to content
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 @@ -343,7 +343,7 @@ ARG PIP_RSTFMT_VERSION=0.0.14
# renovate: datasource=rubygems depName=rubocop
ARG GEM_RUBOCOP_VERSION=1.85.1
# renovate: datasource=rubygems depName=rubocop-github
ARG GEM_RUBOCOP_GITHUB_VERSION=0.26.0
ARG GEM_RUBOCOP_GITHUB_VERSION=0.27.0
# renovate: datasource=rubygems depName=rubocop-performance
ARG GEM_RUBOCOP_PERFORMANCE_VERSION=1.26.1
# renovate: datasource=rubygems depName=rubocop-rails
Expand Down
2 changes: 1 addition & 1 deletion flavors/cupcake/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ ARG PIP_RSTFMT_VERSION=0.0.14
# renovate: datasource=rubygems depName=rubocop
ARG GEM_RUBOCOP_VERSION=1.85.1
# renovate: datasource=rubygems depName=rubocop-github
ARG GEM_RUBOCOP_GITHUB_VERSION=0.26.0
ARG GEM_RUBOCOP_GITHUB_VERSION=0.27.0
# renovate: datasource=rubygems depName=rubocop-performance
ARG GEM_RUBOCOP_PERFORMANCE_VERSION=1.26.1
# renovate: datasource=rubygems depName=rubocop-rails
Expand Down
2 changes: 1 addition & 1 deletion flavors/ruby/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ ARG REPOSITORY_TRIVY_SBOM_VERSION=0.69.3
# renovate: datasource=rubygems depName=rubocop
ARG GEM_RUBOCOP_VERSION=1.85.1
# renovate: datasource=rubygems depName=rubocop-github
ARG GEM_RUBOCOP_GITHUB_VERSION=0.26.0
ARG GEM_RUBOCOP_GITHUB_VERSION=0.27.0
# renovate: datasource=rubygems depName=rubocop-performance
ARG GEM_RUBOCOP_PERFORMANCE_VERSION=1.26.1
# renovate: datasource=rubygems depName=rubocop-rails
Expand Down
2 changes: 1 addition & 1 deletion linters/ruby_rubocop/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ RUN python -m pip install --no-cache-dir "wheel>=0.46.2" "setuptools>=75.8.0" \
# renovate: datasource=rubygems depName=rubocop
ARG GEM_RUBOCOP_VERSION=1.85.1
# renovate: datasource=rubygems depName=rubocop-github
ARG GEM_RUBOCOP_GITHUB_VERSION=0.26.0
ARG GEM_RUBOCOP_GITHUB_VERSION=0.27.0
# renovate: datasource=rubygems depName=rubocop-performance
ARG GEM_RUBOCOP_PERFORMANCE_VERSION=1.26.1
# renovate: datasource=rubygems depName=rubocop-rails
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 @@ -42,7 +42,7 @@ linters:
ARG GEM_RUBOCOP_VERSION=1.85.1
- |-
# renovate: datasource=rubygems depName=rubocop-github
ARG GEM_RUBOCOP_GITHUB_VERSION=0.26.0
ARG GEM_RUBOCOP_GITHUB_VERSION=0.27.0
- |-
# renovate: datasource=rubygems depName=rubocop-performance
ARG GEM_RUBOCOP_PERFORMANCE_VERSION=1.26.1
Expand Down
Loading