Update HAML

This commit is contained in:
Patrick Gansterer 2020-08-12 02:44:19 +02:00
parent 5f60844a13
commit 271af8f59f
5 changed files with 8 additions and 6 deletions

View file

@ -22,7 +22,7 @@ gem 'rails-i18n'
gem 'mysql2', '~> 0.4.0' # for compatibility with rails 4
gem 'prawn'
gem 'prawn-table'
gem 'haml', '~> 4.0' # some breaking changes in version 5, remove this line again when fixed
gem 'haml'
gem 'haml-rails'
gem 'kaminari'
gem 'simple_form'