From 6ad10c40bccd553c1e7c2d537aa60782749b2a6d Mon Sep 17 00:00:00 2001 From: Prathamesh Sonpatki Date: Sun, 31 Jan 2016 11:50:33 +0530 Subject: [PATCH] Mention sqlite3 gem in the Gemfile - Let's not rely on the fact that PG will be setup on participants machines properly. Let's use sqlite3 as fallback. --- Gemfile | 1 + Gemfile.lock | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index eeb90e9..4809585 100644 --- a/Gemfile +++ b/Gemfile @@ -12,6 +12,7 @@ gem 'sass-rails', '>= 5.0.3' gem 'uglifier', '>= 2.7.1' # database +gem 'sqlite3' gem 'pg' # Sprockets support for .es6 files, using babel. diff --git a/Gemfile.lock b/Gemfile.lock index 9c8b9b1..ee963bc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -393,6 +393,7 @@ GEM sprockets-es6 (0.6.2) babel-transpiler sprockets (>= 3.0.0) + sqlite3 (1.3.11) thin (1.6.3) daemons (~> 1.0, >= 1.0.9) eventmachine (~> 1.0) @@ -454,10 +455,11 @@ DEPENDENCIES spring sprockets-es6 sprockets-rails! + sqlite3 thin uglifier (>= 2.7.1) unicorn web-console (~> 2.0) BUNDLED WITH - 1.10.6 + 1.11.2