We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2720e9 commit ad70f28Copy full SHA for ad70f28
example/Gemfile
@@ -2,5 +2,5 @@ source "https://rubygems.org"
2
3
gem "pact_broker" # Would pin this to a known minor version when using properly eg. gem "pact_broker", "~> 2.90"
4
gem "puma", "~> 5.3" # Can be replaced with your choice of application server
5
-gem "sqlite3", "~>1.3" # Sqlite is just for testing. Replace this with "pg" for production.
+gem "sqlite3", "~>2.0" # Sqlite is just for testing. Replace this with "pg" for production.
6
# gem "pg" # Production database gem
0 commit comments