Skip to content

Commit

Permalink
The specs require simplecov, so let's make it a proper dev dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
myronmarston committed Feb 22, 2012
1 parent 6459cad commit 59d3b99
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ group :development do
end

gem 'yard'
gem 'simplecov'

# Additional gems that are useful, but not required for development.
group :extras do
Expand Down
1 change: 1 addition & 0 deletions vcr.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'yajl-ruby', '~> 1.1.0'
s.add_development_dependency 'json', '~> 1.6.5'
s.add_development_dependency 'limited_red', '~> 0.3.7'
s.add_development_dependency 'simple_cov', '~> 0.5.3'

unless RUBY_PLATFORM == 'java'
s.add_development_dependency 'patron', '~> 0.4.15'
Expand Down

0 comments on commit 59d3b99

Please sign in to comment.