Upgrade to haml 7.2
This commit is contained in:
parent
d0c8c9d9c0
commit
790f8a3016
4 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -15,7 +15,7 @@ gem 'dotenv', '~> 3.2'
|
|||
|
||||
# For the asset pipeline: templates, CSS, JS, etc.
|
||||
gem 'sprockets', '~> 4.2'
|
||||
gem 'haml', '~> 6.1', '>= 6.1.1'
|
||||
gem 'haml', '~> 7.2'
|
||||
gem 'sass-rails', '~> 6.0'
|
||||
gem 'terser', '~> 1.1', '>= 1.1.17'
|
||||
gem 'jsbundling-rails', '~> 1.3'
|
||||
|
|
|
|||
|
|
@ -181,7 +181,7 @@ GEM
|
|||
fiber-storage (1.0.1)
|
||||
globalid (1.3.0)
|
||||
activesupport (>= 6.1)
|
||||
haml (6.4.0)
|
||||
haml (7.2.0)
|
||||
temple (>= 0.8.2)
|
||||
thor
|
||||
tilt
|
||||
|
|
@ -492,7 +492,7 @@ DEPENDENCIES
|
|||
devise-encryptable (~> 0.2.0)
|
||||
dotenv (~> 3.2)
|
||||
falcon (~> 0.48.0)
|
||||
haml (~> 6.1, >= 6.1.1)
|
||||
haml (~> 7.2)
|
||||
http_accept_language (~> 2.1, >= 2.1.1)
|
||||
jsbundling-rails (~> 1.3)
|
||||
letter_opener (~> 1.8, >= 1.8.1)
|
||||
|
|
|
|||
BIN
vendor/cache/haml-6.4.0.gem
vendored
BIN
vendor/cache/haml-6.4.0.gem
vendored
Binary file not shown.
BIN
vendor/cache/haml-7.2.0.gem
vendored
Normal file
BIN
vendor/cache/haml-7.2.0.gem
vendored
Normal file
Binary file not shown.
Loading…
Reference in a new issue