diff --git a/Gemfile b/Gemfile index cad6f939a..8e9a49f5d 100644 --- a/Gemfile +++ b/Gemfile @@ -53,7 +53,7 @@ group :test do gem 'shoulda', '3.0.1' gem 'webmock', '1.17.3' gem 'test-unit', '2.5.2', require: false - gem 'simplecov', '0.14.1' + gem 'simplecov', '0.16.0' gem 'simplecov-rcov', '0.2.3' gem 'ci_reporter', '2.0.0' gem 'timecop', '0.9.1' diff --git a/Gemfile.lock b/Gemfile.lock index da809db9a..60d60f2a4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -104,7 +104,7 @@ GEM devise_zxcvbn (1.1.0) devise zxcvbn-ruby (>= 0.0.2) - docile (1.1.5) + docile (1.3.0) doorkeeper (1.4.1) railties (>= 3.1) dotenv (2.2.1) @@ -224,11 +224,11 @@ GEM activesupport sidekiq (>= 2.6) statsd-ruby (>= 1.1.0) - simplecov (0.14.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.1) + simplecov-html (0.10.2) simplecov-rcov (0.2.3) simplecov (>= 0.4.1) sprockets (2.2.3) @@ -306,7 +306,7 @@ DEPENDENCIES shoulda (= 3.0.1) sidekiq (= 2.17.2) sidekiq-statsd (= 0.1.5) - simplecov (= 0.14.1) + simplecov (= 0.16.0) simplecov-rcov (= 0.2.3) sqlite3 statsd-ruby (= 1.4.0)