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>2023-11-09 12:10:37 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-11-09 12:10:37 +0300
commit529d3153bc5823c8326f04649f8362f1a32d8c61 (patch)
tree25582bd9c906126ff134a98128aa1f2e602e782e /Gemfile
parentdebb5e48248d46f619cb221ac8ae94e94fbd42b9 (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 551052935d1..8be18f517ac 100644
--- a/Gemfile
+++ b/Gemfile
@@ -261,7 +261,7 @@ gem 'rainbow', '~> 3.0' # rubocop:todo Gemfile/MissingFeatureCategory
gem 'ruby-progressbar', '~> 1.10' # rubocop:todo Gemfile/MissingFeatureCategory
# Linear-time regex library for untrusted regular expressions
-gem 're2', '2.2.0' # rubocop:todo Gemfile/MissingFeatureCategory
+gem 're2', '2.3.0' # rubocop:todo Gemfile/MissingFeatureCategory
# Misc