aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2014-06-21 16:00:27 +0200
committerHarald Eilertsen <haraldei@anduin.net>2014-06-21 16:00:27 +0200
commit8d8b555f07e21ad5f225f630cc50b97e6ec28c24 (patch)
treedbd113a773985a9ae718dcbe098cdd5aac639a19 /Gemfile.lock
parent230a3756b0aee53a5f85bf745571156ca578c60a (diff)
downloadhmnoweb-8d8b555f07e21ad5f225f630cc50b97e6ec28c24.tar.gz
hmnoweb-8d8b555f07e21ad5f225f630cc50b97e6ec28c24.tar.bz2
hmnoweb-8d8b555f07e21ad5f225f630cc50b97e6ec28c24.zip
Install capistrano-postgresql for easier database setup.
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 3ff347f..6023cf6 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -46,6 +46,8 @@ GEM
capistrano-bundler (1.1.2)
capistrano (~> 3.0)
sshkit (~> 1.2)
+ capistrano-postgresql (3.0.0)
+ capistrano (>= 3.0)
capistrano-rails (1.1.1)
capistrano (~> 3.1)
capistrano-bundler (~> 1.1)
@@ -236,6 +238,7 @@ DEPENDENCIES
bcrypt-ruby (~> 3.0.0)
capistrano (~> 3.2.0)
capistrano-bundler
+ capistrano-postgresql (~> 3.0)
capistrano-rails
capistrano-rvm
coffee-rails (~> 3.2)