Skip to content

Commit 2c43bad

Browse files
dependabot[bot]bbenno
authored andcommitted
Bump rubocop from 1.66.1 to 1.68.0
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.66.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.66.1...v1.68.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5e9e2a1 commit 2c43bad

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Gemfile

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

88
gem 'minitest', '~> 5.25'
99
gem 'rake', '~> 13.1'
10-
gem 'rubocop', '~> 1.66'
10+
gem 'rubocop', '~> 1.68'
1111
gem 'rubocop-minitest', '~> 0.36.0'
1212
gem 'rubocop-rake', '~> 0.6.0'

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@ GEM
77
remote: https://rubygems.org/
88
specs:
99
ast (2.4.2)
10-
json (2.7.2)
10+
json (2.7.5)
1111
language_server-protocol (3.17.0.3)
1212
minitest (5.25.1)
1313
parallel (1.26.3)
14-
parser (3.3.5.0)
14+
parser (3.3.5.1)
1515
ast (~> 2.4.1)
1616
racc
1717
racc (1.8.1)
1818
rainbow (3.1.1)
1919
rake (13.1.0)
2020
regexp_parser (2.9.2)
21-
rubocop (1.66.1)
21+
rubocop (1.68.0)
2222
json (~> 2.3)
2323
language_server-protocol (>= 3.17.0)
2424
parallel (~> 1.10)
@@ -28,15 +28,15 @@ GEM
2828
rubocop-ast (>= 1.32.2, < 2.0)
2929
ruby-progressbar (~> 1.7)
3030
unicode-display_width (>= 2.4.0, < 3.0)
31-
rubocop-ast (1.32.3)
31+
rubocop-ast (1.33.1)
3232
parser (>= 3.3.1.0)
3333
rubocop-minitest (0.36.0)
3434
rubocop (>= 1.61, < 2.0)
3535
rubocop-ast (>= 1.31.1, < 2.0)
3636
rubocop-rake (0.6.0)
3737
rubocop (~> 1.0)
3838
ruby-progressbar (1.13.0)
39-
unicode-display_width (2.5.0)
39+
unicode-display_width (2.6.0)
4040

4141
PLATFORMS
4242
x86_64-linux
@@ -45,7 +45,7 @@ DEPENDENCIES
4545
human_languages!
4646
minitest (~> 5.25)
4747
rake (~> 13.1)
48-
rubocop (~> 1.66)
48+
rubocop (~> 1.68)
4949
rubocop-minitest (~> 0.36.0)
5050
rubocop-rake (~> 0.6.0)
5151

0 commit comments

Comments
 (0)