aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2014-07-04 15:54:13 +0200
committerHarald Eilertsen <haraldei@anduin.net>2014-07-04 15:54:13 +0200
commit374402fb639b8dd3c8b8d8a27ee74bf80b6a3b9a (patch)
tree859ed18de9b7ecf36742b94e2c455a57fe69fc7d /Gemfile.lock
parent8d8b555f07e21ad5f225f630cc50b97e6ec28c24 (diff)
downloadhmnoweb-374402fb639b8dd3c8b8d8a27ee74bf80b6a3b9a.tar.gz
hmnoweb-374402fb639b8dd3c8b8d8a27ee74bf80b6a3b9a.tar.bz2
hmnoweb-374402fb639b8dd3c8b8d8a27ee74bf80b6a3b9a.zip
Update to edge capistrano and capistrano-postgresql.
Released gems have problems on freebsd, using directly from git until gems are updated.
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock29
1 files changed, 21 insertions, 8 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 6023cf6..7a40138 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,3 +1,21 @@
+GIT
+ remote: git@github.com:snake66/capistrano-postgresql.git
+ revision: f1a0141635d944c6b92be9f8e5c21664a23874a7
+ branch: master
+ specs:
+ capistrano-postgresql (3.0.0)
+ capistrano (>= 3.0)
+
+GIT
+ remote: https://github.com/capistrano/capistrano.git
+ revision: bb2ed22893f1116face0c39fc24c5e0792e86a26
+ specs:
+ capistrano (3.2.1)
+ highline
+ i18n
+ rake (>= 10.0.0)
+ sshkit (~> 1.3)
+
GEM
remote: https://rubygems.org/
specs:
@@ -39,15 +57,9 @@ GEM
babosa (0.3.10)
bcrypt-ruby (3.0.1)
builder (3.0.4)
- capistrano (3.2.1)
- i18n
- rake (>= 10.0.0)
- sshkit (~> 1.3)
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)
@@ -79,6 +91,7 @@ GEM
activemodel (>= 3.0.0)
activerecord (>= 3.0.0)
paper_trail (~> 2)
+ highline (1.6.21)
hike (1.2.2)
i18n (0.6.1)
journey (1.0.4)
@@ -236,9 +249,9 @@ PLATFORMS
DEPENDENCIES
activerecord-postgresql-adapter
bcrypt-ruby (~> 3.0.0)
- capistrano (~> 3.2.0)
+ capistrano!
capistrano-bundler
- capistrano-postgresql (~> 3.0)
+ capistrano-postgresql!
capistrano-rails
capistrano-rvm
coffee-rails (~> 3.2)