From 34c253214124583d68a27344e0552d573d501491 Mon Sep 17 00:00:00 2001 From: Petko Bordjukov Date: Tue, 8 Jan 2019 17:08:53 +0200 Subject: [PATCH] Bump sqlite3 to fix MacOS compilation issue --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 77950be..7c71a3c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -366,7 +366,7 @@ GEM actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) - sqlite3 (1.3.12) + sqlite3 (1.3.13) sshkit (1.11.3) net-scp (>= 1.1.2) net-ssh (>= 2.8.0) @@ -459,4 +459,4 @@ DEPENDENCIES yaml_db BUNDLED WITH - 1.17.1 + 1.17.3