diff --git a/Gemfile b/Gemfile index 7707dddcc..37c87c62e 100644 --- a/Gemfile +++ b/Gemfile @@ -21,7 +21,7 @@ gem 'tracks-chartjs-ror' gem 'will_paginate' # Use --without argument to skip unnecessary drivers -gem 'sqlite3', '~> 1.4', group: :sqlite +gem 'sqlite3', '~> 2.0', group: :sqlite gem 'mysql2', '~> 0.5', group: :mysql gem 'pg', '~> 1.5', group: :postgresql diff --git a/Gemfile.lock b/Gemfile.lock index c25fcf8fe..d0b95684c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -309,7 +309,7 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - sqlite3 (1.7.3) + sqlite3 (2.0.4) mini_portile2 (~> 2.8.0) stripe (13.1.0) terminal-table (3.0.2) @@ -380,7 +380,7 @@ DEPENDENCIES simplecov solargraph spring (~> 4) - sqlite3 (~> 1.4) + sqlite3 (~> 2.0) stripe tolk (~> 5.0.1) tracks-chartjs-ror