Gemfile in crash_monkey-0.1.7 vs Gemfile in crash_monkey-0.2.0
- old
+ new
@@ -11,7 +11,11 @@
group :development do
gem 'rspec', '~> 2.8.0'
gem 'rdoc', '~> 3.12'
gem 'bundler', '> 1.0.0'
gem 'jeweler', '~> 1.8.4'
- gem 'rcov', '>= 0'
+ if RUBY_VERSION > '1.9' then
+ gem 'simplecov', '>= 0.8.2'
+ else
+ gem 'rcov', '>= 0'
+ end
end