aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2018-09-02 11:59:03 +0200
committerHarald Eilertsen <haraldei@anduin.net>2018-09-02 11:59:03 +0200
commitf608dd53b256d320d749715ca15632eb27b9a97e (patch)
tree62c59913e210870ee35f51111e5bab1e3adc6935 /Gemfile
parente524675fd9504b7bb55153cc8e57f9e60e8d088e (diff)
downloadhmnoweb-f608dd53b256d320d749715ca15632eb27b9a97e.tar.gz
hmnoweb-f608dd53b256d320d749715ca15632eb27b9a97e.tar.bz2
hmnoweb-f608dd53b256d320d749715ca15632eb27b9a97e.zip
Fix postgresql adapter fluke.
Drop explicit import of activerecord-postgresql-adapter, and limit pg gem to a compatible version. Hopefully this will do the trick...
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index e62a11f..5c88cab 100644
--- a/Gemfile
+++ b/Gemfile
@@ -41,9 +41,8 @@ gem 'bcrypt-ruby', '~> 3.0.0'
gem 'puma'
gem 'test-unit', '~> 3.0'
-gem 'activerecord-postgresql-adapter'
-gem 'pg'
gem 'SyslogLogger'
+gem 'pg', '~> 0.11'
# Refinery CMS
gem 'refinerycms', '~> 2.1.0'