add haml-rails

This commit is contained in:
JuliusR 2021-12-18 11:01:00 +01:00
parent 70ebeb473d
commit 8fbd85f11a
2 changed files with 22 additions and 0 deletions

View file

@ -54,3 +54,5 @@ end
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
gem "haml-rails", "~> 2.0"