diff --git a/Gemfile b/Gemfile index f812aa8..634a202 100644 --- a/Gemfile +++ b/Gemfile @@ -22,7 +22,7 @@ group :development do gem 'rubocop-rails', require: false gem 'rubocop-rspec', require: false gem 'spring' - gem 'sqlite3', '~> 1.7' + gem 'sqlite3', '~> 2.0' gem 'web-console', '>= 4.1.0' end diff --git a/Gemfile.lock b/Gemfile.lock index 90cb910..65a02db 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -314,7 +314,7 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - sqlite3 (1.7.0) + sqlite3 (2.0.2) mini_portile2 (~> 2.8.0) stimulus-rails (1.2.1) railties (>= 6.0.0) @@ -390,7 +390,7 @@ DEPENDENCIES selenium-webdriver simple_form spring - sqlite3 (~> 1.7) + sqlite3 (~> 2.0) tzinfo-data web-console (>= 4.1.0) webdrivers