Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2024-01-04 06:14:51 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2024-01-04 06:14:51 +0300
commit73270622cc7b3e40c019f3b1aad7ebfa2c224ba0 (patch)
treeeaee70f3b108d254bf16a6847d4e8724f1fbd18c /Gemfile
parent54efc4fee638a0f47372961b24c0efa477e5b01a (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 2dbd5e20ef6..30e4041df73 100644
--- a/Gemfile
+++ b/Gemfile
@@ -472,7 +472,7 @@ group :development, :test, :danger do
end
group :development, :test, :coverage do
- gem 'simplecov', '~> 0.21', require: false, feature_category: :tooling
+ gem 'simplecov', '~> 0.22', require: false, feature_category: :tooling
gem 'simplecov-lcov', '~> 0.8.0', require: false, feature_category: :tooling
gem 'simplecov-cobertura', '~> 2.1.0', require: false, feature_category: :tooling
gem 'undercover', '~> 0.4.4', require: false, feature_category: :tooling