Commit 3e6bbcc852cfbede3d7b0e3edea87f3f320a8c26

Authored by Rafael Manzo
1 parent 6b6c23b9

capistrano updated

Showing 2 changed files with 6 additions and 4 deletions   Show diff stats
Gemfile
... ... @@ -82,7 +82,7 @@ group :development, :test do
82 82 gem 'factory_girl_rails', '~> 4.4.1'
83 83  
84 84 # Deployment
85   - gem 'capistrano', "~>3.2.1", require: false
  85 + gem 'capistrano', "~>3.3.3", require: false
86 86 gem 'capistrano-rails'
87 87 gem 'capistrano-bundler'
88 88 gem 'capistrano-rvm', "~>0.1.0"
... ...
Gemfile.lock
... ... @@ -46,7 +46,8 @@ GEM
46 46 binding_of_caller (0.7.2)
47 47 debug_inspector (>= 0.0.1)
48 48 builder (3.2.2)
49   - capistrano (3.2.1)
  49 + capistrano (3.3.3)
  50 + capistrano-stats (~> 1.0.3)
50 51 i18n
51 52 rake (>= 10.0.0)
52 53 sshkit (~> 1.3)
... ... @@ -59,6 +60,7 @@ GEM
59 60 capistrano-rvm (0.1.2)
60 61 capistrano (~> 3.0)
61 62 sshkit (~> 1.2)
  63 + capistrano-stats (1.0.3)
62 64 capybara (2.4.4)
63 65 mime-types (>= 1.16)
64 66 nokogiri (>= 1.3.3)
... ... @@ -188,7 +190,7 @@ GEM
188 190 activesupport (= 4.1.6)
189 191 rake (>= 0.8.7)
190 192 thor (>= 0.18.1, < 2.0)
191   - rake (10.3.2)
  193 + rake (10.4.2)
192 194 rdoc (4.1.2)
193 195 json (~> 1.4)
194 196 ref (1.0.5)
... ... @@ -272,7 +274,7 @@ PLATFORMS
272 274 DEPENDENCIES
273 275 better_errors
274 276 binding_of_caller
275   - capistrano (~> 3.2.1)
  277 + capistrano (~> 3.3.3)
276 278 capistrano-bundler
277 279 capistrano-rails
278 280 capistrano-rvm (~> 0.1.0)
... ...