Update Ruby example in documentation to specify bundler path (#113)
* Update Ruby example to specify bundler path * Fix spacing
This commit is contained in:
		 Evan Cloutier
					Evan Cloutier
				
			
				
					committed by
					
						 Josh Gross
						Josh Gross
					
				
			
			
				
	
			
			
			 Josh Gross
						Josh Gross
					
				
			
						parent
						
							95c1798369
						
					
				
				
					commit
					3d01b4eb53
				
			| @ -219,6 +219,14 @@ Replace `~/.cache/pip` with the correct `path` if not using Ubuntu. | |||||||
|     restore-keys: | |     restore-keys: | | ||||||
|       ${{ runner.os }}-gem- |       ${{ runner.os }}-gem- | ||||||
| ``` | ``` | ||||||
|  | When dependencies are installed later in the workflow, we must specify the same path for the bundler. | ||||||
|  |  | ||||||
|  | ```yaml | ||||||
|  | - name: Bundle install | ||||||
|  |   run: | | ||||||
|  |     bundle config path vendor/bundle | ||||||
|  |     bundle install --jobs 4 --retry 3 | ||||||
|  | ``` | ||||||
|  |  | ||||||
| ## Rust - Cargo | ## Rust - Cargo | ||||||
|  |  | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user