Skip to content

Commit

Permalink
chore(deps): update dependency rubocop-rspec to v3.5.0 (#4813)
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 94972c3 commit 1ef6af2
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 @@ -321,7 +321,7 @@ ARG GEM_RUBOCOP_RAILS_VERSION=2.29.1
# renovate: datasource=rubygems depName=rubocop-rake
ARG GEM_RUBOCOP_RAKE_VERSION=0.7.1
# renovate: datasource=rubygems depName=rubocop-rspec
ARG GEM_RUBOCOP_RSPEC_VERSION=3.4.0
ARG GEM_RUBOCOP_RSPEC_VERSION=3.5.0
# renovate: datasource=npm depName=@salesforce/sfdx-scanner
ARG SALESFORCE_SFDX_SCANNER_VERSION=4.9.0
# renovate: datasource=npm depName=lightning-flow-scanner
Expand Down
2 changes: 1 addition & 1 deletion flavors/cupcake/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ ARG GEM_RUBOCOP_RAILS_VERSION=2.29.1
# renovate: datasource=rubygems depName=rubocop-rake
ARG GEM_RUBOCOP_RAKE_VERSION=0.7.1
# renovate: datasource=rubygems depName=rubocop-rspec
ARG GEM_RUBOCOP_RSPEC_VERSION=3.4.0
ARG GEM_RUBOCOP_RSPEC_VERSION=3.5.0
# renovate: datasource=npm depName=cspell
ARG NPM_CSPELL_VERSION=8.17.3
# renovate: datasource=pypi depName=proselint
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 GEM_RUBOCOP_RAILS_VERSION=2.29.1
# renovate: datasource=rubygems depName=rubocop-rake
ARG GEM_RUBOCOP_RAKE_VERSION=0.7.1
# renovate: datasource=rubygems depName=rubocop-rspec
ARG GEM_RUBOCOP_RSPEC_VERSION=3.4.0
ARG GEM_RUBOCOP_RSPEC_VERSION=3.5.0
# renovate: datasource=pypi depName=snakefmt
ARG PIP_SNAKEFMT_VERSION=0.10.2
# renovate: datasource=npm depName=cspell
Expand Down
2 changes: 1 addition & 1 deletion linters/ruby_rubocop/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ ARG GEM_RUBOCOP_RAILS_VERSION=2.29.1
# renovate: datasource=rubygems depName=rubocop-rake
ARG GEM_RUBOCOP_RAKE_VERSION=0.7.1
# renovate: datasource=rubygems depName=rubocop-rspec
ARG GEM_RUBOCOP_RSPEC_VERSION=3.4.0
ARG GEM_RUBOCOP_RSPEC_VERSION=3.5.0
#ARG__END

####################
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 @@ -40,7 +40,7 @@ linters:
ARG GEM_RUBOCOP_RAKE_VERSION=0.7.1
- |-
# renovate: datasource=rubygems depName=rubocop-rspec
ARG GEM_RUBOCOP_RSPEC_VERSION=3.4.0
ARG GEM_RUBOCOP_RSPEC_VERSION=3.5.0
gem:
- rubocop:${GEM_RUBOCOP_VERSION}
- rubocop-github:${GEM_RUBOCOP_GITHUB_VERSION}
Expand Down

0 comments on commit 1ef6af2

Please sign in to comment.