Skip to content
Snippets Groups Projects
Commit 57948be1 authored by Dmitriy Moscowski's avatar Dmitriy Moscowski
Browse files

Added Unicorn to Gemfile

parent e704e440
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -21,6 +21,7 @@ gem 'devise'
 
# Web server
gem 'thin'
gem "unicorn", "~> 4.4.0"
 
# Haml
gem 'haml-rails'
Loading
Loading
Loading
Loading
@@ -95,6 +95,7 @@ GEM
railties (>= 3.1.0, < 5.0)
thor (~> 0.14)
json (1.7.5)
kgio (2.7.4)
libv8 (3.3.10.4)
libwebsocket (0.1.5)
addressable
Loading
Loading
@@ -141,6 +142,7 @@ GEM
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (>= 0.14.6, < 2.0)
raindrops (0.10.0)
rake (0.9.2.2)
rb-fsevent (0.9.1)
rb-inotify (0.8.8)
Loading
Loading
@@ -208,6 +210,10 @@ GEM
uglifier (1.3.0)
execjs (>= 0.3.0)
multi_json (~> 1.0, >= 1.0.2)
unicorn (4.4.0)
kgio (~> 2.6)
rack
raindrops (~> 0.7)
vegas (0.1.11)
rack (>= 1.0.0)
warden (1.2.1)
Loading
Loading
@@ -252,4 +258,5 @@ DEPENDENCIES
therubyracer
thin
uglifier (>= 1.0.3)
unicorn (~> 4.4.0)
will_paginate (~> 3.0)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment