aboutsummaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorgabrielgio <gabriel.giovanini@pm.me>2020-05-10 19:27:27 +0200
committergabrielgio <gabriel.giovanini@pm.me>2020-05-10 19:27:27 +0200
commit13443a881c280b0ea0f404d63a695c06ebffa123 (patch)
treef00df5c93a84f7dc09ed096c1743ce832eab1681 /Gemfile
parent763a140704747b0d5c15455ad216aba4852207da (diff)
downloadgabrielgio.me-13443a881c280b0ea0f404d63a695c06ebffa123.tar.gz
gabrielgio.me-13443a881c280b0ea0f404d63a695c06ebffa123.tar.bz2
gabrielgio.me-13443a881c280b0ea0f404d63a695c06ebffa123.zip
fix: Add gemfile so Gitlab can compile it
Signed-off-by: gabrielgio <gabriel.giovanini@pm.me>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
new file mode 100644
index 0000000..627522e
--- /dev/null
+++ b/Gemfile
@@ -0,0 +1,8 @@
+# frozen_string_literal: true
+
+source "https://rubygems.org"
+
+git_source(:github) {|repo_name| "https://gitlab.com/#{repo_name}" }
+
+gem "jekyll"
+gem "minima"