Update devtools

This commit is contained in:
Markus Schirp 2013-01-20 14:31:47 +01:00
parent 676ea1f7e6
commit 1e8a82e5ec

View file

@ -30,12 +30,12 @@ group :guard do
end
group :metrics do
gem 'backports', '~> 2.6.5'
gem 'backports', '~> 2.7.0'
gem 'flay', '~> 1.4.3'
gem 'flog', '~> 2.5.3'
gem 'reek', '~> 1.2.13', :git => 'https://github.com/troessner/reek.git'
gem 'reek', '~> 1.2.13', :git => 'https://github.com/troessner/reek.git', :ref => 'ef77fcecaa21c9ebcbe4d9a79d41b0e70196bf18'
gem 'roodi', '~> 2.1.0'
gem 'yardstick', '~> 0.8.0'
gem 'yardstick', '~> 0.9.0'
platforms :ruby_18, :ruby_19 do
# this indirectly depends on ffi which does not build on ruby-head