Add sqlite3 to Gemfile so database.yml.sample works unmodified
authorTom Clegg <tom@curoverse.com>
Thu, 13 Mar 2014 04:04:34 +0000 (00:04 -0400)
committerTom Clegg <tom@curoverse.com>
Thu, 13 Mar 2014 04:04:34 +0000 (00:04 -0400)
services/api/Gemfile
services/api/Gemfile.lock

index 2d3a07fb541155c6619b601ed6b416c19afbd761..ded0358394f1aa0dc8ffb4fa37b1aab41ca57043 100644 (file)
@@ -5,7 +5,13 @@ gem 'rails', '~> 3.2.0'
 # Bundle edge Rails instead:
 # gem 'rails',     :git => 'git://github.com/rails/rails.git'
 
-#gem 'sqlite3'
+group :test, :development do
+  gem 'sqlite3'
+end
+
+# This might not be needed in :test and :development, but we load it
+# anyway to make sure it always gets in Gemfile.lock and to help
+# reveal install problems sooner rather than later.
 gem 'pg'
 
 # Start using multi_json once we are on Rails 3.2;
index d5f4e3383aef73d2b546065aa3b52978b7242407..c734ab560b17b6517125cb5118c1904afd958d3b 100644 (file)
@@ -169,6 +169,7 @@ GEM
       multi_json (~> 1.0)
       rack (~> 1.0)
       tilt (~> 1.1, != 1.3.0)
+    sqlite3 (1.3.8)
     test_after_commit (0.2.2)
     therubyracer (0.12.0)
       libv8 (~> 3.16.14.0)
@@ -205,6 +206,7 @@ DEPENDENCIES
   redis
   rvm-capistrano
   sass-rails (>= 3.2.0)
+  sqlite3
   test_after_commit
   therubyracer
   trollop