Skip to content

Commit

Permalink
Add Rake to Gemfile to fix TravisCI
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavis committed Jun 12, 2014
1 parent e8eb337 commit 96da662
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ source 'https://rubygems.org'
gem 'github-pages', '~> 19'
gem 'jekyll', '~>1.5.1'
gem 'kramdown', '~> 1.3.1'
gem 'rake'
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ GEM
pygments.rb (0.5.4)
posix-spawn (~> 0.3.6)
yajl-ruby (~> 1.1.0)
rake (10.1.1)
rb-fsevent (0.9.4)
rb-inotify (0.9.5)
ffi (>= 0.5.0)
Expand All @@ -96,3 +97,4 @@ DEPENDENCIES
github-pages (~> 19)
jekyll (~> 1.5.1)
kramdown (~> 1.3.1)
rake

0 comments on commit 96da662

Please sign in to comment.