From b245f817a09243a28b220029a953618397cdf4d3 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Sun, 25 Oct 2015 01:31:25 +0200 Subject: [PATCH] bump sqlite3 --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index e7a949d..9feaf7a 100644 --- a/Gemfile +++ b/Gemfile @@ -63,7 +63,7 @@ group :development, :test do gem "uuid", "~> 2.3.8" # test database - gem "sqlite3", "~> 1.3.10" + gem "sqlite3", "~> 1.3.11" end group :development, :production do diff --git a/Gemfile.lock b/Gemfile.lock index dd2abb1..bbdfe00 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -250,7 +250,7 @@ GEM actionpack (>= 3.0) activesupport (>= 3.0) sprockets (>= 2.8, < 4.0) - sqlite3 (1.3.10) + sqlite3 (1.3.11) systemu (2.6.5) terminal-table (1.5.2) thor (0.19.1) @@ -293,7 +293,7 @@ DEPENDENCIES spring spring-commands-rspec spring-watcher-listen - sqlite3 (~> 1.3.10) + sqlite3 (~> 1.3.11) uuid (~> 2.3.8) webmock (~> 1.21.0) yard