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

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor Shea <connor.james.shea@gmail.com>2016-10-06 08:40:24 +0300
committerConnor Shea <connor.james.shea@gmail.com>2016-10-06 08:40:24 +0300
commit764ca757a5584314c2a5515140b523f52c9d6997 (patch)
tree585ba3f994ca8392b5ee4f2097eda06990e0728c /Gemfile
Init repo.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile11
1 files changed, 11 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
new file mode 100644
index 00000000..a76e3c29
--- /dev/null
+++ b/Gemfile
@@ -0,0 +1,11 @@
+source 'http://rubygems.org'
+ruby '2.3.1'
+
+gem 'nanoc', '~> 4.0'
+gem 'adsf'
+gem 'sass'
+gem 'kramdown'
+
+group :nanoc do
+ gem 'guard-nanoc'
+end