example/Gemfile in pact_broker-2.0.0.beta.7 vs example/Gemfile in pact_broker-2.0.0.beta.8
- old
+ new
@@ -1,5 +1,6 @@
source 'https://rubygems.org'
gem 'pact_broker'
-gem 'sqlite3' # Replace with your choice of database driver eg. gem "pg"
+gem 'sqlite3' # Sqlite is just for testing, replace this with your choice of database driver
+# gem 'pg' # Recommended production gem for postgres
gem 'thin' # Keep, or replace with your choice of web server