aboutsummaryrefslogtreecommitdiffhomepage
path: root/Gemfile
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-02-29 15:31:43 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-02-29 17:20:20 +0100
commit8edf89b29eb546c7d5f0592c9cdbbc6f8bc4ebaa (patch)
tree5f3afeac5913a712f660cac05716c00f9c0f77dd /Gemfile
parent1e18360cc7d6b7987bffc4ecd067d0b3aee85bb1 (diff)
downloadwallabag-8edf89b29eb546c7d5f0592c9cdbbc6f8bc4ebaa.tar.gz
wallabag-8edf89b29eb546c7d5f0592c9cdbbc6f8bc4ebaa.tar.zst
wallabag-8edf89b29eb546c7d5f0592c9cdbbc6f8bc4ebaa.zip
Update Capistrano libraries with last versions
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 467db381..31f887a9 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,5 +1,5 @@
1source "https://rubygems.org" 1source "https://rubygems.org"
2 2
3gem 'capistrano', '~> 3.1' 3gem 'capistrano', '~> 3.4'
4gem 'capistrano-symfony', '~> 0.1', :github => 'capistrano/symfony' 4gem 'capistrano-symfony', '~> 1.0.0.rc1'
5gem 'capistrano-composer', '~> 0.0.3' 5gem 'capistrano-composer', '~> 0.0.3'