2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-18 12:39:41 +03:00

Merge pull request #7 from twbs/gemfile

Specify ruby dev deps in Gemfile
This commit is contained in:
Gleb Mazovetskiy
2014-12-05 22:39:51 +00:00
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