Skip to content

Commit

Permalink
chore(deps): update dependency rubocop-performance to v1.24.0 (#4810)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 19, 2025
1 parent 2842dd6 commit 6912a09
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 @@ -315,7 +315,7 @@ 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
ARG GEM_RUBOCOP_PERFORMANCE_VERSION=1.23.1
ARG GEM_RUBOCOP_PERFORMANCE_VERSION=1.24.0
# renovate: datasource=rubygems depName=rubocop-rails
ARG GEM_RUBOCOP_RAILS_VERSION=2.30.1
# renovate: datasource=rubygems depName=rubocop-rake
Expand Down
2 changes: 1 addition & 1 deletion flavors/cupcake/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ 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
ARG GEM_RUBOCOP_PERFORMANCE_VERSION=1.23.1
ARG GEM_RUBOCOP_PERFORMANCE_VERSION=1.24.0
# renovate: datasource=rubygems depName=rubocop-rails
ARG GEM_RUBOCOP_RAILS_VERSION=2.30.1
# renovate: datasource=rubygems depName=rubocop-rake
Expand Down
2 changes: 1 addition & 1 deletion flavors/ruby/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ 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
ARG GEM_RUBOCOP_PERFORMANCE_VERSION=1.23.1
ARG GEM_RUBOCOP_PERFORMANCE_VERSION=1.24.0
# renovate: datasource=rubygems depName=rubocop-rails
ARG GEM_RUBOCOP_RAILS_VERSION=2.30.1
# renovate: datasource=rubygems depName=rubocop-rake
Expand Down
2 changes: 1 addition & 1 deletion linters/ruby_rubocop/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ 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
ARG GEM_RUBOCOP_PERFORMANCE_VERSION=1.23.1
ARG GEM_RUBOCOP_PERFORMANCE_VERSION=1.24.0
# renovate: datasource=rubygems depName=rubocop-rails
ARG GEM_RUBOCOP_RAILS_VERSION=2.30.1
# renovate: datasource=rubygems depName=rubocop-rake
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 @@ -31,7 +31,7 @@ linters:
ARG GEM_RUBOCOP_GITHUB_VERSION=0.20.0
- |-
# renovate: datasource=rubygems depName=rubocop-performance
ARG GEM_RUBOCOP_PERFORMANCE_VERSION=1.23.1
ARG GEM_RUBOCOP_PERFORMANCE_VERSION=1.24.0
- |-
# renovate: datasource=rubygems depName=rubocop-rails
ARG GEM_RUBOCOP_RAILS_VERSION=2.30.1
Expand Down

0 comments on commit 6912a09

Please sign in to comment.