We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c75c1d commit 6a21336Copy full SHA for 6a21336
gdbm.gemspec
@@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
16
spec.bindir = "exe"
17
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
18
spec.require_paths = ["lib"]
19
- spec.extensions = "ext/gdbm/extconf.rb"
+ spec.extensions = ["ext/gdbm/extconf.rb"]
20
spec.required_ruby_version = ">= 2.5.0dev"
21
22
spec.add_development_dependency "bundler", "~> 1.14"
0 commit comments