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:
parent
0455c8e705
commit
9031a4449b
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue