Skip to content

Commit

Permalink
Bump sqlite3 from 1.6.8 to 1.7.0
Browse files Browse the repository at this point in the history
Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 1.6.8 to 1.7.0.
- [Release notes](https://github.com/sparklemotion/sqlite3-ruby/releases)
- [Changelog](https://github.com/sparklemotion/sqlite3-ruby/blob/master/CHANGELOG.md)
- [Commits](sparklemotion/sqlite3-ruby@v1.6.8...v1.7.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and captn3m0 committed Jan 24, 2024
1 parent 10f67e1 commit 645b5f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source "https://rubygems.org"
gem "jekyll", "~> 4.3.3"
gem "jekyll-theme-modernist", "~> 0.2"
gem "sqlite3", "~> 1.6.8", force_ruby_platform: true
gem "sqlite3", "~> 1.7.0", force_ruby_platform: true

# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
# and associated library.
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ GEM
google-protobuf (~> 3.23)
sass-embedded (1.69.5-x86_64-linux-gnu)
google-protobuf (~> 3.23)
sqlite3 (1.6.8)
sqlite3 (1.7.0)
mini_portile2 (~> 2.8.0)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
Expand All @@ -78,7 +78,7 @@ PLATFORMS
DEPENDENCIES
jekyll (~> 4.3.3)
jekyll-theme-modernist (~> 0.2)
sqlite3 (~> 1.6.8)
sqlite3 (~> 1.7.0)
tzinfo (~> 2.0.6)
tzinfo-data
wdm (~> 0.1.1)
Expand Down

0 comments on commit 645b5f6

Please sign in to comment.