mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	Merge bundler master from upstream.
Pick from 8dd59e3ba97eb80a599f8149f31bf40773b69dc0
This commit is contained in:
		
							parent
							
								
									6650899248
								
							
						
					
					
						commit
						8f37629519
					
				
					 155 changed files with 1366 additions and 1648 deletions
				
			
		|  | @ -111,8 +111,10 @@ module Bundler | |||
|         end | ||||
| 
 | ||||
|         source = ", :source => \"#{d.source}\"" unless d.source.nil? | ||||
|         git = ", :git => \"#{d.git}\"" unless d.git.nil? | ||||
|         branch = ", :branch => \"#{d.branch}\"" unless d.branch.nil? | ||||
| 
 | ||||
|         %(gem #{name}#{requirement}#{group}#{source}) | ||||
|         %(gem #{name}#{requirement}#{group}#{source}#{git}#{branch}) | ||||
|       end.join("\n") | ||||
|     end | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Hiroshi SHIBATA
						Hiroshi SHIBATA