Skip to content

Commit 57724a5

Browse files
committed
build: bump to haml 6
1 parent a0f7f49 commit 57724a5

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

Gemfile.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,9 @@ GEM
7777
fast_blank (1.0.1)
7878
fastimage (2.4.0)
7979
ffi (1.17.1-x86_64-linux-gnu)
80-
haml (5.2.2)
81-
temple (>= 0.8.0)
80+
haml (6.3.0)
81+
temple (>= 0.8.2)
82+
thor
8283
tilt
8384
haml_lint (0.59.0)
8485
haml (>= 5.0)

config.rb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# frozen_string_literal: true
22

3-
Haml::TempleEngine.disable_option_validator!
3+
Haml::Engine.disable_option_validator!
4+
Haml::Template.options[:escape_attrs] = false
5+
Haml::Template.options[:escape_html] = false
6+
47
set :haml, format: :html5
58
I18n.default_locale = :pl
69
Time.zone = "Europe/Warsaw"

0 commit comments

Comments
 (0)