aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 0b433eb..dec3cd1 100644
--- a/Gemfile
+++ b/Gemfile
@@ -4,6 +4,7 @@ source 'https://rubygems.org'
gem 'rails',
git: "https://code.volse.no/rails.git",
branch: "3-2-stable-for-hmno"
+ #path: "../rails"
group :development, :test do
gem 'sqlite3'
@@ -53,6 +54,7 @@ gem 'puma'
gem 'test-unit', '~> 3.0'
gem 'SyslogLogger'
gem 'pg', '~> 0.11'
+gem 'activerecord-postgresql-adapter'
# Refinery CMS
gem 'refinerycms', '~> 2.1.0'