diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-02-29 15:31:43 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-02-29 17:20:20 +0100 |
commit | 8edf89b29eb546c7d5f0592c9cdbbc6f8bc4ebaa (patch) | |
tree | 5f3afeac5913a712f660cac05716c00f9c0f77dd /Gemfile | |
parent | 1e18360cc7d6b7987bffc4ecd067d0b3aee85bb1 (diff) | |
download | wallabag-8edf89b29eb546c7d5f0592c9cdbbc6f8bc4ebaa.tar.gz wallabag-8edf89b29eb546c7d5f0592c9cdbbc6f8bc4ebaa.tar.zst wallabag-8edf89b29eb546c7d5f0592c9cdbbc6f8bc4ebaa.zip |
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' |