Update devtools
This commit is contained in:
parent
676ea1f7e6
commit
1e8a82e5ec
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue