We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1cef48 commit dc7a4f9Copy full SHA for dc7a4f9
pact_broker/Gemfile
@@ -4,7 +4,7 @@ gem "pact_broker"
4
gem "pg", "~>1.5"
5
gem "puma", "~> 5.6", ">= 5.6.8"
6
gem "mysql2", "~>0.3"
7
-gem "sqlite3", "~>1.6"
+gem "sqlite3", "~>1.7"
8
gem "rake", "~> 13.0"
9
10
# While https://github.com/brandonhilkert/sucker_punch/pull/253 is outstanding
pact_broker/Gemfile.lock
@@ -148,7 +148,7 @@ GEM
148
rack (~> 2.2, >= 2.2.4)
149
rack-protection (= 3.2.0)
150
tilt (~> 2.0)
151
- sqlite3 (1.7.0)
+ sqlite3 (1.7.1)
152
mini_portile2 (~> 2.8.0)
153
stringio (3.1.0)
154
table_print (1.5.7)
@@ -174,7 +174,7 @@ DEPENDENCIES
174
pg (~> 1.5)
175
puma (~> 5.6, >= 5.6.8)
176
rake (~> 13.0)
177
- sqlite3 (~> 1.6)
+ sqlite3 (~> 1.7)
178
sucker_punch!
179
180
BUNDLED WITH
0 commit comments