diff --git a/Gemfile b/Gemfile index b918fd6..e82ea3e 100644 --- a/Gemfile +++ b/Gemfile @@ -15,5 +15,5 @@ gem 'rspec', '~> 3.12.0' gem 'rubocop', '~> 1.56.3', require: false gem 'rubocop-rspec', '~> 2.24.1', require: false gem 'simplecov', '~> 0.22.0' -gem 'sqlite3', '1.5.0' +gem 'sqlite3', '1.5.1' gem 'super_diff', '~> 0.10.0' diff --git a/Gemfile.lock b/Gemfile.lock index abfc4d4..5294608 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -257,7 +257,7 @@ GEM simplecov_json_formatter (~> 0.1) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - sqlite3 (1.5.0) + sqlite3 (1.5.1) mini_portile2 (~> 2.8.0) stringio (3.1.0) strscan (3.1.0) @@ -292,7 +292,7 @@ DEPENDENCIES rubocop (~> 1.56.3) rubocop-rspec (~> 2.24.1) simplecov (~> 0.22.0) - sqlite3 (= 1.5.0) + sqlite3 (= 1.5.1) super_diff (~> 0.10.0) BUNDLED WITH