summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-02-17 12:12:30 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-02-17 12:12:30 +0000
commit70c5d7928283b1386ab26a93d68015e9591ae4b7 (patch)
tree2825384d59e566bb61478d76086abd98f230120d /Gemfile
parent5e11fc146aba1344ad95f7fea1a99db82f0f68f2 (diff)
downloadgitlab-ce-70c5d7928283b1386ab26a93d68015e9591ae4b7.tar.gz
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 7a6e2a13c8c..518c6d8cc53 100644
--- a/Gemfile
+++ b/Gemfile
@@ -183,7 +183,7 @@ gem 'rack', '~> 2.2.3'
gem 'rack-timeout', '~> 0.5.1', require: 'rack/timeout/base'
group :puma do
- gem 'puma', '~> 5.5.2', require: false
+ gem 'puma', '~> 5.6.2', require: false
gem 'puma_worker_killer', '~> 0.3.1', require: false
gem 'sd_notify', '~> 0.1.0', require: false
end