Skip to content

Commit

Permalink
Adds required version of simplecov in Gemfile. refs #11
Browse files Browse the repository at this point in the history
  • Loading branch information
two-pack committed Feb 25, 2015
1 parent d0ab6ee commit 4691dd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -4,7 +4,7 @@ gem 'write_xlsx'

group :test do
gem 'launchy'
gem 'simplecov', :require => false
gem 'simplecov', "~> 0.9.1", :require => false
gem 'poltergeist'
gem 'capybara-screenshot'
end

0 comments on commit 4691dd6

Please sign in to comment.