diff options
author | Brandon Mathis <brandon@imathis.com> | 2013-05-07 00:06:56 -0500 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2013-05-07 00:06:56 -0500 |
commit | 11a1ba623e76f3524a1835856a83ad826c6e0c52 (patch) | |
tree | b32e9643556d178d65f27c9013e771d45070e552 /Gemfile | |
parent | 09558c64e6fb4fd406baa379ef79d9419b0a6e03 (diff) | |
download | my_new_personal_website-11a1ba623e76f3524a1835856a83ad826c6e0c52.tar.xz my_new_personal_website-11a1ba623e76f3524a1835856a83ad826c6e0c52.zip |
Updated RDiscount, added footnotes and other extensions
Diffstat (limited to '')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ source "http://rubygems.org" group :development do gem 'rake', '~> 0.9' gem 'jekyll', '~> 0.12' - gem 'rdiscount', '~> 1.6.8' + gem 'rdiscount', '~> 2.0.7' gem 'pygments.rb', '~> 0.3.4' gem 'RedCloth', '~> 4.2.9' gem 'haml', '~> 3.1.7' |