1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00

Pin haml to v5

This commit is contained in:
Jordan Owens 2022-11-25 12:28:02 -05:00
parent 0455c8e705
commit 9031a4449b

View file

@ -43,7 +43,7 @@ EOF
s.add_dependency "multi_json"
s.add_development_dependency "rspec", "~> 3.4"
s.add_development_dependency "haml"
s.add_development_dependency "haml", "~> 5"
s.add_development_dependency "erubi"
s.add_development_dependency "erubis"
s.add_development_dependency "slim"