Skip to content
Closed
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 @@ -79,7 +79,7 @@ group :development do
# gem "rack-mini-profiler"

# Use sqlite3 as the database for Active Record
gem "sqlite3", "~> 2.6"
gem "sqlite3", "~> 2.8"

# Speed up commands on slow machines / big apps [https://github.com/rails/spring]
# gem "spring"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ GEM
actionpack (>= 6.1)
activesupport (>= 6.1)
sprockets (>= 3.0.0)
sqlite3 (2.8.0-x86_64-linux-gnu)
sqlite3 (2.8.1-x86_64-linux-gnu)
stimulus-rails (1.3.4)
railties (>= 6.0.0)
stringio (3.1.8)
Expand Down Expand Up @@ -415,7 +415,7 @@ DEPENDENCIES
simple_form
simplecov
sprockets-rails
sqlite3 (~> 2.6)
sqlite3 (~> 2.8)
stimulus-rails
turbo-rails
tzinfo-data
Expand Down
Loading