diff options
author | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2016-10-29 15:36:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-29 15:36:58 +0200 |
commit | ca9858537eb0412994b42bdd7ea4f26f7cae96b2 (patch) | |
tree | 7cb73fed6103a4106d02e9c30e316051de6b0ce4 /Gemfile.lock | |
parent | 67b270d9967a023538c7598bfb520dd1007dd2ab (diff) | |
parent | c4b3933bae583da1bdd4b97471bdcca08ab92312 (diff) | |
download | wallabag-ca9858537eb0412994b42bdd7ea4f26f7cae96b2.tar.gz wallabag-ca9858537eb0412994b42bdd7ea4f26f7cae96b2.tar.zst wallabag-ca9858537eb0412994b42bdd7ea4f26f7cae96b2.zip |
Merge pull request #2513 from wallabag/update-capistrano-config
Updated Capistrano configuration
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index aebbeba2..7b13b399 100644 --- a/Gemfile.lock +++ b/Gemfile.lock | |||
@@ -29,8 +29,9 @@ PLATFORMS | |||
29 | 29 | ||
30 | DEPENDENCIES | 30 | DEPENDENCIES |
31 | capistrano (~> 3.4) | 31 | capistrano (~> 3.4) |
32 | capistrano-composer (~> 0.0.3) | 32 | capistrano-composer |
33 | capistrano-file-permissions | ||
33 | capistrano-symfony (~> 1.0.0.rc1) | 34 | capistrano-symfony (~> 1.0.0.rc1) |
34 | 35 | ||
35 | BUNDLED WITH | 36 | BUNDLED WITH |
36 | 1.11.2 | 37 | 1.13.5 |