Skip to content

Commit

Permalink
Use Gemfile instead of Gem::Specification#add_development_dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Aug 10, 2019
1 parent 01c9a62 commit d06f086
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
8 changes: 8 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
source "https://rubygems.org"

gemspec

group :development do
gem "bundler"
gem "minitest"
gem "rdoc"
gem "coveralls"
gem "rubocop"
end
6 changes: 0 additions & 6 deletions rake.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,4 @@ Rake has the following features:
s.rubygems_version = "2.6.1".freeze
s.required_rubygems_version = Gem::Requirement.new(">= 1.3.2".freeze)
s.rdoc_options = ["--main".freeze, "README.rdoc".freeze]

s.add_development_dependency(%q<bundler>.freeze)
s.add_development_dependency(%q<minitest>.freeze)
s.add_development_dependency(%q<rdoc>.freeze)
s.add_development_dependency(%q<coveralls>.freeze)
s.add_development_dependency(%q<rubocop>.freeze)
end

0 comments on commit d06f086

Please sign in to comment.