diff options
| author | mo khan <mo@mokhan.ca> | 2013-07-18 16:01:35 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2013-07-18 16:01:45 -0600 |
| commit | e576fd427f83efda38d65f5cee0dae88f52068a4 (patch) | |
| tree | d9a6f3a602fd12e14caf12382bda1d16835a9a2c /Gemfile.lock | |
| parent | 78df3ba326e2e528afb8a6499db9324f445dc89a (diff) | |
use postgres gem instead of sqlite
Diffstat (limited to 'Gemfile.lock')
| -rw-r--r-- | Gemfile.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 732ebdb..c9c85fb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -54,6 +54,7 @@ GEM mime-types (1.23) minitest (4.7.5) multi_json (1.7.7) + pg (0.15.1) polyglot (0.3.3) rack (1.5.2) rack-test (0.6.2) @@ -102,7 +103,6 @@ GEM actionpack (>= 3.0) activesupport (>= 3.0) sprockets (~> 2.8) - sqlite3 (1.3.7) thor (0.18.1) thread_safe (0.1.0) atomic @@ -124,10 +124,10 @@ DEPENDENCIES coffee-rails (~> 4.0.0) jbuilder (~> 1.2) jquery-rails + pg rails (= 4.0.0) rspec-rails sass-rails (~> 4.0.0) sdoc - sqlite3 turbolinks uglifier (>= 1.3.0) |
