diff --git a/Gemfile b/Gemfile index 3179a3f..177f414 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ ruby "3.2.2" gem "rails", "~> 7.0.8" # Use sqlite3 as the database for Active Record -gem "sqlite3", "~> 1.4" +gem "sqlite3", "~> 2.1" # Use the Puma web server [https://github.com/puma/puma] gem "puma", "~> 6.4" diff --git a/Gemfile.lock b/Gemfile.lock index cf433bb..9fc5029 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -434,12 +434,12 @@ GEM psych (>= 4.0.0) reline (0.5.10) io-console (~> 0.5) - sqlite3 (1.7.3-aarch64-linux) - sqlite3 (1.7.3-arm-linux) - sqlite3 (1.7.3-arm64-darwin) - sqlite3 (1.7.3-x86-linux) - sqlite3 (1.7.3-x86_64-darwin) - sqlite3 (1.7.3-x86_64-linux) + sqlite3 (2.1.0-aarch64-linux-gnu) + sqlite3 (2.1.0-arm-linux-gnu) + sqlite3 (2.1.0-arm64-darwin) + sqlite3 (2.1.0-x86-linux-gnu) + sqlite3 (2.1.0-x86_64-darwin) + sqlite3 (2.1.0-x86_64-linux-gnu) stringio (3.1.1) thor (1.3.2) timeout (0.4.1) @@ -473,7 +473,7 @@ DEPENDENCIES puma (~> 6.4) rack-test rails (~> 7.0.8) - sqlite3 (~> 1.4) + sqlite3 (~> 2.1) tzinfo-data RUBY VERSION