Skip to content

Commit 6ba5e53

Browse files
dependabot[bot]LuukvH
authored andcommitted
Bump rubocop from 1.65.1 to 1.68.0
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.65.1 to 1.68.0. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.65.1...v1.68.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 75e3b1d commit 6ba5e53

File tree

2 files changed

+9
-13
lines changed

2 files changed

+9
-13
lines changed

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.65.1'
10+
gem 'rubocop', '~> 1.68.0'
1111
end

Gemfile.lock

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,15 @@ GEM
99
specs:
1010
ast (2.4.2)
1111
diff-lcs (1.5.1)
12-
json (2.7.2)
12+
json (2.7.5)
1313
language_server-protocol (3.17.0.3)
14-
parallel (1.25.1)
15-
parser (3.3.4.0)
14+
parallel (1.26.3)
15+
parser (3.3.5.1)
1616
ast (~> 2.4.1)
1717
racc
1818
racc (1.8.1)
1919
rainbow (3.1.1)
2020
regexp_parser (2.9.2)
21-
rexml (3.3.4)
22-
strscan
2321
rspec (3.13.0)
2422
rspec-core (~> 3.13.0)
2523
rspec-expectations (~> 3.13.0)
@@ -33,30 +31,28 @@ GEM
3331
diff-lcs (>= 1.2.0, < 2.0)
3432
rspec-support (~> 3.13.0)
3533
rspec-support (3.13.1)
36-
rubocop (1.65.1)
34+
rubocop (1.68.0)
3735
json (~> 2.3)
3836
language_server-protocol (>= 3.17.0)
3937
parallel (~> 1.10)
4038
parser (>= 3.3.0.2)
4139
rainbow (>= 2.2.2, < 4.0)
4240
regexp_parser (>= 2.4, < 3.0)
43-
rexml (>= 3.2.5, < 4.0)
44-
rubocop-ast (>= 1.31.1, < 2.0)
41+
rubocop-ast (>= 1.32.2, < 2.0)
4542
ruby-progressbar (~> 1.7)
4643
unicode-display_width (>= 2.4.0, < 3.0)
47-
rubocop-ast (1.31.3)
44+
rubocop-ast (1.33.1)
4845
parser (>= 3.3.1.0)
4946
ruby-progressbar (1.13.0)
50-
strscan (3.1.0)
51-
unicode-display_width (2.5.0)
47+
unicode-display_width (2.6.0)
5248

5349
PLATFORMS
5450
ruby
5551

5652
DEPENDENCIES
5753
rspec (~> 3.13)
5854
rspec-github!
59-
rubocop (~> 1.65.1)
55+
rubocop (~> 1.68.0)
6056

6157
BUNDLED WITH
6258
2.6.0

0 commit comments

Comments
 (0)