From 50a2f9df6a349e32df26e8ce0546fc42ae4b86f7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2019 09:16:19 +0000 Subject: [PATCH] Bump sqlite3 from 1.3.13 to 1.4.2 Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 1.3.13 to 1.4.2. - [Release notes](https://github.com/sparklemotion/sqlite3-ruby/releases) - [Changelog](https://github.com/sparklemotion/sqlite3-ruby/blob/master/CHANGELOG.rdoc) - [Commits](https://github.com/sparklemotion/sqlite3-ruby/compare/v1.3.13...v1.4.2) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 21de501..4c2bb35 100644 --- a/Gemfile +++ b/Gemfile @@ -20,7 +20,7 @@ gem "rollbar" group :development, :test do gem "byebug", platforms: [:mri, :mingw, :x64_mingw] - gem "sqlite3", "~> 1.3.6" + gem "sqlite3", "~> 1.4.2" end group :development do diff --git a/Gemfile.lock b/Gemfile.lock index 41a344c..26aa40d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -885,7 +885,7 @@ GEM actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) - sqlite3 (1.3.13) + sqlite3 (1.4.2) table_print (1.5.6) thor (0.20.3) thread_safe (0.3.6) @@ -944,7 +944,7 @@ DEPENDENCIES simple_form spring (~> 2.0) spring-watcher-listen (~> 2.0) - sqlite3 (~> 1.3.6) + sqlite3 (~> 1.4.2) table_print turbolinks (~> 5) tzinfo-data