Gemfile now with test deps, too

This commit is contained in:
Olle Jonsson
2016-02-25 20:26:03 +01:00
parent 159173d86a
commit 08cacdc5ec
2 changed files with 9 additions and 1 deletions
+4
View File
@@ -3,6 +3,10 @@ source "https://rubygems.org"
gemspec
group :test do
gem "rake"
gem "bundler"
gem "rubocop"
gem "overcommit"
gem "coveralls", "~>0.8", require: false
gem "simplecov", "~>0.10", require: false
gem "codeclimate-test-reporter", "~>0.4"