Skip to content

Commit b3e0c57

Browse files
dependabot[bot]LuukvH
authored andcommitted
Bump rubocop from 1.63.1 to 1.64.0
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.63.1 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.1...v1.64.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d1fcd2f commit b3e0c57

2 files changed

Lines changed: 11 additions & 9 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ gemspec
77

88
group :development do
99
gem 'rspec', '~> 3.13'
10-
gem 'rubocop', '~> 1.63.1'
10+
gem 'rubocop', '~> 1.64.0'
1111
end

Gemfile.lock

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,14 @@ GEM
1212
json (2.7.2)
1313
language_server-protocol (3.17.0.3)
1414
parallel (1.24.0)
15-
parser (3.3.0.5)
15+
parser (3.3.1.0)
1616
ast (~> 2.4.1)
1717
racc
18-
racc (1.7.3)
18+
racc (1.8.0)
1919
rainbow (3.1.1)
20-
regexp_parser (2.9.0)
21-
rexml (3.2.6)
20+
regexp_parser (2.9.2)
21+
rexml (3.2.8)
22+
strscan (>= 3.0.9)
2223
rspec (3.13.0)
2324
rspec-core (~> 3.13.0)
2425
rspec-expectations (~> 3.13.0)
@@ -32,7 +33,7 @@ GEM
3233
diff-lcs (>= 1.2.0, < 2.0)
3334
rspec-support (~> 3.13.0)
3435
rspec-support (3.13.1)
35-
rubocop (1.63.1)
36+
rubocop (1.64.0)
3637
json (~> 2.3)
3738
language_server-protocol (>= 3.17.0)
3839
parallel (~> 1.10)
@@ -43,9 +44,10 @@ GEM
4344
rubocop-ast (>= 1.31.1, < 2.0)
4445
ruby-progressbar (~> 1.7)
4546
unicode-display_width (>= 2.4.0, < 3.0)
46-
rubocop-ast (1.31.2)
47-
parser (>= 3.3.0.4)
47+
rubocop-ast (1.31.3)
48+
parser (>= 3.3.1.0)
4849
ruby-progressbar (1.13.0)
50+
strscan (3.1.0)
4951
unicode-display_width (2.5.0)
5052

5153
PLATFORMS
@@ -54,7 +56,7 @@ PLATFORMS
5456
DEPENDENCIES
5557
rspec (~> 3.13)
5658
rspec-github!
57-
rubocop (~> 1.63.1)
59+
rubocop (~> 1.64.0)
5860

5961
BUNDLED WITH
6062
2.2.19

0 commit comments

Comments
 (0)