Skip to content

Commit

Permalink
Update simplecov dependency
Browse files Browse the repository at this point in the history
Due to issue given here:
simplecov-ruby/simplecov#281
  • Loading branch information
paulgoetze committed Oct 21, 2014
1 parent 8652a39 commit 5454b25
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ platforms :jruby do
group :test do
gem "shoulda", "~> 3.5"
gem "test-unit", "~> 2.5"
gem "simplecov", "~> 0.8"
gem "simplecov", "~> 0.9"
gem "cucumber", "~> 1.3"
gem "rspec", "~> 3.0"
end
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ GEM
shoulda-context (1.2.1)
shoulda-matchers (2.6.1)
activesupport (>= 3.0.0)
simplecov (0.8.2)
simplecov (0.9.1)
docile (~> 1.1.0)
multi_json
multi_json (~> 1.0)
simplecov-html (~> 0.8.0)
simplecov-html (0.8.0)
test-unit (2.5.5)
Expand All @@ -123,5 +123,5 @@ DEPENDENCIES
rspec (~> 3.0)
ruport (~> 1.6)
shoulda (~> 3.5)
simplecov (~> 0.8)
simplecov (~> 0.9)
test-unit (~> 2.5)

0 comments on commit 5454b25

Please sign in to comment.