example/Gemfile in pact_broker-1.9.0 vs example/Gemfile in pact_broker-1.9.1
- old
+ new
@@ -1,5 +1,5 @@
source 'https://rubygems.org'
gem "pact_broker", "~>1.4"
-gem "sqlite3" # Replace with your choice of database driver eg. mysql2
+gem "sqlite3" # Replace with your choice of database driver eg. gem "pg"
gem "thin" # Keep, or replace with your choice of web server
\ No newline at end of file