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 754a2f0 commit 17a9de6Copy full SHA for 17a9de6
Gemfile
@@ -1,4 +1,7 @@
1
source 'https://rubygems.org'
2
3
-# Specify your gem's dependencies in fileutils.gemspec
4
gemspec
+
5
+group :development do
6
+ gem "rake"
7
+end
fileutils.gemspec
@@ -27,6 +27,4 @@ Gem::Specification.new do |s|
27
"source_code_uri" => "https://github.com/ruby/fileutils"
28
}
29
end
30
-
31
- s.add_development_dependency 'rake'
32
0 commit comments