Skip to content

Commit

Permalink
feat: upgrade haml to 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Mar 5, 2018
1 parent a37c59a commit 4415686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pact_broker.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency 'pact-support'
gem.add_runtime_dependency 'padrino-core', '>= 0.14.3', '~> 0.14'
gem.add_runtime_dependency 'sinatra', '>= 2.0.1'
gem.add_runtime_dependency 'haml', '~>4.0'
gem.add_runtime_dependency 'haml', '~>5.0'
gem.add_runtime_dependency 'sucker_punch', '~>2.0'
gem.add_runtime_dependency 'rack-protection', '~>2.0'
gem.add_runtime_dependency 'dry-types', '~> 0.10.3' # https://travis-ci.org/pact-foundation/pact_broker/jobs/249448621
Expand Down

0 comments on commit 4415686

Please sign in to comment.