diff --git a/Gemfile b/Gemfile index b2061d2d..a32076f0 100644 --- a/Gemfile +++ b/Gemfile @@ -50,7 +50,7 @@ group :development, :test do gem 'database_cleaner-active_record', '~> 2.1' - gem 'simplecov', '~> 1.0.0', require: false + gem 'simplecov', '~> 1.1.0', require: false gem 'simplecov-cobertura', '~> 4.0', require: false end diff --git a/Gemfile.lock b/Gemfile.lock index a997e4c7..274e5785 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -581,7 +581,7 @@ GEM activesupport (>= 3.1) shoulda-matchers (8.0.1) activesupport (>= 7.2) - simplecov (1.0.3) + simplecov (1.1.1) simplecov-cobertura (4.0.0) rexml simplecov (~> 1.0) @@ -653,7 +653,7 @@ DEPENDENCIES rubocop-rspec_rails (~> 2.30) seed-fu (~> 2.3) shoulda-matchers (~> 8.0) - simplecov (~> 1.0.0) + simplecov (~> 1.1.0) simplecov-cobertura (~> 4.0) test-prof (~> 1.0) triangulum (= 0.33.0)