From d220a89b634cc25c11313562836ee205556e7335 Mon Sep 17 00:00:00 2001 From: Dan Kubb Date: Thu, 1 Aug 2013 22:51:11 -0700 Subject: [PATCH] Upgrade gem dependencies * Add rom-rb/rubocop back * Update yardstick to use git repository instead of gem --- Gemfile.devtools | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Gemfile.devtools b/Gemfile.devtools index 5458cd64..2252cb89 100644 --- a/Gemfile.devtools +++ b/Gemfile.devtools @@ -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'