Skip to content

Commit

Permalink
Specify ruby dev deps in Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
glebm committed Dec 5, 2014
1 parent a4e991c commit d5e159c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
_gh_pages
_site
.ruby-version
Gemfile.lock

# Numerous always-ignore extensions
*.diff
Expand Down
6 changes: 6 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
source 'https://rubygems.org'

group :development do
gem 'jekyll', '~> 2.5.2'
gem 'rouge', '~> 1.7.4'
end

0 comments on commit d5e159c

Please sign in to comment.