Skip to content

Commit

Permalink
chore(deps): bump sqlite3 from 1.7.2 to 1.7.3 in /pact_broker
Browse files Browse the repository at this point in the history
Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 1.7.2 to 1.7.3.
- [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.2...v1.7.3)

---
updated-dependencies:
- dependency-name: sqlite3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 18, 2024
1 parent f8c7779 commit 988d263
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pact_broker/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ gem "pact_broker"
gem "pg", "~>1.5"
gem "puma", "~> 5.6", ">= 5.6.8"
gem "mysql2", "~>0.3"
gem "sqlite3", "~>1.6", force_ruby_platform: true
gem "sqlite3", "~>1.7", force_ruby_platform: true
gem "rake", "~> 13.0"
4 changes: 2 additions & 2 deletions pact_broker/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ GEM
rack (~> 2.2, >= 2.2.4)
rack-protection (= 3.2.0)
tilt (~> 2.0)
sqlite3 (1.7.2)
sqlite3 (1.7.3)
mini_portile2 (~> 2.8.0)
stringio (3.1.0)
sucker_punch (3.2.0)
Expand Down Expand Up @@ -169,7 +169,7 @@ DEPENDENCIES
pg (~> 1.5)
puma (~> 5.6, >= 5.6.8)
rake (~> 13.0)
sqlite3 (~> 1.6)
sqlite3 (~> 1.7)

BUNDLED WITH
2.4.22

0 comments on commit 988d263

Please sign in to comment.