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 bb17d79 commit bd2e7f6Copy full SHA for bd2e7f6
Gemfile
@@ -1,4 +1,10 @@
1
source 'https://rubygems.org'
2
3
-# Specify your gem's dependencies in gdbm.gemspec
4
gemspec
+
5
+group :development do
6
+ gem "bundler"
7
+ gem "rake"
8
+ gem "rake-compiler"
9
+ gem "test-unit"
10
+end
gdbm.gemspec
@@ -18,9 +18,4 @@ Gem::Specification.new do |spec|
18
spec.require_paths = ["lib"]
19
spec.extensions = ["ext/gdbm/extconf.rb"]
20
spec.required_ruby_version = ">= 2.3.0"
21
-
22
- spec.add_development_dependency "bundler", "~> 1.14"
23
- spec.add_development_dependency "rake", "~> 10.0"
24
- spec.add_development_dependency "rake-compiler"
25
- spec.add_development_dependency "test-unit"
26
end
0 commit comments