diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-04-13 08:46:41 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-04-13 08:46:41 +0000 |
commit | 79eaa2f05006e2f4b46ebdc2a73ab38e5f2d45d7 (patch) | |
tree | ba36ed8f6b55945821060aafb3d326f6ce3dd2de /Gemfile | |
parent | 9062342781760b36f12c3321e1ef8f007b9f6c86 (diff) | |
download | gitlab-ce-79eaa2f05006e2f4b46ebdc2a73ab38e5f2d45d7.tar.gz |
Add latest changes from gitlab-org/security/gitlab@12-9-stable-ee
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -163,7 +163,7 @@ gem 'diffy', '~> 3.3' gem 'diff_match_patch', '~> 0.1.0' # Application server -gem 'rack', '~> 2.0.7' +gem 'rack', '~> 2.0.9' group :unicorn do gem 'unicorn', '~> 5.4.1' |