about summary refs log tree commit diff stats
path: root/config
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2017-10-15 21:53:34 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2017-10-15 21:53:34 -0400
commitd81376518eebd9a26212e33e84749439a6087dfa (patch)
tree4141176c84bab16962edaaa73b61104073b69f3f /config
parentcf8e86ee2ee31108c11332e3e8b9d02ac7378f2b (diff)
downloadthoughts-d81376518eebd9a26212e33e84749439a6087dfa.tar.gz
thoughts-d81376518eebd9a26212e33e84749439a6087dfa.tar.bz2
thoughts-d81376518eebd9a26212e33e84749439a6087dfa.zip
Updated Capfile lock
Diffstat (limited to 'config')
-rw-r--r--config/deploy.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/deploy.rb b/config/deploy.rb index a97d3a7..ecea5ca 100644 --- a/config/deploy.rb +++ b/config/deploy.rb
@@ -1,5 +1,5 @@
1# config valid only for current version of Capistrano 1# config valid only for current version of Capistrano
2lock "3.8.1" 2lock "3.9.1"
3 3
4set :application, "thoughts" 4set :application, "thoughts"
5set :repo_url, "git@github.com:hatkirby/thoughts.git" 5set :repo_url, "git@github.com:hatkirby/thoughts.git"