Skip to content

Commit 492013b

Browse files
build(deps): bump the per-dependency group across 1 directory with 4 updates
Bumps the per-dependency group with 4 updates in the /bindings/ruby directory: [minitest](https://github.com/minitest/minitest), [rake](https://github.com/ruby/rake), [rubocop](https://github.com/rubocop/rubocop) and [rb_sys](https://github.com/oxidize-rb/rb-sys). Updates `minitest` from 6.0.3 to 6.0.4 - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](minitest/minitest@v6.0.3...v6.0.4) Updates `rake` from 13.3.1 to 13.4.1 - [Release notes](https://github.com/ruby/rake/releases) - [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc) - [Commits](ruby/rake@v13.3.1...v13.4.1) Updates `rubocop` from 1.86.0 to 1.86.1 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.86.0...v1.86.1) Updates `rb_sys` from 0.9.125 to 0.9.126 - [Release notes](https://github.com/oxidize-rb/rb-sys/releases) - [Commits](oxidize-rb/rb-sys@v0.9.125...v0.9.126) --- updated-dependencies: - dependency-name: minitest dependency-version: 6.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: per-dependency - dependency-name: rake dependency-version: 13.4.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: per-dependency - dependency-name: rubocop dependency-version: 1.86.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: per-dependency - dependency-name: rb_sys dependency-version: 0.9.126 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: per-dependency ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3d34021 commit 492013b

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

bindings/ruby/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gemspec
88
# These gems are required for local development and testing,
99
# but won't be included in the published gem
1010
gem "minitest", "~> 6.0"
11-
gem "rake", "~> 13.3"
11+
gem "rake", "~> 13.4"
1212
gem "rake-compiler", "~> 1.3"
1313
gem "rake-compiler-dock", "~> 1.11"
1414
gem "rubocop", "~> 1.86", require: false

bindings/ruby/Gemfile.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,32 +9,32 @@ GEM
99
specs:
1010
ast (2.4.3)
1111
drb (2.2.3)
12-
json (2.19.2)
12+
json (2.19.3)
1313
language_server-protocol (3.17.0.5)
1414
lint_roller (1.1.0)
15-
minitest (6.0.3)
15+
minitest (6.0.4)
1616
drb (~> 2.0)
1717
prism (~> 1.5)
18-
parallel (1.27.0)
19-
parser (3.3.10.2)
18+
parallel (2.0.1)
19+
parser (3.3.11.1)
2020
ast (~> 2.4.1)
2121
racc
2222
prism (1.9.0)
2323
racc (1.8.1)
2424
rainbow (3.1.1)
25-
rake (13.3.1)
25+
rake (13.4.1)
2626
rake-compiler (1.3.1)
2727
rake
2828
rake-compiler-dock (1.11.0)
29-
rb_sys (0.9.125)
29+
rb_sys (0.9.126)
3030
json (>= 2)
3131
rake-compiler-dock (= 1.11.0)
32-
regexp_parser (2.11.3)
33-
rubocop (1.86.0)
32+
regexp_parser (2.12.0)
33+
rubocop (1.86.1)
3434
json (~> 2.3)
3535
language_server-protocol (~> 3.17.0.2)
3636
lint_roller (~> 1.1.0)
37-
parallel (~> 1.10)
37+
parallel (>= 1.10)
3838
parser (>= 3.3.0.2)
3939
rainbow (>= 2.2.2, < 4.0)
4040
regexp_parser (>= 2.9.3, < 3.0)
@@ -62,7 +62,7 @@ PLATFORMS
6262

6363
DEPENDENCIES
6464
minitest (~> 6.0)
65-
rake (~> 13.3)
65+
rake (~> 13.4)
6666
rake-compiler (~> 1.3)
6767
rake-compiler-dock (~> 1.11)
6868
regorusrb!

0 commit comments

Comments
 (0)