summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-05-08 21:15:10 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-05-08 21:15:10 +0000
commit7db94a9807df03ce7a4f210b513816a47f34e15b (patch)
treea20574d4297ba13e3340bfae217e3035e77d6423 /Gemfile
parent3a563d7c1e15023f205d2a357e5d8a38a3b53ecc (diff)
downloadgitlab-ce-7db94a9807df03ce7a4f210b513816a47f34e15b.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 7626a9966cf..a20285e17f4 100644
--- a/Gemfile
+++ b/Gemfile
@@ -587,6 +587,9 @@ gem 'cvss-suite', '~> 3.0.1', require: 'cvss_suite'
# Work with RPM packages
gem 'arr-pm', '~> 0.0.12'
+# Remote Development
+gem 'devfile', '~> 0.0.17.pre.alpha1'
+
# Apple plist parsing
gem 'CFPropertyList', '~> 3.0.0'
gem 'app_store_connect'