diff --git a/Gemfile b/Gemfile index d936fd3..09a9b74 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem "rails", "~> 7.1.2" gem "sprockets-rails" # Use sqlite3 as the database for Active Record -gem "sqlite3", "~> 1.6" +gem "sqlite3", "~> 1.7" # Use the Puma web server [https://github.com/puma/puma] gem "puma", "~> 6.4" diff --git a/Gemfile.lock b/Gemfile.lock index 39504c6..6e13f17 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -405,8 +405,8 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - sqlite3 (1.6.9-x86_64-darwin) - sqlite3 (1.6.9-x86_64-linux) + sqlite3 (1.7.0-x86_64-darwin) + sqlite3 (1.7.0-x86_64-linux) stringio (3.1.0) tailwindcss-rails (2.1.0-x86_64-darwin) railties (>= 6.0.0) @@ -438,7 +438,7 @@ DEPENDENCIES simplecov simplecov-cobertura sprockets-rails - sqlite3 (~> 1.6) + sqlite3 (~> 1.7) tailwindcss-rails (~> 2.1) tzinfo-data