Commit 5dd1661

mo khan <mo@mokhan.ca>
2015-11-11 23:29:17
bring back sqlite3
1 parent c9b0597
Changed files (2)
Gemfile
@@ -5,6 +5,7 @@ ruby '2.2.3'
 gem 'rails', '~> 4.2'
 # Use postgresql as the database for Active Record
 gem 'pg'
+gem 'sqlite3'
 # Use SCSS for stylesheets
 gem 'sass-rails', '~> 5.0'
 # Use Uglifier as compressor for JavaScript assets
Gemfile.lock
@@ -305,6 +305,7 @@ GEM
       actionpack (>= 3.0)
       activesupport (>= 3.0)
       sprockets (>= 2.8, < 4.0)
+    sqlite3 (1.3.10)
     sshkit (1.7.1)
       colorize (>= 0.7.0)
       net-scp (>= 1.1.2)
@@ -404,6 +405,7 @@ DEPENDENCIES
   spring
   spring-commands-rspec
   spring-commands-teaspoon
+  sqlite3
   stackprof
   teaspoon-jasmine
   therubyracer