Upgrade gem dependencies

* Add rom-rb/rubocop back
* Update yardstick to use git repository instead of gem
This commit is contained in:
Dan Kubb 2013-08-01 22:51:11 -07:00
parent d2831733ff
commit d220a89b63

View file

@ -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'