Updated rspec to v3 and replaced rcov with simplecov.
[arvados.git] / Gemfile
diff --git a/Gemfile b/Gemfile
index 8b4cb4c17617d574b16813b1314b0ddc7098050f..9124b4a9f5e74015226934ffdc3b437cb305c4e8 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -33,9 +33,8 @@ end
 group :test, :development do
   gem 'json', '~> 1.7.7'
   gem 'rake', '>= 0.9.0'
-  gem 'rspec', '>= 2.11.0'
-  gem 'rcov', '>= 0.9.9', :platform => :mri_18
+  gem 'rspec', '~> 3.0'
+  gem 'simplecov', :platforms => [:ruby_19, :ruby_20], :require => false
 end
 
-
-gem 'idn', :platform => :mri_18
+gem 'idn', :platforms => :mri_18