Skip to content

Commit 16a4c42

Browse files
Bump rubocop from 1.82.1 to 1.84.0 (#50)
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.82.1 to 1.84.0. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.82.1...v1.84.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.84.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e25feee commit 16a4c42

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
source 'https://rubygems.org'
44

55
gem 'rspec', require: 'spec'
6-
gem 'rubocop', '~> 1.82', require: false
6+
gem 'rubocop', '~> 1.84', require: false
77
gem 'rubocop-rspec', require: false

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ GEM
77
language_server-protocol (3.17.0.5)
88
lint_roller (1.1.0)
99
parallel (1.27.0)
10-
parser (3.3.10.0)
10+
parser (3.3.10.1)
1111
ast (~> 2.4.1)
1212
racc
13-
prism (1.7.0)
13+
prism (1.8.0)
1414
racc (1.8.1)
1515
rainbow (3.1.1)
1616
regexp_parser (2.11.3)
@@ -27,15 +27,15 @@ GEM
2727
diff-lcs (>= 1.2.0, < 2.0)
2828
rspec-support (~> 3.13.0)
2929
rspec-support (3.13.6)
30-
rubocop (1.82.1)
30+
rubocop (1.84.0)
3131
json (~> 2.3)
3232
language_server-protocol (~> 3.17.0.2)
3333
lint_roller (~> 1.1.0)
3434
parallel (~> 1.10)
3535
parser (>= 3.3.0.2)
3636
rainbow (>= 2.2.2, < 4.0)
3737
regexp_parser (>= 2.9.3, < 3.0)
38-
rubocop-ast (>= 1.48.0, < 2.0)
38+
rubocop-ast (>= 1.49.0, < 2.0)
3939
ruby-progressbar (~> 1.7)
4040
unicode-display_width (>= 2.4.0, < 4.0)
4141
rubocop-ast (1.49.0)
@@ -54,7 +54,7 @@ PLATFORMS
5454

5555
DEPENDENCIES
5656
rspec
57-
rubocop (~> 1.82)
57+
rubocop (~> 1.84)
5858
rubocop-rspec
5959

6060
BUNDLED WITH

0 commit comments

Comments
 (0)