Gemfile.devtools in megingiard-0.0.1 vs Gemfile.devtools in megingiard-0.1.0

- old
+ new

@@ -1,11 +1,11 @@ # encoding: utf-8 group :development do - gem 'rake', '~> 10.2.1' - gem 'rspec', '~> 2.14.1' - gem 'rspec-core', '~> 2.14.8' + gem 'rake', '~> 10.3.2' + gem 'rspec', '~> 2.99.0' + gem 'rspec-core', '~> 2.99.0' gem 'yard', '~> 0.8.7.4' platform :rbx do gem 'rubysl-singleton', '~> 2.0.0' end @@ -14,39 +14,39 @@ group :yard do gem 'kramdown', '~> 1.3.3' end group :guard do - gem 'guard', '~> 2.6.0' + gem 'guard', '~> 2.6.1' gem 'guard-bundler', '~> 2.0.0' - gem 'guard-rspec', '~> 4.2.8' - gem 'guard-rubocop', '~> 1.0.2' + gem 'guard-rspec', '~> 4.2.9' + gem 'guard-rubocop', '~> 1.1.0' # file system change event handling - gem 'listen', '~> 2.7.1' + gem 'listen', '~> 2.7.7' gem 'rb-fchange', '~> 0.0.6', require: false gem 'rb-fsevent', '~> 0.9.4', require: false - gem 'rb-inotify', '~> 0.9.3', require: false + gem 'rb-inotify', '~> 0.9.5', require: false # notification handling - gem 'libnotify', '~> 0.8.2', require: false + gem 'libnotify', '~> 0.8.3', require: false gem 'rb-notifu', '~> 0.0.4', require: false gem 'terminal-notifier-guard', '~> 1.5.3', require: false end group :metrics do gem 'coveralls', '~> 0.7.0' - gem 'flay', '~> 2.4.0' - gem 'flog', '~> 4.2.0' + gem 'flay', '~> 2.5.0' + gem 'flog', '~> 4.2.1' gem 'reek', '~> 1.3.7' - gem 'rubocop', '~> 0.19.1' - gem 'simplecov', '~> 0.8.2' + gem 'rubocop', '~> 0.23.0' + gem 'simplecov', '~> 0.7.1' gem 'yardstick', '~> 0.9.9' platforms :mri do - gem 'mutant', '~> 0.5.9' - gem 'mutant-rspec', '~> 0.5.3' + gem 'mutant', '~> 0.5.20' + gem 'mutant-rspec', '~> 0.5.20' end platforms :ruby_19, :ruby_20 do gem 'yard-spellcheck', '~> 0.1.5' end @@ -64,8 +64,8 @@ gem 'rbench', '~> 0.2.3' end platform :jruby do group :jruby do - gem 'jruby-openssl', '~> 0.8.5' + gem 'jruby-openssl', '~> 0.9.4' end end