Skip to content

Commit

Permalink
chore: lock down example gems, upgrade example db
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Sep 11, 2017
1 parent 33d806c commit 8de4fc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

gem 'pact_broker'
gem 'sqlite3' # Sqlite is just for testing, replace this with your choice of database driver
gem 'sqlite3', '~>1.3' # 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
gem 'thin', '~>1.7' # Keep, or replace with your choice of web server
Binary file modified example/pact_broker_database.sqlite3
Binary file not shown.

0 comments on commit 8de4fc1

Please sign in to comment.