Skip to content

Commit

Permalink
Merge pull request #234 from icyleaf/dependabot/bundler/sqlite3-1.6.8
Browse files Browse the repository at this point in the history
chore(deps): bump sqlite3 from 1.6.7 to 1.6.8
  • Loading branch information
icyleaf authored Nov 2, 2023
2 parents 749ce77 + 661c1da commit 09a1021
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 09a1021

Please sign in to comment.