summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 5a6b98d..19d27f7 100644
--- a/Gemfile
+++ b/Gemfile
@@ -13,9 +13,13 @@ gem 'httparty'
gem 'simple_captcha2', require: 'simple_captcha'
group :development, :test do
- # Use sqlite3 as the database for Active Record
+ # Use sqlite3 as the database
gem 'sqlite3'
end
+group :production do
+ # USe PostgresQL as the database
+ gem 'pg'
+end
# group :test do
# gem 'rspec-rails', '2.13.1'