ruby-changes:61640
From: dsisnero <ko1@a...>
Date: Tue, 9 Jun 2020 21:31:39 +0900 (JST)
Subject: [ruby-changes:61640] 28f4b5af45 (master): [ruby/dbm] Update dbm.gemspec
https://git.ruby-lang.org/ruby.git/commit/?id=28f4b5af45 From 28f4b5af4511bc746e1dfedd498aa6d29293b71e Mon Sep 17 00:00:00 2001 From: dsisnero <dsisnero@u...> Date: Tue, 3 Dec 2019 13:26:35 -0700 Subject: [ruby/dbm] Update dbm.gemspec https://github.com/ruby/dbm/commit/25a6f365bb diff --git a/ext/dbm/dbm.gemspec b/ext/dbm/dbm.gemspec index 9de425b..02d4990 100644 --- a/ext/dbm/dbm.gemspec +++ b/ext/dbm/dbm.gemspec @@ -17,4 +17,5 @@ Gem::Specification.new do |s| https://github.com/ruby/ruby/blob/trunk/ext/dbm/dbm.gemspec#L17 s.add_development_dependency "rake-compiler" s.add_development_dependency "test-unit" + s.metadata["msys2_mingw_dependencies"] = "gdbm" end -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/