add haml gem
This commit is contained in:
parent
78f60e93b4
commit
ee598f4a3f
2 changed files with 8 additions and 0 deletions
2
Gemfile
2
Gemfile
|
|
@ -68,3 +68,5 @@ end
|
|||
|
||||
gem "cssbundling-rails", "~> 1.4"
|
||||
gem "rails-i18n"
|
||||
|
||||
gem "haml"
|
||||
|
|
|
|||
|
|
@ -117,6 +117,10 @@ GEM
|
|||
raabro (~> 1.4)
|
||||
globalid (1.2.1)
|
||||
activesupport (>= 6.1)
|
||||
haml (7.1.0)
|
||||
temple (>= 0.8.2)
|
||||
thor
|
||||
tilt
|
||||
i18n (1.14.7)
|
||||
concurrent-ruby (~> 1.0)
|
||||
importmap-rails (2.1.0)
|
||||
|
|
@ -377,6 +381,7 @@ GEM
|
|||
stimulus-rails (1.3.4)
|
||||
railties (>= 6.0.0)
|
||||
stringio (3.1.7)
|
||||
temple (0.10.4)
|
||||
thor (1.3.2)
|
||||
thruster (0.1.14)
|
||||
thruster (0.1.14-aarch64-linux)
|
||||
|
|
@ -428,6 +433,7 @@ DEPENDENCIES
|
|||
capybara
|
||||
cssbundling-rails (~> 1.4)
|
||||
debug
|
||||
haml
|
||||
importmap-rails
|
||||
jbuilder
|
||||
kamal
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue