Skip to content

Commit 0acc741

Browse files
chore(deps): update dependency rules_ruby to v0.24.0 (#91)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [rules_ruby](https://redirect.github.com/bazel-contrib/rules_ruby) | bazel_dep | minor | `0.23.1` → `0.24.0` | --- ### Release Notes <details> <summary>bazel-contrib/rules_ruby (rules_ruby)</summary> ### [`v0.24.0`](https://redirect.github.com/bazel-contrib/rules_ruby/releases/tag/v0.24.0) #### Using Bzlmod 1. Add to your `MODULE.bazel` file: ```starlark bazel_dep(name = "rules_ruby", version = "0.24.0") ``` #### What's Changed - fix: green up CI: update SHAs of jdx/ruby by [@&#8203;alexeagle](https://redirect.github.com/alexeagle) in [#&#8203;363](https://redirect.github.com/bazel-contrib/rules_ruby/pull/363) - fix: handle proto files in nested directories by [@&#8203;alexeagle](https://redirect.github.com/alexeagle) in [#&#8203;358](https://redirect.github.com/bazel-contrib/rules_ruby/pull/358) - chore(deps): update dependency rules\_go to v0.60.0 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;364](https://redirect.github.com/bazel-contrib/rules_ruby/pull/364) - chore(deps): update bazel-contrib/setup-bazel action to v0.19.0 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;361](https://redirect.github.com/bazel-contrib/rules_ruby/pull/361) - chore(deps): update dependency rules\_shell to v0.7.1 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;362](https://redirect.github.com/bazel-contrib/rules_ruby/pull/362) - chore(deps): update pre-commit hook keith/pre-commit-buildifier to v8.5.1 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;357](https://redirect.github.com/bazel-contrib/rules_ruby/pull/357) - chore(deps): update dependency buildifier\_prebuilt to v8.5.1 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;354](https://redirect.github.com/bazel-contrib/rules_ruby/pull/354) - chore(deps): update dependency bazel\_env.bzl to v0.7.2 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;356](https://redirect.github.com/bazel-contrib/rules_ruby/pull/356) **Full Changelog**: <bazel-contrib/rules_ruby@v0.23.1...v0.24.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-feature/cpp-sdk). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My45NC4xIiwidXBkYXRlZEluVmVyIjoiNDMuMTAyLjExIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c49528c commit 0acc741

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ bazel_dep(name = "rules_cc", version = "0.2.17")
66
bazel_dep(name = "cucumber-cpp", version = "0.8.0.bcr.1")
77

88
bazel_dep(name = "rules_gherkin", version = "0.2.0")
9-
bazel_dep(name = "rules_ruby", version = "0.23.1")
9+
bazel_dep(name = "rules_ruby", version = "0.24.0")
1010

1111
# Hermetic Ruby Toolchain Configuration
1212
ruby = use_extension("@rules_ruby//ruby:extensions.bzl", "ruby")

0 commit comments

Comments
 (0)