mirror of
https://github.com/microsoft/regorus.git
synced 2026-08-05 02:16:11 +00:00
build(deps): bump the per-dependency group across 1 directory with 3 updates (#728)
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 [rb_sys](https://github.com/oxidize-rb/rb-sys). Updates `minitest` from 6.0.5 to 6.0.6 - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](https://github.com/minitest/minitest/compare/v6.0.5...v6.0.6) Updates `rubocop` from 1.86.1 to 1.88.0 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.86.1...v1.88.0) Updates `rb_sys` from 0.9.127 to 0.9.128 - [Release notes](https://github.com/oxidize-rb/rb-sys/releases) - [Commits](https://github.com/oxidize-rb/rb-sys/compare/v0.9.127...v0.9.128) --- updated-dependencies: - dependency-name: minitest dependency-version: 6.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: per-dependency - dependency-name: rb_sys dependency-version: 0.9.128 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: per-dependency - dependency-name: rubocop dependency-version: 1.86.2 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>
This commit is contained in:
@@ -11,6 +11,6 @@ gem "minitest", "~> 6.0"
|
|||||||
gem "rake", "~> 13.4"
|
gem "rake", "~> 13.4"
|
||||||
gem "rake-compiler", "~> 1.3"
|
gem "rake-compiler", "~> 1.3"
|
||||||
gem "rake-compiler-dock", "~> 1.12"
|
gem "rake-compiler-dock", "~> 1.12"
|
||||||
gem "rubocop", "~> 1.86", require: false
|
gem "rubocop", "~> 1.88", require: false
|
||||||
gem "rubocop-minitest", "~> 0.39.1", require: false
|
gem "rubocop-minitest", "~> 0.39.1", require: false
|
||||||
gem "rubocop-rake", "~> 0.7.1", require: false
|
gem "rubocop-rake", "~> 0.7.1", require: false
|
||||||
|
|||||||
@@ -9,10 +9,10 @@ GEM
|
|||||||
specs:
|
specs:
|
||||||
ast (2.4.3)
|
ast (2.4.3)
|
||||||
drb (2.2.3)
|
drb (2.2.3)
|
||||||
json (2.19.4)
|
json (2.20.0)
|
||||||
language_server-protocol (3.17.0.5)
|
language_server-protocol (3.17.0.5)
|
||||||
lint_roller (1.1.0)
|
lint_roller (1.1.0)
|
||||||
minitest (6.0.5)
|
minitest (6.0.6)
|
||||||
drb (~> 2.0)
|
drb (~> 2.0)
|
||||||
prism (~> 1.5)
|
prism (~> 1.5)
|
||||||
parallel (2.1.0)
|
parallel (2.1.0)
|
||||||
@@ -26,10 +26,10 @@ GEM
|
|||||||
rake-compiler (1.3.1)
|
rake-compiler (1.3.1)
|
||||||
rake
|
rake
|
||||||
rake-compiler-dock (1.12.0)
|
rake-compiler-dock (1.12.0)
|
||||||
rb_sys (0.9.127)
|
rb_sys (0.9.128)
|
||||||
rake-compiler-dock (= 1.12.0)
|
rake-compiler-dock (= 1.12.0)
|
||||||
regexp_parser (2.12.0)
|
regexp_parser (2.12.0)
|
||||||
rubocop (1.86.1)
|
rubocop (1.88.0)
|
||||||
json (~> 2.3)
|
json (~> 2.3)
|
||||||
language_server-protocol (~> 3.17.0.2)
|
language_server-protocol (~> 3.17.0.2)
|
||||||
lint_roller (~> 1.1.0)
|
lint_roller (~> 1.1.0)
|
||||||
@@ -65,7 +65,7 @@ DEPENDENCIES
|
|||||||
rake-compiler (~> 1.3)
|
rake-compiler (~> 1.3)
|
||||||
rake-compiler-dock (~> 1.12)
|
rake-compiler-dock (~> 1.12)
|
||||||
regorusrb!
|
regorusrb!
|
||||||
rubocop (~> 1.86)
|
rubocop (~> 1.88)
|
||||||
rubocop-minitest (~> 0.39.1)
|
rubocop-minitest (~> 0.39.1)
|
||||||
rubocop-rake (~> 0.7.1)
|
rubocop-rake (~> 0.7.1)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user