Added unicorn to gemfile
This commit is contained in:
		
							parent
							
								
									b01ecefd76
								
							
						
					
					
						commit
						98b3013e3e
					
				
							
								
								
									
										5
									
								
								Gemfile
									
									
									
									
									
								
							
							
						
						
									
										5
									
								
								Gemfile
									
									
									
									
									
								
							| @ -63,14 +63,11 @@ group :staging, :production do | |||||||
| 	gem 'rails_12factor' | 	gem 'rails_12factor' | ||||||
| 	gem 'capistrano' | 	gem 'capistrano' | ||||||
| 	gem 'rvm-capistrano' | 	gem 'rvm-capistrano' | ||||||
|  | 	gem 'unicorn' | ||||||
| end | end | ||||||
| 
 | 
 | ||||||
| platforms 'mswin', 'mingw' do | platforms 'mswin', 'mingw' do | ||||||
| 	group :test do | 	group :test do | ||||||
| 		gem 'wdm', '>= 0.1.0' | 		gem 'wdm', '>= 0.1.0' | ||||||
| 	end | 	end | ||||||
| 
 |  | ||||||
| 	group :staging, :production do |  | ||||||
| 		gem 'unicorn' if !(RbConfig::CONFIG['target_os'] =~ /mswin|mingw|cygwin/i) |  | ||||||
| 	end |  | ||||||
| end | end | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user