From 454e1624b45107adb5d140dcdae3e7bfb554c88f Mon Sep 17 00:00:00 2001 From: Lars Henrik Mai Date: Sun, 21 Sep 2014 11:23:51 +0200 Subject: added html2haml gem --- Gemfile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index e391030..51aee43 100644 --- a/Gemfile +++ b/Gemfile @@ -22,3 +22,6 @@ gem "nokogiri" # we use bootstrap-sass gem "bootstrap-sass" + +# templating +gem "html2haml" -- cgit v1.2.1