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

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Mazovetskiy <glex.spb@gmail.com>2014-12-05 14:23:50 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2014-12-05 14:23:50 +0300
commitd5e159c89539612e60c18c42030a9e2bb1a79dc9 (patch)
treed87e01990c9155163783f54963ad0ac139e75b79 /Gemfile
parenta4e991c1a6f083243fcb6c3fab02a4818c06c1c5 (diff)
Specify ruby dev deps in Gemfile
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
new file mode 100644
index 0000000000..eb9646efef
--- /dev/null
+++ b/Gemfile
@@ -0,0 +1,6 @@
+source 'https://rubygems.org'
+
+group :development do
+ gem 'jekyll', '~> 2.5.2'
+ gem 'rouge', '~> 1.7.4'
+end