File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,8 @@ gem 'turbolinks'
29
29
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
30
30
gem 'jbuilder' , '~> 1.2'
31
31
32
+ gem 'haml-rails'
33
+
32
34
group :doc do
33
35
# bundle exec rake doc:rails generates the API under doc/api.
34
36
gem 'sdoc' , require : false
Original file line number Diff line number Diff line change 36
36
coffee-script-source (1.7.0 )
37
37
erubis (2.7.0 )
38
38
execjs (2.2.0 )
39
+ haml (4.0.5 )
40
+ tilt
41
+ haml-rails (0.5.1 )
42
+ actionpack (~> 4.0.0 )
43
+ activesupport (~> 4.0.0 )
44
+ haml (>= 3.1 , < 5.0 )
45
+ railties (~> 4.0.0 )
39
46
hike (1.2.3 )
40
47
i18n (0.6.9 )
41
48
jbuilder (1.5.3 )
@@ -110,6 +117,7 @@ PLATFORMS
110
117
111
118
DEPENDENCIES
112
119
coffee-rails (~> 4.0.0 )
120
+ haml-rails
113
121
jbuilder (~> 1.2 )
114
122
jquery-rails
115
123
rails (= 4.0.0 )
You can’t perform that action at this time.
0 commit comments