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

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '_support/package/Gemfile')
-rw-r--r--_support/package/Gemfile5
1 files changed, 5 insertions, 0 deletions
diff --git a/_support/package/Gemfile b/_support/package/Gemfile
new file mode 100644
index 000000000..cf5bae70e
--- /dev/null
+++ b/_support/package/Gemfile
@@ -0,0 +1,5 @@
+# frozen_string_literal: true
+# A sample Gemfile
+source 'https://rubygems.org'
+
+gem 'fpm'