mirror of
				https://github.com/teampoltergeist/poltergeist.git
				synced 2022-11-09 12:05:00 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			190 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			190 B
		
	
	
	
		
			Text
		
	
	
	
	
	
source 'https://rubygems.org'
 | 
						|
 | 
						|
gemspec :path => '..'
 | 
						|
 | 
						|
gem 'capybara', github: 'teamcapybara/capybara'
 | 
						|
gem 'listen'
 | 
						|
gem 'puma'
 | 
						|
 | 
						|
platforms :rbx do
 | 
						|
  gem 'rubysl'
 | 
						|
  gem 'racc'
 | 
						|
  gem 'json'
 | 
						|
end
 |