diff --git a/Gemfile b/Gemfile index 0a7bdec..d34a802 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ ruby ">3.0" gem "rails", "~> 7.0.0" # Use sqlite3 as the database for Active Record -gem "sqlite3", "~> 1.4" +gem "sqlite3", "~> 2.0" # Use the Puma web server [https://github.com/puma/puma] gem "puma", "~> 5.6" diff --git a/Gemfile.lock b/Gemfile.lock index 2d4e00a..ebb8e87 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -166,9 +166,9 @@ GEM io-console (~> 0.5) resend (0.13.0) httparty (>= 0.21.0) - sqlite3 (1.7.3-arm64-darwin) - sqlite3 (1.7.3-x86_64-darwin) - sqlite3 (1.7.3-x86_64-linux) + sqlite3 (2.2.0-arm64-darwin) + sqlite3 (2.2.0-x86_64-darwin) + sqlite3 (2.2.0-x86_64-linux-gnu) stringio (3.1.0) thor (1.3.2) timeout (0.4.1) @@ -191,7 +191,7 @@ DEPENDENCIES puma (~> 5.6) rails (~> 7.0.0) resend - sqlite3 (~> 1.4) + sqlite3 (~> 2.0) tzinfo-data RUBY VERSION