diff --git a/Gemfile b/Gemfile index f378954..6f4d00b 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ group :development do gem 'rdiscount', '~> 1.6.8' gem 'pygments.rb', '~> 0.3.4' gem 'RedCloth', '~> 4.2.9' - gem 'haml', '~> 3.1.7' + gem 'haml', '~> 5.0.0' gem 'compass', '~> 0.12.2' gem 'rubypants', '~> 0.2.0' gem 'rb-fsevent', '~> 0.9' diff --git a/Gemfile.lock b/Gemfile.lock index c235b2c..425f512 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -12,7 +12,9 @@ GEM directory_watcher (1.4.1) fast-stemmer (1.0.1) fssm (0.2.9) - haml (3.1.7) + haml (5.0.0) + temple (>= 0.8.0) + tilt jekyll (0.12.0) classifier (~> 1.3) directory_watcher (~> 1.1) @@ -42,6 +44,7 @@ GEM tilt (~> 1.3, >= 1.3.3) stringex (1.4.0) syntax (1.0.0) + temple (0.8.2) tilt (1.3.3) yajl-ruby (1.1.0) @@ -51,7 +54,7 @@ PLATFORMS DEPENDENCIES RedCloth (~> 4.2.9) compass (~> 0.12.2) - haml (~> 3.1.7) + haml (~> 5.0.0) jekyll (~> 0.12) liquid (~> 2.3.0) pygments.rb (~> 0.3.4)