File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ gem "bootstrap-sass"
16
16
gem 'sass-rails'
17
17
gem 'uglifier'
18
18
gem 'font-awesome-rails'
19
+ gem 'haml-rails'
19
20
20
21
# For redirection
21
22
gem 'rack-host-redirect'
Original file line number Diff line number Diff line change 75
75
debug_inspector (0.0.3 )
76
76
diff-lcs (1.3 )
77
77
erubi (1.7.0 )
78
+ erubis (2.7.0 )
78
79
ethon (0.11.0 )
79
80
ffi (>= 1.3.0 )
80
81
execjs (2.7.0 )
94
95
net-http-pipeline
95
96
globalid (0.4.1 )
96
97
activesupport (>= 4.2.0 )
98
+ haml (5.0.4 )
99
+ temple (>= 0.8.0 )
100
+ tilt
101
+ haml-rails (1.0.0 )
102
+ actionpack (>= 4.0.1 )
103
+ activesupport (>= 4.0.1 )
104
+ haml (>= 4.0.6 , < 6.0 )
105
+ html2haml (>= 1.0.1 )
106
+ railties (>= 4.0.1 )
97
107
highline (1.7.8 )
108
+ html2haml (2.2.0 )
109
+ erubis (~> 2.7.0 )
110
+ haml (>= 4.0 , < 6 )
111
+ nokogiri (>= 1.6.0 )
112
+ ruby_parser (~> 3.5 )
98
113
hyp_diff (0.0.5 )
99
114
diff-lcs (~> 1.2 , >= 1.2.5 )
100
115
nokogiri (~> 1.6 , >= 1.6.5 )
224
239
rspec-core (~> 3.3 )
225
240
rspec-support (3.7.0 )
226
241
ruby_dep (1.5.0 )
242
+ ruby_parser (3.10.1 )
243
+ sexp_processor (~> 4.9 )
227
244
rubyzip (1.2.1 )
228
245
sass (3.5.3 )
229
246
sass-listen (~> 4.0.0 )
273
290
selenium-webdriver (3.6.0 )
274
291
childprocess (~> 0.5 )
275
292
rubyzip (~> 1.0 )
293
+ sexp_processor (4.10.0 )
276
294
simple_grid_rails (0.1.0 )
277
295
spring (2.0.2 )
278
296
activesupport (>= 4.2 )
284
302
activesupport (>= 4.0 )
285
303
sprockets (>= 3.0.0 )
286
304
sqlite3 (1.3.13 )
305
+ temple (0.8.0 )
287
306
thor (0.20.0 )
288
307
thread_safe (0.3.6 )
289
308
tilt (2.0.8 )
@@ -327,6 +346,7 @@ DEPENDENCIES
327
346
faraday
328
347
faraday_middleware (= 0.10 )
329
348
font-awesome-rails
349
+ haml-rails
330
350
jbuilder
331
351
jquery-rails
332
352
koala
You can’t perform that action at this time.
0 commit comments