Skip to content

Commit dc7a4f9

Browse files
chore(deps): bump sqlite3 from 1.7.0 to 1.7.1 in /pact_broker
Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 1.7.0 to 1.7.1. - [Release notes](https://github.com/sparklemotion/sqlite3-ruby/releases) - [Changelog](https://github.com/sparklemotion/sqlite3-ruby/blob/main/CHANGELOG.md) - [Commits](sparklemotion/sqlite3-ruby@v1.7.0...v1.7.1) --- updated-dependencies: - dependency-name: sqlite3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d1cef48 commit dc7a4f9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pact_broker/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ gem "pact_broker"
44
gem "pg", "~>1.5"
55
gem "puma", "~> 5.6", ">= 5.6.8"
66
gem "mysql2", "~>0.3"
7-
gem "sqlite3", "~>1.6"
7+
gem "sqlite3", "~>1.7"
88
gem "rake", "~> 13.0"
99

1010
# While https://github.com/brandonhilkert/sucker_punch/pull/253 is outstanding

pact_broker/Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ GEM
148148
rack (~> 2.2, >= 2.2.4)
149149
rack-protection (= 3.2.0)
150150
tilt (~> 2.0)
151-
sqlite3 (1.7.0)
151+
sqlite3 (1.7.1)
152152
mini_portile2 (~> 2.8.0)
153153
stringio (3.1.0)
154154
table_print (1.5.7)
@@ -174,7 +174,7 @@ DEPENDENCIES
174174
pg (~> 1.5)
175175
puma (~> 5.6, >= 5.6.8)
176176
rake (~> 13.0)
177-
sqlite3 (~> 1.6)
177+
sqlite3 (~> 1.7)
178178
sucker_punch!
179179

180180
BUNDLED WITH

0 commit comments

Comments
 (0)