Adding thin to production enviroment
This commit is contained in:
		
							parent
							
								
									3b1cf7d651
								
							
						
					
					
						commit
						03ca130524
					
				
							
								
								
									
										1
									
								
								Gemfile
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								Gemfile
									
									
									
									
									
								
							@ -26,4 +26,5 @@ end
 | 
			
		||||
group :production do
 | 
			
		||||
	gem 'pg'
 | 
			
		||||
	gem 'uglifier'
 | 
			
		||||
	gem 'thin'
 | 
			
		||||
end
 | 
			
		||||
@ -52,6 +52,7 @@ GEM
 | 
			
		||||
      activesupport (~> 3.0)
 | 
			
		||||
      daemons
 | 
			
		||||
    erubis (2.7.0)
 | 
			
		||||
    eventmachine (0.12.10)
 | 
			
		||||
    execjs (1.2.9)
 | 
			
		||||
      multi_json (~> 1.0)
 | 
			
		||||
    haml (3.1.3)
 | 
			
		||||
@ -104,6 +105,10 @@ GEM
 | 
			
		||||
      tilt (~> 1.1, != 1.3.0)
 | 
			
		||||
    therubyracer (0.9.4)
 | 
			
		||||
      libv8 (~> 3.3.10)
 | 
			
		||||
    thin (1.2.11)
 | 
			
		||||
      daemons (>= 1.0.9)
 | 
			
		||||
      eventmachine (>= 0.12.6)
 | 
			
		||||
      rack (>= 1.0.0)
 | 
			
		||||
    thor (0.14.6)
 | 
			
		||||
    tilt (1.3.3)
 | 
			
		||||
    treetop (1.4.10)
 | 
			
		||||
@ -132,4 +137,5 @@ DEPENDENCIES
 | 
			
		||||
  rails (= 3.1.0)
 | 
			
		||||
  sass
 | 
			
		||||
  therubyracer
 | 
			
		||||
  thin
 | 
			
		||||
  uglifier
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user