Skip to content

Commit f1a6049

Browse files
committed
Gem haml-rails
1 parent 26ea669 commit f1a6049

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ gem "bootstrap-sass"
1616
gem 'sass-rails'
1717
gem 'uglifier'
1818
gem 'font-awesome-rails'
19+
gem 'haml-rails'
1920

2021
# For redirection
2122
gem 'rack-host-redirect'

Gemfile.lock

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ GEM
7575
debug_inspector (0.0.3)
7676
diff-lcs (1.3)
7777
erubi (1.7.0)
78+
erubis (2.7.0)
7879
ethon (0.11.0)
7980
ffi (>= 1.3.0)
8081
execjs (2.7.0)
@@ -94,7 +95,21 @@ GEM
9495
net-http-pipeline
9596
globalid (0.4.1)
9697
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)
97107
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)
98113
hyp_diff (0.0.5)
99114
diff-lcs (~> 1.2, >= 1.2.5)
100115
nokogiri (~> 1.6, >= 1.6.5)
@@ -224,6 +239,8 @@ GEM
224239
rspec-core (~> 3.3)
225240
rspec-support (3.7.0)
226241
ruby_dep (1.5.0)
242+
ruby_parser (3.10.1)
243+
sexp_processor (~> 4.9)
227244
rubyzip (1.2.1)
228245
sass (3.5.3)
229246
sass-listen (~> 4.0.0)
@@ -273,6 +290,7 @@ GEM
273290
selenium-webdriver (3.6.0)
274291
childprocess (~> 0.5)
275292
rubyzip (~> 1.0)
293+
sexp_processor (4.10.0)
276294
simple_grid_rails (0.1.0)
277295
spring (2.0.2)
278296
activesupport (>= 4.2)
@@ -284,6 +302,7 @@ GEM
284302
activesupport (>= 4.0)
285303
sprockets (>= 3.0.0)
286304
sqlite3 (1.3.13)
305+
temple (0.8.0)
287306
thor (0.20.0)
288307
thread_safe (0.3.6)
289308
tilt (2.0.8)
@@ -327,6 +346,7 @@ DEPENDENCIES
327346
faraday
328347
faraday_middleware (= 0.10)
329348
font-awesome-rails
349+
haml-rails
330350
jbuilder
331351
jquery-rails
332352
koala

0 commit comments

Comments
 (0)