Skip to content

Commit

Permalink
Bump simplecov from 0.15.1 to 0.16.0 (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and deivid-rodriguez committed Mar 16, 2018
1 parent 72c79e0 commit 7edd7e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ gem "pry", "0.11.3"
gem "rake", "~> 12.3"
gem "rake-compiler", "~> 1.0"
gem "rubocop", "0.53.0"
gem "simplecov", "0.15.1"
gem "simplecov", "0.16.0"
gem "yard", "0.9.12"
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ GEM
netrc
octokit (>= 2.2.0)
coderay (1.1.2)
docile (1.1.5)
docile (1.3.0)
faraday (0.13.1)
multipart-post (>= 1.2, < 3)
json (2.1.0)
Expand Down Expand Up @@ -53,8 +53,8 @@ GEM
sawyer (0.8.1)
addressable (>= 2.3.5, < 2.6)
faraday (~> 0.8, < 1.0)
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 All @@ -74,7 +74,7 @@ DEPENDENCIES
rake (~> 12.3)
rake-compiler (~> 1.0)
rubocop (= 0.53.0)
simplecov (= 0.15.1)
simplecov (= 0.16.0)
yard (= 0.9.12)

BUNDLED WITH
Expand Down

0 comments on commit 7edd7e9

Please sign in to comment.