downgrade haml to make deface work

This commit is contained in:
viehlieb 2023-02-23 00:18:25 +01:00 committed by Philipp Rothmann
parent 0bd04fba41
commit 4bb724495d
2 changed files with 4 additions and 5 deletions

View file

@ -23,7 +23,7 @@ gem 'bootsnap', require: false
gem 'mysql2'
gem 'prawn'
gem 'prawn-table'
gem 'haml'
gem 'haml', '~> 5.0'
gem 'haml-rails'
gem 'kaminari'
gem 'simple_form'