Update Capistrano lock version in config/deploy.rb (#4352)
Deployment with Capistrano was failing due to a mismatch between the loaded version of Capistrano and the one specified in the deployment configuration. Bumping the version in config/deploy.rb fixes this issue.
This commit is contained in:
		
							parent
							
								
									3e17162902
								
							
						
					
					
						commit
						dffb999070
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -1,6 +1,6 @@ | ||||||
| # frozen_string_literal: true | # frozen_string_literal: true | ||||||
| 
 | 
 | ||||||
| lock '3.8.1' | lock '3.8.2' | ||||||
| 
 | 
 | ||||||
| set :repo_url, ENV.fetch('REPO', 'https://github.com/tootsuite/mastodon.git') | set :repo_url, ENV.fetch('REPO', 'https://github.com/tootsuite/mastodon.git') | ||||||
| set :branch, ENV.fetch('BRANCH', 'master') | set :branch, ENV.fetch('BRANCH', 'master') | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue