diff --git a/Gemfile b/Gemfile index 8b6796b6b..43d964791 100644 --- a/Gemfile +++ b/Gemfile @@ -89,7 +89,7 @@ group :test do gem "email_spec", "~> 2.2.0" gem "rspec-rails", "~> 5.1.2" gem "selenium-webdriver", "~> 4.11.0" - gem "simplecov", "~> 0.21.2", require: false + gem "simplecov", "~> 0.22.0", require: false gem "simplecov-lcov", "~> 0.8.0", require: false end diff --git a/Gemfile.lock b/Gemfile.lock index 723e6d40a..b53a420c2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -577,7 +577,7 @@ GEM rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) websocket (~> 1.0) - simplecov (0.21.2) + simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) @@ -749,7 +749,7 @@ DEPENDENCIES savon (~> 2.14.0) scss_lint (~> 0.60.0) selenium-webdriver (~> 4.11.0) - simplecov (~> 0.21.2) + simplecov (~> 0.22.0) simplecov-lcov (~> 0.8.0) sitemap_generator (~> 6.3.0) social-share-button (~> 1.2.4)