Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Bump simplecov from 0.14.1 to 0.15.1 #235

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 @@ -44,7 +44,7 @@ group :test do
gem 'database_cleaner', '1.6.1'
gem 'factory_girl', '4.8.0'
gem 'mocha', '0.12.4', require: false
gem 'simplecov', '0.14.1'
gem 'simplecov', '= 0.15.1'
gem 'simplecov-rcov', '0.2.3'
gem 'minitest', '3.4.0'
gem 'turn', require: false
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -214,11 +214,11 @@ GEM
nokogiri (>= 1.4.4)
shotgun (0.9.2)
rack (>= 1.0)
simplecov (0.14.1)
simplecov (0.15.1)
docile (~> 1.1.0)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.1)
simplecov-html (0.10.2)
simplecov-rcov (0.2.3)
simplecov (>= 0.4.1)
sinatra (1.4.6)
Expand Down Expand Up @@ -281,7 +281,7 @@ DEPENDENCIES
rails_12factor
rake (= 12.0.0)
shotgun
simplecov (= 0.14.1)
simplecov (= 0.15.1)
simplecov-rcov (= 0.2.3)
sinatra (= 1.4.6)
statsd-ruby (= 1.0.0)
Expand Down