diff options
| -rw-r--r-- | Gemfile | 3 | ||||
| -rw-r--r-- | Gemfile.lock | 4 |
2 files changed, 3 insertions, 4 deletions
@@ -3,8 +3,7 @@ source 'https://rubygems.org' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem 'rails', '4.0.0' -# Use sqlite3 as the database for Active Record -gem 'sqlite3' +gem 'pg' # Use SCSS for stylesheets gem 'sass-rails', '~> 4.0.0' 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) |
