diff --git a/Gemfile b/Gemfile index 7dc43be..d55977b 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem "rails", "~> 8.0.1" gem "sprockets-rails" # Use sqlite3 as the database for Active Record -gem "sqlite3", "~> 2.4" +gem "sqlite3", "~> 2.5" # Use the Puma web server [https://github.com/puma/puma] gem "puma", "~> 6.5" diff --git a/Gemfile.lock b/Gemfile.lock index 6e8ade3..aeb9bde 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -412,8 +412,8 @@ GEM actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) - sqlite3 (2.4.1-x86_64-darwin) - sqlite3 (2.4.1-x86_64-linux-gnu) + sqlite3 (2.5.0-x86_64-darwin) + sqlite3 (2.5.0-x86_64-linux-gnu) stringio (3.1.2) tailwindcss-rails (3.0.0) railties (>= 7.0.0) @@ -447,7 +447,7 @@ DEPENDENCIES simplecov simplecov-cobertura sprockets-rails - sqlite3 (~> 2.4) + sqlite3 (~> 2.5) tailwindcss-rails (~> 3.0) tzinfo-data