add gem "wdm" to all newly generated Gemfiles (#6711)
Merge pull request 6711
This commit is contained in:
		
							parent
							
								
									83a6aebb2d
								
							
						
					
					
						commit
						4d68304dea
					
				| 
						 | 
					@ -89,6 +89,9 @@ end
 | 
				
			||||||
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
 | 
					# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
 | 
				
			||||||
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
 | 
					gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# Performance-booster for watching directories on Windows
 | 
				
			||||||
 | 
					gem "wdm", "~> 0.1.0" if Gem.win_platform?
 | 
				
			||||||
 | 
					
 | 
				
			||||||
RUBY
 | 
					RUBY
 | 
				
			||||||
        end
 | 
					        end
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue