diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-10-30 14:43:48 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-10-30 14:43:48 -0400 |
commit | 4dfed0a64dffb854210dcbfcbc947891c69f0790 (patch) | |
tree | 147ed72844feb9d85d825f7bb5382981e75f2a54 | |
parent | 01d74535e0cf0dc66da41afb02ee44c2b920e4c6 (diff) | |
download | thoughts-4dfed0a64dffb854210dcbfcbc947891c69f0790.tar.gz thoughts-4dfed0a64dffb854210dcbfcbc947891c69f0790.tar.bz2 thoughts-4dfed0a64dffb854210dcbfcbc947891c69f0790.zip |
Updating Wittle (dev)
-rw-r--r-- | Gemfile.lock | 2 | ||||
-rw-r--r-- | config/deploy.rb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 0e4154a..d9f4ff2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock | |||
@@ -27,7 +27,7 @@ GIT | |||
27 | 27 | ||
28 | GIT | 28 | GIT |
29 | remote: https://git.fourisland.com/wittle | 29 | remote: https://git.fourisland.com/wittle |
30 | revision: a53bb4be6925439f9fead619292c662ea6e38748 | 30 | revision: b4426225a35a466a1129b9198df855c61b8f062a |
31 | branch: main | 31 | branch: main |
32 | specs: | 32 | specs: |
33 | wittle (0.1.0) | 33 | wittle (0.1.0) |
diff --git a/config/deploy.rb b/config/deploy.rb index 6c15029..9332fb9 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.17.3" | 2 | lock "3.18.0" |
3 | 3 | ||
4 | set :application, "thoughts" | 4 | set :application, "thoughts" |
5 | set :repo_url, "/srv/git/thoughts" | 5 | set :repo_url, "/srv/git/thoughts" |