Skip to content

Commit b8e15f4

Browse files
build(deps): bump rubocop in /bindings/ruby in the per-dependency group (#618)
Bumps the per-dependency group in /bindings/ruby with 1 update: [rubocop](https://github.com/rubocop/rubocop). Updates `rubocop` from 1.84.2 to 1.85.0 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.84.2...v1.85.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.85.0 dependency-type: direct:production update-type: version-update:semver-minor 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 3714496 commit b8e15f4

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

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.84", require: false
14+
gem "rubocop", "~> 1.85", 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: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,19 @@ PATH
77
GEM
88
remote: https://rubygems.org/
99
specs:
10+
addressable (2.8.9)
11+
public_suffix (>= 2.0.2, < 8.0)
1012
ast (2.4.3)
13+
bigdecimal (4.0.1)
1114
drb (2.2.3)
1215
json (2.18.1)
16+
json-schema (6.1.0)
17+
addressable (~> 2.8)
18+
bigdecimal (>= 3.1, < 5)
1319
language_server-protocol (3.17.0.5)
1420
lint_roller (1.1.0)
21+
mcp (0.8.0)
22+
json-schema (>= 4.1)
1523
minitest (6.0.2)
1624
drb (~> 2.0)
1725
prism (~> 1.5)
@@ -20,6 +28,7 @@ GEM
2028
ast (~> 2.4.1)
2129
racc
2230
prism (1.9.0)
31+
public_suffix (7.0.5)
2332
racc (1.8.1)
2433
rainbow (3.1.1)
2534
rake (13.3.1)
@@ -29,10 +38,11 @@ GEM
2938
rb_sys (0.9.124)
3039
rake-compiler-dock (= 1.11.0)
3140
regexp_parser (2.11.3)
32-
rubocop (1.84.2)
41+
rubocop (1.85.0)
3342
json (~> 2.3)
3443
language_server-protocol (~> 3.17.0.2)
3544
lint_roller (~> 1.1.0)
45+
mcp (~> 0.6)
3646
parallel (~> 1.10)
3747
parser (>= 3.3.0.2)
3848
rainbow (>= 2.2.2, < 4.0)
@@ -65,7 +75,7 @@ DEPENDENCIES
6575
rake-compiler (~> 1.3)
6676
rake-compiler-dock (~> 1.11)
6777
regorusrb!
68-
rubocop (~> 1.84)
78+
rubocop (~> 1.85)
6979
rubocop-minitest (~> 0.39.1)
7080
rubocop-rake (~> 0.7.1)
7181

0 commit comments

Comments
 (0)