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 9041c1a commit 1e7123aCopy full SHA for 1e7123a
Gemfile
@@ -3,3 +3,9 @@ source "https://rubygems.org"
3
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
4
5
gemspec
6
+
7
+group :development do
8
+ gem "bundler"
9
+ gem "rake"
10
+ gem "test-unit"
11
+end
forwardable.gemspec
@@ -20,7 +20,4 @@ Gem::Specification.new do |spec|
20
spec.bindir = "exe"
21
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
22
spec.require_paths = ["lib"]
23
-
24
- spec.add_development_dependency "bundler"
25
- spec.add_development_dependency "rake"
26
end
0 commit comments