diff --git a/Gemfile b/Gemfile index 67db81c..e5a3ca4 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem "rails", github: "rails/rails", branch: "main" gem "propshaft" # Use sqlite3 as the database for Active Record -gem "sqlite3", "~> 1.4" +gem "sqlite3", "~> 1.7" # Use the Puma web server [https://github.com/puma/puma] gem "puma", ">= 5.0" diff --git a/Gemfile.lock b/Gemfile.lock index dfe345b..7f7e9e5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -308,7 +308,7 @@ GEM solid_queue (0.2.2) rails (~> 7.1) spring (4.1.3) - sqlite3 (1.7.2-x86_64-linux) + sqlite3 (1.7.3-x86_64-linux) standard (1.35.1) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) @@ -372,7 +372,7 @@ DEPENDENCIES solid_cache (~> 0.5.3) solid_queue (~> 0.2.2) spring - sqlite3 (~> 1.4) + sqlite3 (~> 1.7) standard stimulus-rails turbo-rails (~> 2.0.5)