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 c428935 commit 1381fdeCopy full SHA for 1381fde
Gemfile
@@ -2,5 +2,7 @@ source "https://rubygems.org"
2
3
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
4
5
-# Specify your gem's dependencies in matrix.gemspec
6
gemspec
+
7
+gem "rake"
8
+gem "test-unit"
matrix.gemspec
@@ -23,7 +23,4 @@ Gem::Specification.new do |spec|
23
spec.bindir = "exe"
24
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
25
spec.require_paths = ["lib"]
26
-
27
- spec.add_development_dependency "bundler"
28
- spec.add_development_dependency "rake"
29
end
0 commit comments