From 84ab6f8516a72916a3b8bbd864742f52e78fff5a Mon Sep 17 00:00:00 2001 From: Noah Gibbs Date: Tue, 18 Dec 2012 05:07:19 -0800 Subject: [PATCH] Add SQLite to Gemfile.lock --- Gemfile.lock | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Gemfile.lock b/Gemfile.lock index d8dc78f..750ce87 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -5,6 +5,7 @@ PATH erubis multi_json rack + sqlite3 GEM remote: http://rubygems.org/ @@ -12,6 +13,7 @@ GEM erubis (2.7.0) multi_json (1.5.0) rack (1.4.1) + sqlite3 (1.3.6) PLATFORMS ruby