summaryrefslogtreecommitdiff
path: root/test/rubygems/test_gem_ext_cargo_builder/custom_name/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-07-25 15:23:06 +0000
committergit <svn-admin@ruby-lang.org>2022-07-26 01:53:02 +0900
commitfab5a0e62a5fc84a7613a46847462782968f7f09 (patch)
tree8aabceb974e8031e6516a936f1b0c83dbe2deb8b /test/rubygems/test_gem_ext_cargo_builder/custom_name/Cargo.toml
parent979368b47c20293a0e8311d23832d6e8db0d6b3c (diff)
[rubygems/rubygems] Bump rb-sys in /test/rubygems/test_gem_ext_cargo_builder/custom_name
Bumps [rb-sys](https://github.com/oxidize-rb/rb-sys) from 0.9.20 to 0.9.26. - [Release notes](https://github.com/oxidize-rb/rb-sys/releases) - [Commits](https://github.com/oxidize-rb/rb-sys/compare/v0.9.20...v0.9.26) --- updated-dependencies: - dependency-name: rb-sys dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> https://github.com/rubygems/rubygems/commit/8b1d0672a3
Diffstat (limited to 'test/rubygems/test_gem_ext_cargo_builder/custom_name/Cargo.toml')
-rw-r--r--test/rubygems/test_gem_ext_cargo_builder/custom_name/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rubygems/test_gem_ext_cargo_builder/custom_name/Cargo.toml b/test/rubygems/test_gem_ext_cargo_builder/custom_name/Cargo.toml
index 676c72f621..b144f930e5 100644
--- a/test/rubygems/test_gem_ext_cargo_builder/custom_name/Cargo.toml
+++ b/test/rubygems/test_gem_ext_cargo_builder/custom_name/Cargo.toml
@@ -7,4 +7,4 @@ edition = "2021"
crate-type = ["cdylib"]
[dependencies]
-rb-sys = { version = "0.9.20", features = ["gem"] }
+rb-sys = { version = "0.9.26", features = ["gem"] }