From 7ceb81cde220be92c3902bf1099e62b9d8026e5f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2019 19:56:18 +0000 Subject: [PATCH] Bump sqlite3 from 1.3.13 to 1.4.1 Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 1.3.13 to 1.4.1. - [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.1) 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..cba1ee0 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.1" end group :development do diff --git a/Gemfile.lock b/Gemfile.lock index 41a344c..5287391 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.1) 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.1) table_print turbolinks (~> 5) tzinfo-data