example/Gemfile in pact_broker-1.14.0 vs example/Gemfile in pact_broker-1.15.0

- old
+ new

@@ -1,5 +1,5 @@ source 'https://rubygems.org' -gem "pact_broker", "~>1.9.3" -gem "sqlite3" # Replace with your choice of database driver eg. gem "pg" -gem "thin" # Keep, or replace with your choice of web server +gem 'pact_broker', '~> 1.14' +gem 'sqlite3' # Replace with your choice of database driver eg. gem "pg" +gem 'thin' # Keep, or replace with your choice of web server