Sync devtools

This commit is contained in:
Markus Schirp 2013-08-05 07:30:36 +02:00
parent 15ee821db1
commit 097a5cdc5b

View file

@ -34,11 +34,12 @@ group :metrics do
gem 'flay', '~> 2.4.0' gem 'flay', '~> 2.4.0'
gem 'flog', '~> 4.1.1' gem 'flog', '~> 4.1.1'
gem 'reek', '~> 1.3.1', git: 'https://github.com/troessner/reek.git' gem 'reek', '~> 1.3.1', git: 'https://github.com/troessner/reek.git'
gem 'rubocop', '~> 0.10.0', git: 'https://github.com/rom-rb/rubocop.git', branch: 'upgrade-parser-dependency' gem 'rubocop', '~> 0.10.0', git: 'https://github.com/bbatsov/rubocop.git'
gem 'simplecov', '~> 0.7.1' gem 'simplecov', '~> 0.7.1'
gem 'yardstick', '~> 0.9.6', git: 'https://github.com/dkubb/yardstick.git' gem 'yardstick', '~> 0.9.6', git: 'https://github.com/dkubb/yardstick.git'
platforms :ruby_19, :ruby_20 do platforms :ruby_19, :ruby_20 do
gem 'mutant', git: 'https://github.com/mbj/mutant.git'
gem 'yard-spellcheck', '~> 0.1.5' gem 'yard-spellcheck', '~> 0.1.5'
end end
end end