Skip to content

Commit

Permalink
Add iconv dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Klishin committed Apr 27, 2013
1 parent 587ad45 commit b397efc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Gemfile
Expand Up @@ -2,3 +2,8 @@ source "https://rubygems.org"

gem "jekyll"
gem "redcarpet"
# with Ruby 2.0 on OS X, you may need to install
# it manually with --with-iconv-dir:
#
# gem install iconv -- --with-iconv-dir=~/.rvm/usr
gem "iconv"

0 comments on commit b397efc

Please sign in to comment.