diff --git a/Gemfile b/Gemfile index b27ec3d..87443fd 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ ruby "3.2.2" gem "rails", "~> 7.1.3" # Use SQLite 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.0" diff --git a/Gemfile.lock b/Gemfile.lock index b75fa6b..f064eb7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -252,9 +252,9 @@ GEM rufus-scheduler (~> 3.2) sidekiq (>= 6, < 8) tilt (>= 1.4.0) - sqlite3 (1.7.3-aarch64-linux) - sqlite3 (1.7.3-arm64-darwin) - sqlite3 (1.7.3-x86_64-linux) + sqlite3 (2.0.1-aarch64-linux-gnu) + sqlite3 (2.0.1-arm64-darwin) + sqlite3 (2.0.1-x86_64-linux-gnu) standard (1.35.1) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) @@ -309,7 +309,7 @@ DEPENDENCIES redis (~> 5) sidekiq (~> 7) sidekiq-scheduler (~> 5) - sqlite3 (~> 1.4) + sqlite3 (~> 2.0) standard timecop tzinfo-data