aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorYour Name <you@example.com>2020-11-08 16:09:31 +0100
committerHarald Eilertsen <haraldei@anduin.net>2020-11-08 16:18:09 +0100
commit3a9397518c5026ea03e992926b766bb8247c30f9 (patch)
treed3c6c514c1564a79a87ae25a7e698971baf487a2 /Gemfile
parentb493cfafd77e2bdb6e8949fc3bc6e73e4fbed21d (diff)
downloadhmnoweb-3a9397518c5026ea03e992926b766bb8247c30f9.tar.gz
hmnoweb-3a9397518c5026ea03e992926b766bb8247c30f9.tar.bz2
hmnoweb-3a9397518c5026ea03e992926b766bb8247c30f9.zip
Update deps and add activerecord-postgresql-adapter.
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'