Skip to content

Commit 359e1ed

Browse files
dependabot[bot]Stefanni Brasil
andauthored
Bump rubocop from 1.63.4 to 1.64.0 (#2958)
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.63.4 to 1.64.0. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.63.4...v1.64.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Stefanni Brasil <[email protected]>
1 parent 7309ea1 commit 359e1ed

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ gem 'benchmark'
99
gem 'minitest', '5.23.1'
1010
gem 'pry', '0.14.2'
1111
gem 'rake', '13.2.1'
12-
gem 'rubocop', '1.63.4'
12+
gem 'rubocop', '1.64.0'
1313
gem 'rubocop-minitest', '0.35.0'
1414
gem 'rubocop-rake', '0.6.0'
1515
gem 'simplecov', '0.22.0'

Gemfile.lock

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,13 @@ GEM
2626
pry (0.14.2)
2727
coderay (~> 1.1)
2828
method_source (~> 1.0)
29-
racc (1.7.3)
29+
racc (1.8.0)
3030
rainbow (3.1.1)
3131
rake (13.2.1)
32-
regexp_parser (2.9.0)
33-
rexml (3.2.6)
34-
rubocop (1.63.4)
32+
regexp_parser (2.9.2)
33+
rexml (3.2.8)
34+
strscan (>= 3.0.9)
35+
rubocop (1.64.0)
3536
json (~> 2.3)
3637
language_server-protocol (>= 3.17.0)
3738
parallel (~> 1.10)
@@ -42,8 +43,8 @@ GEM
4243
rubocop-ast (>= 1.31.1, < 2.0)
4344
ruby-progressbar (~> 1.7)
4445
unicode-display_width (>= 2.4.0, < 3.0)
45-
rubocop-ast (1.31.2)
46-
parser (>= 3.3.0.4)
46+
rubocop-ast (1.31.3)
47+
parser (>= 3.3.1.0)
4748
rubocop-minitest (0.35.0)
4849
rubocop (>= 1.61, < 2.0)
4950
rubocop-ast (>= 1.31.1, < 2.0)
@@ -56,6 +57,7 @@ GEM
5657
simplecov_json_formatter (~> 0.1)
5758
simplecov-html (0.12.3)
5859
simplecov_json_formatter (0.1.4)
60+
strscan (3.1.0)
5961
test-unit (3.6.2)
6062
power_assert
6163
timecop (0.9.8)
@@ -72,7 +74,7 @@ DEPENDENCIES
7274
minitest (= 5.23.1)
7375
pry (= 0.14.2)
7476
rake (= 13.2.1)
75-
rubocop (= 1.63.4)
77+
rubocop (= 1.64.0)
7678
rubocop-minitest (= 0.35.0)
7779
rubocop-rake (= 0.6.0)
7880
simplecov (= 0.22.0)

0 commit comments

Comments
 (0)