diff --git a/Gemfile b/Gemfile index ffaf389..7794b81 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gem "rails", "~> 7.2.1" gem "sprockets-rails" # Use sqlite3 as the database for Active Record -gem "sqlite3", "~> 2.7" +gem "sqlite3", "~> 2.8" # Use the Puma web server [https://github.com/puma/puma] gem "puma", "~> 6.6" diff --git a/Gemfile.lock b/Gemfile.lock index 2df49e8..793e2ea 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -229,9 +229,9 @@ GEM actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) - sqlite3 (2.7.3-arm64-darwin) - sqlite3 (2.7.3-x86_64-darwin) - sqlite3 (2.7.3-x86_64-linux-gnu) + sqlite3 (2.8.1-arm64-darwin) + sqlite3 (2.8.1-x86_64-darwin) + sqlite3 (2.8.1-x86_64-linux-gnu) stringio (3.1.7) thor (1.4.0) tilt (2.6.1) @@ -267,7 +267,7 @@ DEPENDENCIES puma (~> 6.6) rails (~> 7.2.1) sprockets-rails - sqlite3 (~> 2.7) + sqlite3 (~> 2.8) turbo-rails tzinfo-data web-console