We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d78118d commit bf2c8edCopy full SHA for bf2c8ed
Gemfile
@@ -4,3 +4,10 @@ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
4
5
# Specify your gem's dependencies in rexml.gemspec
6
gemspec
7
+
8
+group :development do
9
+ gem "benchmark_driver"
10
+ gem "bundler"
11
+ gem "rake"
12
+ gem "test-unit"
13
+end
rexml.gemspec
@@ -56,9 +56,4 @@ Gem::Specification.new do |spec|
56
spec.required_ruby_version = '>= 2.5.0'
57
58
spec.add_runtime_dependency("strscan", ">= 3.0.9")
59
-
60
- spec.add_development_dependency "benchmark_driver"
61
- spec.add_development_dependency "bundler"
62
- spec.add_development_dependency "rake"
63
- spec.add_development_dependency "test-unit"
64
end
0 commit comments