aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index bb22fc5..9a8d824 100644
--- a/Gemfile
+++ b/Gemfile
@@ -13,8 +13,9 @@ group :development, :test do
end
group :production do
- gem 'activerecord-postgresql-adapter'
- gem 'pg'
+ gem 'activerecord-postgresql-adapter'
+ gem 'pg'
+ gem 'SyslogLogger'
end
group :deployment do