We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 503cf43 commit 3379c7eCopy full SHA for 3379c7e
lib/bundler/templates/newgem/newgem.gemspec.tt
@@ -40,6 +40,9 @@ Gem::Specification.new do |spec|
40
41
# Uncomment to register a new dependency of your gem
42
# spec.add_dependency "example-gem", "~> 1.0"
43
+<%- if config[:ext] == 'rust' -%>
44
+ spec.add_dependency "rb_sys", "~> 0.9.91"
45
+<%- end -%>
46
<%- if config[:ext] == 'go' -%>
47
spec.add_dependency "go_gem", "~> 0.2"
48
<%- end -%>
0 commit comments