Skip to content

Commit

Permalink
Merge pull request #226 from icyleaf/dependabot/bundler/sqlite3-1.6.7
Browse files Browse the repository at this point in the history
chore(deps): bump sqlite3 from 1.6.6 to 1.6.7
  • Loading branch information
icyleaf authored Oct 11, 2023
2 parents ce28907 + f189555 commit bdb13f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.6'
gem 'sqlite3', '~> 1.6.7'

# Tools
gem 'chronic_duration', '~> 0.10.6'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,9 @@ GEM
rack-protection (= 3.1.0)
sinatra (= 3.1.0)
tilt (~> 2.0)
sqlite3 (1.6.6)
sqlite3 (1.6.7)
mini_portile2 (~> 2.8.0)
sqlite3 (1.6.6-arm64-darwin)
sqlite3 (1.6.7-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.6)
sqlite3 (~> 1.6.7)

BUNDLED WITH
2.4.1

0 comments on commit bdb13f4

Please sign in to comment.