2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

Specify ruby dev deps in Gemfile

This commit is contained in:
Gleb Mazovetskiy
2014-12-05 11:23:50 +00:00
parent a4e991c1a6
commit d5e159c895
2 changed files with 7 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
source 'https://rubygems.org'
group :development do
gem 'jekyll', '~> 2.5.2'
gem 'rouge', '~> 1.7.4'
end