summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2014-02-20 19:35:45 -0700
committermo khan <mo@mokhan.ca>2014-02-20 19:35:45 -0700
commitb1bac85f2c8b55e92f0472cbe4e548beb74743d0 (patch)
treeecf290992c11ef8ebbb27cc5ecdc5457733d282c /Gemfile
parent12e544beb49702b876ce0cbd104d881d86b53383 (diff)
remove sqlite and use pg.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 07b72cf..6636799 100644
--- a/Gemfile
+++ b/Gemfile
@@ -5,6 +5,7 @@ gem 'coffee-rails', '~> 4.0.0'
gem 'jquery-rails'
gem 'turbolinks'
gem 'jbuilder', '~> 1.2'
+gem 'pg'
group :doc do
# bundle exec rake doc:rails generates the API under doc/api.
@@ -12,6 +13,5 @@ group :doc do
end
group :development, :test do
- gem 'sqlite3'
gem 'rspec-rails'
end