2014-09-10 09:50:47 +01:00
										 
									 
								 
							 | 
							
								
							 | 
							
								
							 | 
							
							
								source "https://rubygems.org"
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								gem "mocha", "~> 1.1"
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								gem "minitest", "~> 5.3"
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								gem "rake", "~> 10.3"
							 | 
						
					
						
							
								
									
										
										
										
											2016-09-19 23:00:58 +01:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								gem "parallel_tests", "~> 2.9"
							 | 
						
					
						
							
								
									
										
										
										
											2016-07-17 22:33:48 +02:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								group :coverage do
							 | 
						
					
						
							
								
									
										
										
										
											2016-09-22 21:06:51 +02:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								  # This is SimpleCov v0.12.0 with two fixes merged on top, that finally resolve
							 | 
						
					
						
							
								
									
										
										
										
											2016-07-17 22:33:48 +02:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								  # all issues with parallel tests, uncovered files, and tracked files. Switch
							 | 
						
					
						
							
								
									
										
										
										
											2016-09-22 21:06:51 +02:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								  # back to stable as soon as v0.12.1 or v0.13.0 is released. For details, see:
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								  #  - https://github.com/colszowka/simplecov/pull/513
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								  #  - https://github.com/colszowka/simplecov/pull/520
							 | 
						
					
						
							
								
									
										
										
										
											2016-07-17 22:33:48 +02:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								  gem "simplecov", "0.12.0",
							 | 
						
					
						
							
								
									
										
										
										
											2016-09-17 15:32:44 +01:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								    git: "https://github.com/colszowka/simplecov.git",
							 | 
						
					
						
							
								
									
										
										
										
											2016-09-22 21:06:51 +02:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								    branch: "master", # commit 83d8031ddde0927f87ef9327200a98583ca18d77
							 | 
						
					
						
							
								
									
										
										
										
											2016-09-17 15:32:44 +01:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								    require: false
							 | 
						
					
						
							
								
									
										
										
										
											2016-09-10 20:43:42 +01:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								  gem "codecov", require: false
							 | 
						
					
						
							
								
									
										
										
										
											2016-07-17 22:33:48 +02:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								end
							 |