Skip to content

Commit 942dd47

Browse files
build(deps): bump rubocop in /bindings/ruby in the per-dependency group (microsoft#622)
Bumps the per-dependency group in /bindings/ruby with 1 update: [rubocop](https://github.com/rubocop/rubocop). Updates `rubocop` from 1.85.0 to 1.85.1 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.85.0...v1.85.1) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.85.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: per-dependency ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ac701b4 commit 942dd47

2 files changed

Lines changed: 5 additions & 15 deletions

File tree

bindings/ruby/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ gem "minitest", "~> 6.0"
1111
gem "rake", "~> 13.3"
1212
gem "rake-compiler", "~> 1.3"
1313
gem "rake-compiler-dock", "~> 1.11"
14-
gem "rubocop", "~> 1.85", require: false
14+
gem "rubocop", "~> 1.86", require: false
1515
gem "rubocop-minitest", "~> 0.39.1", require: false
1616
gem "rubocop-rake", "~> 0.7.1", require: false

bindings/ruby/Gemfile.lock

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,11 @@ PATH
77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
addressable (2.8.9)
11-
public_suffix (>= 2.0.2, < 8.0)
1210
ast (2.4.3)
13-
bigdecimal (4.0.1)
1411
drb (2.2.3)
15-
json (2.18.1)
16-
json-schema (6.1.0)
17-
addressable (~> 2.8)
18-
bigdecimal (>= 3.1, < 5)
12+
json (2.19.2)
1913
language_server-protocol (3.17.0.5)
2014
lint_roller (1.1.0)
21-
mcp (0.8.0)
22-
json-schema (>= 4.1)
2315
minitest (6.0.2)
2416
drb (~> 2.0)
2517
prism (~> 1.5)
@@ -28,7 +20,6 @@ GEM
2820
ast (~> 2.4.1)
2921
racc
3022
prism (1.9.0)
31-
public_suffix (7.0.5)
3223
racc (1.8.1)
3324
rainbow (3.1.1)
3425
rake (13.3.1)
@@ -38,19 +29,18 @@ GEM
3829
rb_sys (0.9.124)
3930
rake-compiler-dock (= 1.11.0)
4031
regexp_parser (2.11.3)
41-
rubocop (1.85.0)
32+
rubocop (1.86.0)
4233
json (~> 2.3)
4334
language_server-protocol (~> 3.17.0.2)
4435
lint_roller (~> 1.1.0)
45-
mcp (~> 0.6)
4636
parallel (~> 1.10)
4737
parser (>= 3.3.0.2)
4838
rainbow (>= 2.2.2, < 4.0)
4939
regexp_parser (>= 2.9.3, < 3.0)
5040
rubocop-ast (>= 1.49.0, < 2.0)
5141
ruby-progressbar (~> 1.7)
5242
unicode-display_width (>= 2.4.0, < 4.0)
53-
rubocop-ast (1.49.0)
43+
rubocop-ast (1.49.1)
5444
parser (>= 3.3.7.2)
5545
prism (~> 1.7)
5646
rubocop-minitest (0.39.1)
@@ -75,7 +65,7 @@ DEPENDENCIES
7565
rake-compiler (~> 1.3)
7666
rake-compiler-dock (~> 1.11)
7767
regorusrb!
78-
rubocop (~> 1.85)
68+
rubocop (~> 1.86)
7969
rubocop-minitest (~> 0.39.1)
8070
rubocop-rake (~> 0.7.1)
8171

0 commit comments

Comments
 (0)