summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/gdbm/gdbm.gemspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/gdbm/gdbm.gemspec b/ext/gdbm/gdbm.gemspec
index 6fd42c022f..d15d20847d 100644
--- a/ext/gdbm/gdbm.gemspec
+++ b/ext/gdbm/gdbm.gemspec
@@ -18,4 +18,5 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]
spec.extensions = ["ext/gdbm/extconf.rb"]
spec.required_ruby_version = ">= 2.3.0"
+ spec.metadata["msys2_mingw_dependencies"] = "gdbm"
end