Skip to content

Commit

Permalink
Merge pull request #371 from alphagov/dependabot/bundler/simplecov-0.…
Browse files Browse the repository at this point in the history
…16.1

Bump simplecov from 0.15.1 to 0.16.1
  • Loading branch information
cbaines authored Mar 20, 2018
2 parents b699d09 + 7dc5d7f commit 981ae0b
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 @@ -51,7 +51,7 @@ group :test do
gem 'json-schema', '2.8.0'
gem "rspec-rails", "~> 3.7.2"
gem "shoulda-matchers", "3.1.2"
gem "simplecov", "0.15.1"
gem "simplecov", "0.16.1"
gem "simplecov-rcov", "0.2.3"
gem 'webmock', '3.3.0'
end
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ GEM
descendants_tracker (0.0.4)
thread_safe (~> 0.3, >= 0.3.1)
diff-lcs (1.3)
docile (1.1.5)
docile (1.3.0)
domain_name (0.5.20170404)
unf (>= 0.0.5, < 1.0.0)
equalizer (0.0.11)
Expand Down Expand Up @@ -330,8 +330,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.1)
docile (~> 1.1)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
Expand Down Expand Up @@ -422,7 +422,7 @@ DEPENDENCIES
select2-rails (~> 4.0.0)
shoulda-matchers (= 3.1.2)
simple_form (~> 3.5.1)
simplecov (= 0.15.1)
simplecov (= 0.16.1)
simplecov-rcov (= 0.2.3)
therubyracer (= 0.12.3)
thin
Expand Down

0 comments on commit 981ae0b

Please sign in to comment.