Skip to content

Commit

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

---
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] authored Nov 2, 2023
1 parent 749ce77 commit 661c1da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ gem 'sidekiq-failures', '~> 1.0.4'

# Database
gem 'activerecord', '~> 7.0.8'
gem 'sqlite3', '~> 1.6.7'
gem 'sqlite3', '~> 1.6.8'

# Tools
gem 'chronic_duration', '~> 0.10.6'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ GEM
lumberjack (1.2.9)
method_source (1.0.0)
mini_mime (1.1.2)
mini_portile2 (2.8.4)
mini_portile2 (2.8.5)
minitest (5.20.0)
multi_json (1.15.0)
multi_xml (0.6.0)
Expand Down Expand Up @@ -155,9 +155,9 @@ GEM
rack-protection (= 3.1.0)
sinatra (= 3.1.0)
tilt (~> 2.0)
sqlite3 (1.6.7)
sqlite3 (1.6.8)
mini_portile2 (~> 2.8.0)
sqlite3 (1.6.7-arm64-darwin)
sqlite3 (1.6.8-arm64-darwin)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
thor (1.2.2)
Expand Down Expand Up @@ -192,7 +192,7 @@ DEPENDENCIES
sidekiq-failures (~> 1.0.4)
sinatra (~> 3.1.0)
sinatra-contrib (~> 3.1.0)
sqlite3 (~> 1.6.7)
sqlite3 (~> 1.6.8)

BUNDLED WITH
2.4.1

0 comments on commit 661c1da

Please sign in to comment.