diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2022-12-10 12:33:22 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2022-12-10 12:33:22 -0500 |
commit | 9b3156a9d97e3b991431cfef1863fa96dace92df (patch) | |
tree | dfec6bc631549412af823fa43e730ed9af5e7747 | |
parent | 230ab3079fd4e16ebaa593f6cc5fdbcbad3c2321 (diff) | |
download | thoughts-9b3156a9d97e3b991431cfef1863fa96dace92df.tar.gz thoughts-9b3156a9d97e3b991431cfef1863fa96dace92df.tar.bz2 thoughts-9b3156a9d97e3b991431cfef1863fa96dace92df.zip |
Updated capfile
-rw-r--r-- | config/deploy.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/deploy.rb b/config/deploy.rb index db44532..51fbbc9 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 |
2 | lock "3.16.0" | 2 | lock "3.17.1" |
3 | 3 | ||
4 | set :application, "thoughts" | 4 | set :application, "thoughts" |
5 | set :repo_url, "git@github.com:hatkirby/thoughts.git" | 5 | set :repo_url, "git@github.com:hatkirby/thoughts.git" |