Skip to content

Commit

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

build: bump simplecov from 0.15.1 to 0.16.1
  • Loading branch information
cbaines authored Mar 20, 2018
2 parents 1a8628b + 26928d0 commit 0d424a4
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 @@ -23,7 +23,7 @@ group :development, :test do
end

group :test do
gem 'simplecov', '~> 0.15', require: false
gem 'simplecov', '~> 0.16', require: false
gem 'simplecov-rcov', '~> 0.2', require: false
gem 'ci_reporter_rspec', '~> 1.0'
gem 'webmock', '~> 3.3'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ GEM
safe_yaml (~> 1.0.0)
crass (1.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 @@ -272,8 +272,8 @@ GEM
faraday (>= 0.7.6, < 1.0)
shoulda-matchers (3.1.2)
activesupport (>= 4.0.0)
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 @@ -331,7 +331,7 @@ DEPENDENCIES
rspec-collection_matchers (~> 1.1)
rspec-rails (~> 3.7)
shoulda-matchers (~> 3.1)
simplecov (~> 0.15)
simplecov (~> 0.16)
simplecov-rcov (~> 0.2)
uuidtools (~> 2.1)
webmock (~> 3.3)
Expand Down

0 comments on commit 0d424a4

Please sign in to comment.