2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +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
+1
View File
@@ -2,6 +2,7 @@
_gh_pages
_site
.ruby-version
Gemfile.lock
# Numerous always-ignore extensions
*.diff
+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