Skip to content

Commit f1eef89

Browse files
Bump rubocop from 1.85.1 to 1.86.0 (#58)
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.85.1 to 1.86.0. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.85.1...v1.86.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.86.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 2bc25ad commit f1eef89

File tree

2 files changed

+4
-14
lines changed

2 files changed

+4
-14
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.85', require: false
6+
gem 'rubocop', '~> 1.86', require: false
77
gem 'rubocop-rspec', require: false

Gemfile.lock

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,16 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.9)
5-
public_suffix (>= 2.0.2, < 8.0)
64
ast (2.4.3)
7-
bigdecimal (3.3.1)
85
diff-lcs (1.6.2)
96
json (2.19.2)
10-
json-schema (5.2.2)
11-
addressable (~> 2.8)
12-
bigdecimal (~> 3.1)
137
language_server-protocol (3.17.0.5)
148
lint_roller (1.1.0)
15-
mcp (0.8.0)
16-
json-schema (>= 4.1)
179
parallel (1.27.0)
1810
parser (3.3.10.2)
1911
ast (~> 2.4.1)
2012
racc
2113
prism (1.9.0)
22-
public_suffix (6.0.2)
2314
racc (1.8.1)
2415
rainbow (3.1.1)
2516
regexp_parser (2.11.3)
@@ -36,19 +27,18 @@ GEM
3627
diff-lcs (>= 1.2.0, < 2.0)
3728
rspec-support (~> 3.13.0)
3829
rspec-support (3.13.6)
39-
rubocop (1.85.1)
30+
rubocop (1.86.0)
4031
json (~> 2.3)
4132
language_server-protocol (~> 3.17.0.2)
4233
lint_roller (~> 1.1.0)
43-
mcp (~> 0.6)
4434
parallel (~> 1.10)
4535
parser (>= 3.3.0.2)
4636
rainbow (>= 2.2.2, < 4.0)
4737
regexp_parser (>= 2.9.3, < 3.0)
4838
rubocop-ast (>= 1.49.0, < 2.0)
4939
ruby-progressbar (~> 1.7)
5040
unicode-display_width (>= 2.4.0, < 4.0)
51-
rubocop-ast (1.49.0)
41+
rubocop-ast (1.49.1)
5242
parser (>= 3.3.7.2)
5343
prism (~> 1.7)
5444
rubocop-rspec (3.9.0)
@@ -64,7 +54,7 @@ PLATFORMS
6454

6555
DEPENDENCIES
6656
rspec
67-
rubocop (~> 1.85)
57+
rubocop (~> 1.86)
6858
rubocop-rspec
6959

7060
BUNDLED WITH

0 commit comments

Comments
 (0)