Sync devtools
This commit is contained in:
parent
a0dd3c9a59
commit
ad09928ae6
1 changed files with 5 additions and 2 deletions
|
@ -18,7 +18,10 @@ group :guard do
|
|||
# file system change event handling
|
||||
gem 'rb-fchange', '~> 0.0.6', :require => false
|
||||
gem 'rb-fsevent', '~> 0.9.3', :require => false
|
||||
gem 'rb-inotify', '~> 0.8.8', :require => false, :git => 'https://github.com/nex3/rb-inotify'
|
||||
gem 'rb-inotify', '~> 0.9.0', :require => false
|
||||
|
||||
# Remove this one https://github.com/guard/listen/pull/78 is released
|
||||
gem 'listen', '~> 0.7.2', :git => 'https://github.com/guard/listen'
|
||||
|
||||
# notification handling
|
||||
gem 'libnotify', '~> 0.8.0', :require => false
|
||||
|
@ -30,7 +33,7 @@ group :metrics do
|
|||
gem 'backports', '~> 2.6.5'
|
||||
gem 'flay', '~> 1.4.3'
|
||||
gem 'flog', '~> 2.5.3'
|
||||
gem 'reek', '~> 1.2.13', :git => 'https://github.com/dkubb/reek.git', :branch => 'fix-redundant-irresponsible-module-warnings'
|
||||
gem 'reek', '~> 1.2.13', :git => 'https://github.com/troessner/reek.git'
|
||||
gem 'roodi', '~> 2.1.0'
|
||||
gem 'yardstick', '~> 0.8.0'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue