diff --git a/Gemfile b/Gemfile index 340e925..c3312bb 100644 --- a/Gemfile +++ b/Gemfile @@ -75,7 +75,7 @@ group :development do # gem "rack-mini-profiler" # Use sqlite3 as the database for Active Record - gem "sqlite3", "~> 1.7" + gem "sqlite3", "~> 2.0" # Speed up commands on slow machines / big apps [https://github.com/rails/spring] # gem "spring" diff --git a/Gemfile.lock b/Gemfile.lock index fb94a1d..132af36 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -316,7 +316,7 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - sqlite3 (1.7.3-x86_64-linux) + sqlite3 (2.0.2-x86_64-linux-gnu) stimulus-rails (1.3.3) railties (>= 6.0.0) stringio (3.1.0) @@ -377,7 +377,7 @@ DEPENDENCIES simple_form simplecov sprockets-rails - sqlite3 (~> 1.7) + sqlite3 (~> 2.0) stimulus-rails turbo-rails tzinfo-data