Gemfile now with test deps, too

This commit is contained in:
Olle Jonsson
2016-02-25 20:26:03 +01:00
committed by Petr Korolev
parent 32f14e685b
commit 4a9f6fdd43
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"