aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2013-06-13 22:49:28 +0200
committerHarald Eilertsen <haraldei@anduin.net>2013-06-13 22:49:28 +0200
commit05db001fe9211d66d2ee02484635af478a308ccc (patch)
tree01ad5ef820f7ed65d07feadb586e3331e4dab176 /Gemfile.lock
parent5d91fe446f1aab0bb71db537305dde9496574944 (diff)
downloadhmnoweb-05db001fe9211d66d2ee02484635af478a308ccc.tar.gz
hmnoweb-05db001fe9211d66d2ee02484635af478a308ccc.tar.bz2
hmnoweb-05db001fe9211d66d2ee02484635af478a308ccc.zip
Add dependencies for postgres setup to Gemfile.
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock7
1 files changed, 5 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 8f5bf04..dc3f673 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -22,6 +22,8 @@ GEM
activesupport (= 3.2.13)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
+ activerecord-postgresql-adapter (0.0.1)
+ pg
activeresource (3.2.13)
activemodel (= 3.2.13)
activesupport (= 3.2.13)
@@ -81,7 +83,6 @@ GEM
treetop (~> 1.4.8)
mime-types (1.22)
multi_json (1.7.2)
- mysql2 (0.3.11)
net-scp (1.1.0)
net-ssh (>= 2.6.5)
net-sftp (2.1.1)
@@ -93,6 +94,7 @@ GEM
paper_trail (2.7.1)
activerecord (~> 3.0)
railties (~> 3.0)
+ pg (0.15.1)
polyglot (0.3.3)
rack (1.4.5)
rack-cache (1.2)
@@ -219,11 +221,12 @@ PLATFORMS
ruby
DEPENDENCIES
+ activerecord-postgresql-adapter
bcrypt-ruby (~> 3.0.0)
capistrano
coffee-rails (~> 3.2)
jquery-rails (~> 2.0.0)
- mysql2
+ pg
rails (~> 3.2)
refinerycms (~> 2.0.0)
refinerycms-blog (~> 2.0.0)