aboutsummaryrefslogtreecommitdiffhomepage
path: root/Gemfile
diff options
context:
space:
mode:
authorJeremy Benoist <j0k3r@users.noreply.github.com>2016-02-29 18:55:33 +0100
committerJeremy Benoist <j0k3r@users.noreply.github.com>2016-02-29 18:55:33 +0100
commit8808b79230130d2b985748954833a80e57fffd6c (patch)
tree5f3afeac5913a712f660cac05716c00f9c0f77dd /Gemfile
parent1e18360cc7d6b7987bffc4ecd067d0b3aee85bb1 (diff)
parent8edf89b29eb546c7d5f0592c9cdbbc6f8bc4ebaa (diff)
downloadwallabag-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--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'