Upgrade gem dependencies
* Add rom-rb/rubocop back * Update yardstick to use git repository instead of gem
This commit is contained in:
parent
d2831733ff
commit
d220a89b63
1 changed files with 3 additions and 1 deletions
|
@ -14,6 +14,7 @@ group :guard do
|
|||
gem 'guard', '~> 1.8.1'
|
||||
gem 'guard-bundler', '~> 1.0.0'
|
||||
gem 'guard-rspec', '~> 3.0.2'
|
||||
gem 'guard-rubocop', '~> 0.2.0'
|
||||
gem 'guard-mutant', '~> 0.0.1'
|
||||
|
||||
# file system change event handling
|
||||
|
@ -33,8 +34,9 @@ group :metrics do
|
|||
gem 'flay', '~> 2.4.0'
|
||||
gem 'flog', '~> 4.1.1'
|
||||
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 'simplecov', '~> 0.7.1'
|
||||
gem 'yardstick', '~> 0.9.6'
|
||||
gem 'yardstick', '~> 0.9.6', git: 'https://github.com/dkubb/yardstick.git'
|
||||
|
||||
platforms :ruby_19, :ruby_20 do
|
||||
gem 'yard-spellcheck', '~> 0.1.5'
|
||||
|
|
Loading…
Reference in a new issue