Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Rake and test-unit are only for development
  • Loading branch information
nobu committed Dec 13, 2022
1 parent ea0a112 commit b957145
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Gemfile
Expand Up @@ -2,7 +2,8 @@ source "https://rubygems.org"

gemspec

gem "rake"
gem "rake-compiler"
gem "test-unit", "~> 3.0", ">= 3.4.6"
gem "rdoc"
group :development do
gem "rake"
gem "rake-compiler"
gem "test-unit", "~> 3.0", ">= 3.4.6"
end

0 comments on commit b957145

Please sign in to comment.