Skip to content

Commit a784593

Browse files
committed
Comment out haml-rails gem
1 parent e4aca6d commit a784593

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ gem 'jquery-rails'
1313

1414
gem 'bootstrap-sass'
1515
gem 'font-awesome-rails'
16-
gem 'haml-rails'
16+
#gem 'haml-rails'
1717
gem 'rails-html-sanitizer', '~> 1.4.4'
1818
gem 'sass-rails', '>= 5'
1919
gem 'simple_grid_rails'

Gemfile.lock

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -205,15 +205,6 @@ GEM
205205
multi_json (~> 1.11)
206206
os (>= 0.9, < 2.0)
207207
signet (~> 0.15)
208-
haml (6.3.0)
209-
temple (>= 0.8.2)
210-
thor
211-
tilt
212-
haml-rails (2.1.0)
213-
actionpack (>= 5.1)
214-
activesupport (>= 5.1)
215-
haml (>= 4.0.6)
216-
railties (>= 5.1)
217208
hash-deep-merge (0.1.1)
218209
httpclient (2.9.0)
219210
mutex_m
@@ -482,7 +473,6 @@ GEM
482473
activesupport (>= 6.1)
483474
sprockets (>= 3.0.0)
484475
stackprof (0.2.27)
485-
temple (0.10.3)
486476
thor (1.3.2)
487477
tilt (2.6.0)
488478
timeout (0.4.3)
@@ -531,7 +521,6 @@ DEPENDENCIES
531521
flamegraph
532522
font-awesome-rails
533523
google_drive
534-
haml-rails
535524
jbuilder
536525
jquery-rails
537526
koala

0 commit comments

Comments
 (0)