Skip to content

Commit 4415686

Browse files
committed
feat: upgrade haml to 5.0
1 parent a37c59a commit 4415686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pact_broker.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Gem::Specification.new do |gem|
3434
gem.add_runtime_dependency 'pact-support'
3535
gem.add_runtime_dependency 'padrino-core', '>= 0.14.3', '~> 0.14'
3636
gem.add_runtime_dependency 'sinatra', '>= 2.0.1'
37-
gem.add_runtime_dependency 'haml', '~>4.0'
37+
gem.add_runtime_dependency 'haml', '~>5.0'
3838
gem.add_runtime_dependency 'sucker_punch', '~>2.0'
3939
gem.add_runtime_dependency 'rack-protection', '~>2.0'
4040
gem.add_runtime_dependency 'dry-types', '~> 0.10.3' # https://travis-ci.org/pact-foundation/pact_broker/jobs/249448621

0 commit comments

Comments
 (0)