forked from cybrespace/mastodon
		
	Use the bundled Capistrano version (#9855)
This commit is contained in:
		
							parent
							
								
									b506ce1197
								
							
						
					
					
						commit
						88c5a8a4ff
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -1,6 +1,6 @@
 | 
				
			||||||
# frozen_string_literal: true
 | 
					# frozen_string_literal: true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
lock '3.10.2'
 | 
					lock '3.11.0'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
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…
	
	Add table
		
		Reference in a new issue