Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 30, 2023
1 parent dc1bf5c commit e960ad4
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 31 deletions.
2 changes: 1 addition & 1 deletion dependencies/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source "https://rubygems.org"

git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }

gem "rubocop", "~> 1.28.2"
gem "rubocop", "~> 1.57.2"
gem "rubocop-github", "~> 0.17.0"
gem "rubocop-performance", "~>1.13.3"
gem "rubocop-rails", "~> 2.14"
Expand Down
78 changes: 48 additions & 30 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.843.0)
aws-sdk-core (3.185.1)
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.72.0)
aws-sdk-core (~> 3, >= 3.184.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.136.0)
aws-sdk-core (~> 3, >= 3.181.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.1)
aws-sigv4 (1.2.4)
aws-sigv4 (~> 1.6)
aws-sigv4 (1.6.1)
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,26 +37,42 @@ GEM
concurrent-ruby (1.1.9)
i18n (1.10.0)
concurrent-ruby (~> 1.0)
jmespath (1.6.2)
json (2.6.3)
kwalify (0.7.2)
language_server-protocol (3.17.0.3)
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.4)
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)
rubocop (1.28.2)
regexp_parser (2.8.2)
rexml (3.2.6)
rubocop (1.57.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.1.0.0)
parser (>= 3.2.2.4)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml
rubocop-ast (>= 1.17.0, < 2.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.28.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.17.0)
parser (>= 3.1.1.0)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
rubocop-github (0.17.0)
rubocop
rubocop-performance
Expand All @@ -70,16 +86,18 @@ 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.5.0)

PLATFORMS
x86_64-darwin-20
x86_64-linux

DEPENDENCIES
rubocop (~> 1.28.2)
cfn-nag (~> 0.7.12)
rubocop (~> 1.57.2)
rubocop-github (~> 0.17.0)
rubocop-performance (~> 1.13.3)
rubocop-rails (~> 2.14)
Expand Down

0 comments on commit e960ad4

Please sign in to comment.