diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2019-05-11 18:59:01 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2019-05-11 18:59:01 +0200 |
commit | 5a6460a6101819cc7834612649b48961f5d16d20 (patch) | |
tree | f264dc94f7b66bde02237acc30e2f1c54c30c562 | |
parent | dfda701bc2a3ebb35beb6177bce8f7a1bf6155da (diff) | |
download | hmnoweb-fix-banners.tar.gz hmnoweb-fix-banners.tar.bz2 hmnoweb-fix-banners.zip |
Update deploy script lock.fix-banners
-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 f4b1fd9..ce1e0f0 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -13,7 +13,7 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. -lock '3.10.1' +lock '3.10.2' set :application, 'hmno' set :repo_url, 'http://code.volse.no/hmnoweb.git' |