Skip to content

Commit

Permalink
Merge pull request #440 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 6932b88 + 0d68bd1 commit bc99c85
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 @@ -38,7 +38,7 @@ end
group :test do
gem 'cucumber-rails', '~> 1.5.0', require: false
gem 'launchy', '~> 2.4.2'
gem 'simplecov', '~> 0.15.0'
gem 'simplecov', '~> 0.16.1'
gem 'webmock', '~> 3.3.0'
gem 'rails-controller-testing'
gem 'govuk-content-schema-test-helpers', '~> 1.6'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ GEM
cucumber-wire (0.0.1)
debug_inspector (0.0.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)
erubi (1.7.0)
Expand Down Expand Up @@ -310,8 +310,8 @@ GEM
shared_mustache (1.0.1)
execjs (>= 1.2.4)
mustache (~> 1.0.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 @@ -382,7 +382,7 @@ DEPENDENCIES
sass-rails (~> 5.0)
sdoc
shared_mustache (~> 1.0.1)
simplecov (~> 0.15.0)
simplecov (~> 0.16.1)
slimmer (~> 12.0.0)
uglifier (~> 4.1)
webmock (~> 3.3.0)
Expand Down

0 comments on commit bc99c85

Please sign in to comment.