Remove rcov for Ruby 1.9 compatibility
TODO: Add simplecov
This commit is contained in:
parent
d7988daf98
commit
81f003845d
1
Gemfile
1
Gemfile
|
@ -2,7 +2,6 @@ source 'https://rubygems.org'
|
|||
|
||||
group :development do
|
||||
gem 'jeweler', '>= 1.5.1'
|
||||
gem 'rcov'
|
||||
gem 'rdoc', '>= 2.4.2'
|
||||
gem 'shoulda'
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue