Skip to content

Commit

Permalink
chore(deps): bump sqlite3 from 1.7.0 to 1.7.1 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.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]>
  • Loading branch information
dependabot[bot] authored Jan 29, 2024
1 parent d1cef48 commit dc7a4f9
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,7 +4,7 @@ gem "pact_broker"
gem "pg", "~>1.5"
gem "puma", "~> 5.6", ">= 5.6.8"
gem "mysql2", "~>0.3"
gem "sqlite3", "~>1.6"
gem "sqlite3", "~>1.7"
gem "rake", "~> 13.0"

# While https://github.com/brandonhilkert/sucker_punch/pull/253 is outstanding
Expand Down
4 changes: 2 additions & 2 deletions pact_broker/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ GEM
rack (~> 2.2, >= 2.2.4)
rack-protection (= 3.2.0)
tilt (~> 2.0)
sqlite3 (1.7.0)
sqlite3 (1.7.1)
mini_portile2 (~> 2.8.0)
stringio (3.1.0)
table_print (1.5.7)
Expand All @@ -174,7 +174,7 @@ DEPENDENCIES
pg (~> 1.5)
puma (~> 5.6, >= 5.6.8)
rake (~> 13.0)
sqlite3 (~> 1.6)
sqlite3 (~> 1.7)
sucker_punch!

BUNDLED WITH
Expand Down

0 comments on commit dc7a4f9

Please sign in to comment.