Skip to content

Commit

Permalink
gem updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Povalyukhin committed Mar 8, 2012
1 parent 5b2e063 commit dbe2f87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rubymisc.gemspec
Expand Up @@ -29,5 +29,5 @@ Gem::Specification.new do |s|
{ rspec: '~> 2.8.0',
rake: '~> 0.9.2.2',
bundler: '~> 1.1.0',
simplecov: '~> 0.5.4' }.each { |lib, v| s.add_development_dependency lib.to_s, v }
simplecov: '~> 0.6.1' }.each { |lib, v| s.add_development_dependency lib.to_s, v }
end
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Expand Up @@ -2,7 +2,7 @@

$:.unshift File.expand_path('../lib', __FILE__)

require 'simplecov' # use simplecov test coverage
require 'simplecov'
SimpleCov.start

require 'yaml'
Expand Down

0 comments on commit dbe2f87

Please sign in to comment.