diff options
author | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2016-02-29 18:55:33 +0100 |
---|---|---|
committer | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2016-02-29 18:55:33 +0100 |
commit | 8808b79230130d2b985748954833a80e57fffd6c (patch) | |
tree | 5f3afeac5913a712f660cac05716c00f9c0f77dd /Gemfile | |
parent | 1e18360cc7d6b7987bffc4ecd067d0b3aee85bb1 (diff) | |
parent | 8edf89b29eb546c7d5f0592c9cdbbc6f8bc4ebaa (diff) | |
download | wallabag-8808b79230130d2b985748954833a80e57fffd6c.tar.gz wallabag-8808b79230130d2b985748954833a80e57fffd6c.tar.zst wallabag-8808b79230130d2b985748954833a80e57fffd6c.zip |
Merge pull request #1736 from wallabag/v2-update-capistrano-gem
Update Capistrano libraries with last versions
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | source "https://rubygems.org" | 1 | source "https://rubygems.org" |
2 | 2 | ||
3 | gem 'capistrano', '~> 3.1' | 3 | gem 'capistrano', '~> 3.4' |
4 | gem 'capistrano-symfony', '~> 0.1', :github => 'capistrano/symfony' | 4 | gem 'capistrano-symfony', '~> 1.0.0.rc1' |
5 | gem 'capistrano-composer', '~> 0.0.3' | 5 | gem 'capistrano-composer', '~> 0.0.3' |