Skip to content

Commit

Permalink
chore: lock sinatra and padrino-core because upgrade has broken specs
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Feb 21, 2018
1 parent 18816e6 commit d189c93
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pact_broker.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency 'rack', '~>2.0'
gem.add_runtime_dependency 'redcarpet', '>=3.3.2', '~>3.3'
gem.add_runtime_dependency 'pact-support'
gem.add_runtime_dependency 'padrino-core', '~>0.14.1'
gem.add_runtime_dependency 'padrino-core', '0.14.1' #locked due to https://travis-ci.org/pact-foundation/pact_broker/builds/343646988 TODO work out why and fix it
gem.add_runtime_dependency 'sinatra', '2.0.0' #locked due to https://travis-ci.org/pact-foundation/pact_broker/builds/343646988 TODO work out why and fix it
gem.add_runtime_dependency 'haml', '~>4.0'
gem.add_runtime_dependency 'sucker_punch', '~>2.0'
gem.add_runtime_dependency 'rack-protection', '~>2.0'
Expand Down

0 comments on commit d189c93

Please sign in to comment.