Skip to content

Commit

Permalink
Bump rubocop-performance from 1.13.3 to 1.19.0 in /dependencies
Browse files Browse the repository at this point in the history
Bumps [rubocop-performance](https://github.com/rubocop/rubocop-performance) from 1.13.3 to 1.19.0.
- [Release notes](https://github.com/rubocop/rubocop-performance/releases)
- [Changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-performance@v1.13.3...v1.19.0)

---
updated-dependencies:
- dependency-name: rubocop-performance
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 14, 2023
1 parent 4f0a537 commit 708f428
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 27 deletions.
2 changes: 1 addition & 1 deletion dependencies/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }

gem "rubocop", "~> 1.28.2"
gem "rubocop-github", "~> 0.17.0"
gem "rubocop-performance", "~>1.13.3"
gem "rubocop-performance", "~>1.19.0"
gem "rubocop-rails", "~> 2.14"
gem "rubocop-rspec", "~> 2.10.0"
gem 'cfn-nag', '~> 0.7.12'
66 changes: 40 additions & 26 deletions dependencies/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,28 +7,28 @@ GEM
minitest (>= 5.1)
tzinfo (~> 2.0)
ast (2.4.2)
aws-eventstream (1.1.1)
aws-partitions (1.487.0)
aws-sdk-core (3.119.0)
aws-eventstream (1.2.0)
aws-partitions (1.803.0)
aws-sdk-core (3.180.3)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.239.0)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.5)
jmespath (~> 1, >= 1.6.1)
aws-sdk-kms (1.71.0)
aws-sdk-core (~> 3, >= 3.177.0)
aws-sigv4 (~> 1.1)
jmespath (~> 1.0)
aws-sdk-kms (1.46.0)
aws-sdk-core (~> 3, >= 3.119.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.98.0)
aws-sdk-core (~> 3, >= 3.119.0)
aws-sdk-s3 (1.132.1)
aws-sdk-core (~> 3, >= 3.179.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.1)
aws-sigv4 (1.2.4)
aws-sigv4 (~> 1.6)
aws-sigv4 (1.6.0)
aws-eventstream (~> 1, >= 1.0.2)
cfn-model (0.6.0)
cfn-model (0.6.3)
kwalify (= 0.7.2)
psych (~> 3)
cfn-nag (0.7.14)
cfn-nag (0.7.16)
aws-sdk-s3 (~> 1.76)
cfn-model (= 0.6.0)
cfn-model (= 0.6.3)
lightly (~> 0.3.2)
logging (~> 2.2.2)
netaddr (~> 2.0.4)
Expand All @@ -37,15 +37,27 @@ GEM
concurrent-ruby (1.1.9)
i18n (1.10.0)
concurrent-ruby (~> 1.0)
jmespath (1.6.2)
kwalify (0.7.2)
lightly (0.3.3)
little-plugger (1.1.4)
logging (2.2.2)
little-plugger (~> 1.1)
multi_json (~> 1.10)
minitest (5.15.0)
parallel (1.22.1)
parser (3.1.2.0)
multi_json (1.15.0)
netaddr (2.0.6)
optimist (3.0.1)
parallel (1.23.0)
parser (3.2.2.3)
ast (~> 2.4.1)
psych (3.3.2)
racc
psych (3.3.4)
racc (1.7.1)
rack (2.2.3)
rainbow (3.1.1)
regexp_parser (2.3.1)
rexml (3.2.5)
regexp_parser (2.8.1)
rexml (3.2.6)
rubocop (1.28.2)
parallel (~> 1.10)
parser (>= 3.1.0.0)
Expand All @@ -55,13 +67,13 @@ GEM
rubocop-ast (>= 1.17.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.17.0)
parser (>= 3.1.1.0)
rubocop-ast (1.29.0)
parser (>= 3.2.1.0)
rubocop-github (0.17.0)
rubocop
rubocop-performance
rubocop-rails
rubocop-performance (1.13.3)
rubocop-performance (1.19.0)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-rails (2.14.2)
Expand All @@ -70,18 +82,20 @@ GEM
rubocop (>= 1.7.0, < 2.0)
rubocop-rspec (2.10.0)
rubocop (~> 1.19)
ruby-progressbar (1.11.0)
ruby-progressbar (1.13.0)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
unicode-display_width (2.1.0)
unicode-display_width (2.4.2)

PLATFORMS
x86_64-darwin-20
x86_64-linux

DEPENDENCIES
cfn-nag (~> 0.7.12)
rubocop (~> 1.28.2)
rubocop-github (~> 0.17.0)
rubocop-performance (~> 1.13.3)
rubocop-performance (~> 1.19.0)
rubocop-rails (~> 2.14)
rubocop-rspec (~> 2.10.0)

Expand Down

0 comments on commit 708f428

Please sign in to comment.