Skip to content

Commit ad70f28

Browse files
chore(deps): update dependency sqlite3 to v2
1 parent c2720e9 commit ad70f28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ source "https://rubygems.org"
22

33
gem "pact_broker" # Would pin this to a known minor version when using properly eg. gem "pact_broker", "~> 2.90"
44
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.
5+
gem "sqlite3", "~>2.0" # Sqlite is just for testing. Replace this with "pg" for production.
66
# gem "pg" # Production database gem

0 commit comments

Comments
 (0)