summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaren J. Torikian <gjtorikian@users.noreply.github.com>2025-02-08 16:17:50 -0500
committergit <svn-admin@ruby-lang.org>2026-02-13 06:28:14 +0000
commite0ab4157877c737b775610a7d885de28bed577ef (patch)
treefbb72a66796ad9963dfbe3fa3152e647f4c029c0
parentfe25c2cbacf66dfd75790042b02d2bde51092936 (diff)
[ruby/rubygems] update template dependencies
https://github.com/ruby/rubygems/commit/a7f52d6b02
-rw-r--r--lib/bundler/templates/newgem/ext/newgem/Cargo.toml.tt4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/bundler/templates/newgem/ext/newgem/Cargo.toml.tt b/lib/bundler/templates/newgem/ext/newgem/Cargo.toml.tt
index 142957a348..a06166aee7 100644
--- a/lib/bundler/templates/newgem/ext/newgem/Cargo.toml.tt
+++ b/lib/bundler/templates/newgem/ext/newgem/Cargo.toml.tt
@@ -16,7 +16,7 @@ magnus = { version = "0.8.2" }
rb-sys = { version = "0.9", features = ["stable-api-compiled-fallback"] }
[build-dependencies]
-rb-sys-env = "0.1.2"
+rb-sys-env = "0.2.2"
[dev-dependencies]
-rb-sys-test-helpers = { version = "0.2.0" }
+rb-sys-test-helpers = { version = "0.2.2" }