Skip to content

Commit 5b6e657

Browse files
build(deps): bump the per-dependency group across 1 directory with 2 updates (#767)
Bumps the per-dependency group with 2 updates in the /bindings/ruby directory: [rubocop](https://github.com/rubocop/rubocop) and [rubocop-minitest](https://github.com/rubocop/rubocop-minitest). Updates `rubocop` from 1.88.0 to 1.88.2 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.88.0...v1.88.2) Updates `rubocop-minitest` from 0.39.1 to 0.40.0 - [Release notes](https://github.com/rubocop/rubocop-minitest/releases) - [Changelog](https://github.com/rubocop/rubocop-minitest/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-minitest@v0.39.1...v0.40.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.88.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: per-dependency - dependency-name: rubocop-minitest dependency-version: 0.40.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 f00ec3a commit 5b6e657

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

bindings/ruby/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ gem "rake", "~> 13.4"
1212
gem "rake-compiler", "~> 1.3"
1313
gem "rake-compiler-dock", "~> 1.12"
1414
gem "rubocop", "~> 1.88", require: false
15-
gem "rubocop-minitest", "~> 0.39.1", require: false
15+
gem "rubocop-minitest", "~> 0.40.0", require: false
1616
gem "rubocop-rake", "~> 0.7.1", require: false

bindings/ruby/Gemfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ GEM
99
specs:
1010
ast (2.4.3)
1111
drb (2.2.3)
12-
json (2.20.0)
13-
language_server-protocol (3.17.0.5)
12+
json (2.21.1)
13+
language_server-protocol (3.17.0.6)
1414
lint_roller (1.1.0)
1515
minitest (6.0.6)
1616
drb (~> 2.0)
1717
prism (~> 1.5)
1818
parallel (2.1.0)
19-
parser (3.3.11.1)
19+
parser (3.3.12.0)
2020
ast (~> 2.4.1)
2121
racc
2222
prism (1.9.0)
@@ -29,7 +29,7 @@ GEM
2929
rb_sys (0.9.128)
3030
rake-compiler-dock (= 1.12.0)
3131
regexp_parser (2.12.0)
32-
rubocop (1.88.0)
32+
rubocop (1.88.2)
3333
json (~> 2.3)
3434
language_server-protocol (~> 3.17.0.2)
3535
lint_roller (~> 1.1.0)
@@ -40,10 +40,10 @@ GEM
4040
rubocop-ast (>= 1.49.0, < 2.0)
4141
ruby-progressbar (~> 1.7)
4242
unicode-display_width (>= 2.4.0, < 4.0)
43-
rubocop-ast (1.49.1)
43+
rubocop-ast (1.50.0)
4444
parser (>= 3.3.7.2)
4545
prism (~> 1.7)
46-
rubocop-minitest (0.39.1)
46+
rubocop-minitest (0.40.0)
4747
lint_roller (~> 1.1)
4848
rubocop (>= 1.75.0, < 2.0)
4949
rubocop-ast (>= 1.38.0, < 2.0)
@@ -66,7 +66,7 @@ DEPENDENCIES
6666
rake-compiler-dock (~> 1.12)
6767
regorusrb!
6868
rubocop (~> 1.88)
69-
rubocop-minitest (~> 0.39.1)
69+
rubocop-minitest (~> 0.40.0)
7070
rubocop-rake (~> 0.7.1)
7171

7272
BUNDLED WITH

0 commit comments

Comments
 (0)