Skip to content

Commit 645e1cd

Browse files
Bump rubocop from 1.56.4 to 1.61.0
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.56.4 to 1.61.0. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.56.4...v1.61.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cabaee2 commit 645e1cd

File tree

2 files changed

+12
-14
lines changed

2 files changed

+12
-14
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ gemspec
77

88
group :development do
99
gem 'rspec', '~> 3.0'
10-
gem 'rubocop', '~> 1.56.4'
10+
gem 'rubocop', '~> 1.61.0'
1111
end

Gemfile.lock

+11-13
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,16 @@ GEM
88
remote: https://rubygems.org/
99
specs:
1010
ast (2.4.2)
11-
base64 (0.1.1)
1211
diff-lcs (1.5.0)
13-
json (2.6.3)
12+
json (2.7.1)
1413
language_server-protocol (3.17.0.3)
15-
parallel (1.23.0)
16-
parser (3.2.2.3)
14+
parallel (1.24.0)
15+
parser (3.3.0.5)
1716
ast (~> 2.4.1)
1817
racc
19-
racc (1.7.1)
18+
racc (1.7.3)
2019
rainbow (3.1.1)
21-
regexp_parser (2.8.1)
20+
regexp_parser (2.9.0)
2221
rexml (3.2.6)
2322
rspec (3.12.0)
2423
rspec-core (~> 3.12.0)
@@ -33,20 +32,19 @@ GEM
3332
diff-lcs (>= 1.2.0, < 2.0)
3433
rspec-support (~> 3.12.0)
3534
rspec-support (3.12.0)
36-
rubocop (1.56.4)
37-
base64 (~> 0.1.1)
35+
rubocop (1.61.0)
3836
json (~> 2.3)
3937
language_server-protocol (>= 3.17.0)
4038
parallel (~> 1.10)
41-
parser (>= 3.2.2.3)
39+
parser (>= 3.3.0.2)
4240
rainbow (>= 2.2.2, < 4.0)
4341
regexp_parser (>= 1.8, < 3.0)
4442
rexml (>= 3.2.5, < 4.0)
45-
rubocop-ast (>= 1.28.1, < 2.0)
43+
rubocop-ast (>= 1.30.0, < 2.0)
4644
ruby-progressbar (~> 1.7)
4745
unicode-display_width (>= 2.4.0, < 3.0)
48-
rubocop-ast (1.29.0)
49-
parser (>= 3.2.1.0)
46+
rubocop-ast (1.31.1)
47+
parser (>= 3.3.0.4)
5048
ruby-progressbar (1.13.0)
5149
unicode-display_width (2.5.0)
5250

@@ -56,7 +54,7 @@ PLATFORMS
5654
DEPENDENCIES
5755
rspec (~> 3.0)
5856
rspec-github!
59-
rubocop (~> 1.56.4)
57+
rubocop (~> 1.61.0)
6058

6159
BUNDLED WITH
6260
2.2.19

0 commit comments

Comments
 (0)