Skip to content
This repository was archived by the owner on Aug 17, 2018. It is now read-only.

Bump simplecov from 0.15.1 to 0.16.0 #209

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ group :tools do
gem "image_optim_pack", "0.5.0.20180124"
gem "overcommit", "0.44.0"
gem "rubocop", "0.53.0"
gem "simplecov", "0.15.1"
gem "simplecov", "0.16.0"
gem "slim_lint", "0.15.1"
gem "squasher", "0.6.0"
end
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ GEM
responders
warden (~> 1.2.3)
diff-lcs (1.3)
docile (1.1.5)
docile (1.3.0)
domain_name (0.5.20170404)
unf (>= 0.0.5, < 1.0.0)
dotenv (2.2.1)
Expand Down Expand Up @@ -337,8 +337,8 @@ GEM
simple_form (3.5.1)
actionpack (> 4, < 5.2)
activemodel (> 4, < 5.2)
simplecov (0.15.1)
docile (~> 1.1.0)
simplecov (0.16.0)
docile (~> 1.1)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
Expand Down Expand Up @@ -446,7 +446,7 @@ DEPENDENCIES
selenium-webdriver (~> 3.11)
shoulda-matchers (~> 3.1)
simple_form (~> 3.5)
simplecov (= 0.15.1)
simplecov (= 0.16.0)
slim-rails (~> 3.1)
slim_lint (= 0.15.1)
spring (~> 2.0)
Expand Down