]> cat aescling's git repositories - mastodon.git/commitdiff
lock capistrano to 3.8.0 (#1890)
authorAlex Dunn <dunn.alex@gmail.com>
Sun, 16 Apr 2017 10:52:18 +0000 (03:52 -0700)
committerEugen <eugen@zeonfederated.com>
Sun, 16 Apr 2017 10:52:18 +0000 (12:52 +0200)
Gemfile
Gemfile.lock
config/deploy.rb

diff --git a/Gemfile b/Gemfile
index 57600ed9f84ac889cf1eec23f40f9bc0130b9c1d..5d75c11ea7209daa227baf9a88323a7906d436b1 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -88,7 +88,7 @@ group :development do
   gem 'bullet'
   gem 'active_record_query_trace'
 
-  gem 'capistrano'
+  gem 'capistrano', '3.8.0'
   gem 'capistrano-rails'
   gem 'capistrano-rbenv'
   gem 'capistrano-yarn'
index 2f55abec713d62f6572ec4d1cdb9aa7bcd6d0388..4b4dd105cc3179b6404b1135c5117474e2f53f67 100644 (file)
@@ -41,7 +41,7 @@ GEM
       tzinfo (~> 1.1)
     addressable (2.5.1)
       public_suffix (~> 2.0, >= 2.0.2)
-    airbrussh (1.1.2)
+    airbrussh (1.2.0)
       sshkit (>= 1.6.1, != 1.7.0)
     arel (7.1.4)
     ast (2.3.0)
@@ -469,7 +469,7 @@ DEPENDENCIES
   binding_of_caller
   browserify-rails
   bullet
-  capistrano
+  capistrano (= 3.8.0)
   capistrano-faster-assets (~> 1.0)
   capistrano-rails
   capistrano-rbenv
index 9bcf907be1ab375357aca558816d7976265e8f08..b1cade49d45223e91a6f80101ef1ef86c17e103d 100644 (file)
@@ -1,4 +1,7 @@
-lock '3.7.2'
+# frozen_string_literal: true
+
+lock '3.8.0'
+
 set :repo_url, ENV.fetch('REPO', 'https://github.com/tootsuite/mastodon.git')
 set :branch, ENV.fetch('BRANCH', 'master')