diff --git a/Gemfile b/Gemfile index 731f3ad..3fd1450 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', '~> 2.4' + gem 'sqlite3', '~> 2.5' gem 'web-console', '>= 4.1.0' end diff --git a/Gemfile.lock b/Gemfile.lock index 7d6b92e..718e4b3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -310,7 +310,7 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - sqlite3 (2.4.1) + sqlite3 (2.5.0) mini_portile2 (~> 2.8.0) stimulus-rails (1.2.1) railties (>= 6.0.0) @@ -384,7 +384,7 @@ DEPENDENCIES selenium-webdriver simple_form spring - sqlite3 (~> 2.4) + sqlite3 (~> 2.5) tzinfo-data web-console (>= 4.1.0) webdrivers