9 lines
		
	
	
		
			184 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			184 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
| source('https://rubygems.org')
 | |
| 
 | |
| gemspec
 | |
| 
 | |
| gem 'json'
 | |
| 
 | |
| plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
 | |
| eval_gemfile(plugins_path) if File.exist?(plugins_path)
 |