mirror of
				https://github.com/rubyjs/mini_racer
				synced 2023-03-27 23:21:28 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			109 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			109 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
source 'https://rubygems.org'
 | 
						|
 | 
						|
if ENV['RR']
 | 
						|
  gem 'therubyracer'
 | 
						|
else
 | 
						|
  gem 'mini_racer', path: '../../'
 | 
						|
end
 |