Skip to content

Commit 04bf417

Browse files
build(deps): bump the per-dependency group across 1 directory with 3 updates (microsoft#607)
Bumps the per-dependency group with 3 updates in the /bindings/ruby directory: [minitest](https://github.com/minitest/minitest), [rubocop](https://github.com/rubocop/rubocop) and [rubocop-minitest](https://github.com/rubocop/rubocop-minitest). Updates `minitest` from 6.0.1 to 6.0.2 - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](minitest/minitest@v6.0.1...v6.0.2) Updates `rubocop` from 1.84.1 to 1.84.2 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.84.1...v1.84.2) Updates `rubocop-minitest` from 0.38.2 to 0.39.1 - [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.38.2...v0.39.1) --- updated-dependencies: - dependency-name: minitest dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: per-dependency - dependency-name: rubocop dependency-version: 1.84.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: per-dependency - dependency-name: rubocop-minitest dependency-version: 0.39.1 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 bc23cd0 commit 04bf417

2 files changed

Lines changed: 8 additions & 6 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.3"
1212
gem "rake-compiler", "~> 1.3"
1313
gem "rake-compiler-dock", "~> 1.11"
1414
gem "rubocop", "~> 1.84", require: false
15-
gem "rubocop-minitest", "~> 0.38.2", require: false
15+
gem "rubocop-minitest", "~> 0.39.1", require: false
1616
gem "rubocop-rake", "~> 0.7.1", require: false

bindings/ruby/Gemfile.lock

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@ GEM
88
remote: https://rubygems.org/
99
specs:
1010
ast (2.4.3)
11+
drb (2.2.3)
1112
json (2.18.1)
1213
language_server-protocol (3.17.0.5)
1314
lint_roller (1.1.0)
14-
minitest (6.0.1)
15+
minitest (6.0.2)
16+
drb (~> 2.0)
1517
prism (~> 1.5)
1618
parallel (1.27.0)
17-
parser (3.3.10.1)
19+
parser (3.3.10.2)
1820
ast (~> 2.4.1)
1921
racc
2022
prism (1.9.0)
@@ -27,7 +29,7 @@ GEM
2729
rb_sys (0.9.124)
2830
rake-compiler-dock (= 1.11.0)
2931
regexp_parser (2.11.3)
30-
rubocop (1.84.1)
32+
rubocop (1.84.2)
3133
json (~> 2.3)
3234
language_server-protocol (~> 3.17.0.2)
3335
lint_roller (~> 1.1.0)
@@ -41,7 +43,7 @@ GEM
4143
rubocop-ast (1.49.0)
4244
parser (>= 3.3.7.2)
4345
prism (~> 1.7)
44-
rubocop-minitest (0.38.2)
46+
rubocop-minitest (0.39.1)
4547
lint_roller (~> 1.1)
4648
rubocop (>= 1.75.0, < 2.0)
4749
rubocop-ast (>= 1.38.0, < 2.0)
@@ -64,7 +66,7 @@ DEPENDENCIES
6466
rake-compiler-dock (~> 1.11)
6567
regorusrb!
6668
rubocop (~> 1.84)
67-
rubocop-minitest (~> 0.38.2)
69+
rubocop-minitest (~> 0.39.1)
6870
rubocop-rake (~> 0.7.1)
6971

7072
BUNDLED WITH

0 commit comments

Comments
 (0)