Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ gem "rails", "~> 8.0.3"
# The modern asset pipeline for Rails [https://github.com/rails/propshaft]
gem "propshaft"
# Use sqlite3 as the database for Active Record
gem "sqlite3", "~> 2.6"
gem "sqlite3", "~> 2.8"
# Use the Puma web server [https://github.com/puma/puma]
gem "puma", ">= 5.0"
# Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails]
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -314,10 +314,10 @@ GEM
fugit (~> 1.11.0)
railties (>= 7.1)
thor (>= 1.3.1)
sqlite3 (2.7.4)
sqlite3 (2.8.0)
mini_portile2 (~> 2.8.0)
sqlite3 (2.7.4-x64-mingw-ucrt)
sqlite3 (2.7.4-x86_64-linux-gnu)
sqlite3 (2.8.0-x64-mingw-ucrt)
sqlite3 (2.8.0-x86_64-linux-gnu)
sshkit (1.24.0)
base64
logger
Expand Down Expand Up @@ -382,7 +382,7 @@ DEPENDENCIES
solid_cable
solid_cache
solid_queue
sqlite3 (~> 2.6)
sqlite3 (~> 2.8)
stimulus-rails
thruster
turbo-rails
Expand Down
Loading