X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=Gemfile;h=233be899cb89e9168e5ea897a39b3407fd4603fa;hb=f6b9e883c01196d5aec249f6e8e02e07d0da4089;hp=467db38198e20f08c97cb7d94f08d2dc5004ba2d;hpb=ceb79aa016becb91132c0a96405f40153f7da77a;p=github%2Fwallabag%2Fwallabag.git diff --git a/Gemfile b/Gemfile index 467db381..233be899 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,6 @@ source "https://rubygems.org" -gem 'capistrano', '~> 3.1' -gem 'capistrano-symfony', '~> 0.1', :github => 'capistrano/symfony' -gem 'capistrano-composer', '~> 0.0.3' +gem 'capistrano', '~> 3.4' +gem 'capistrano-composer' +gem 'capistrano-symfony', '~> 1.0.0.rc1' +gem 'capistrano-file-permissions'