Add unicorn gem.
[ecs.git] / Gemfile
blobb5a40ce53a8e38ee611d7a7130d60d3dd0d8a7c1
1 source 'https://rubygems.org'
4 # Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
5 gem 'rails', '4.1.8'
6 # Use sqlite3 as the database for Active Record
7 gem 'sqlite3'
8 # Use SCSS for stylesheets
9 gem 'sass-rails', '~> 4.0.3'
10 # Use Uglifier as compressor for JavaScript assets
11 gem 'uglifier', '>= 1.3.0'
12 # Use CoffeeScript for .js.coffee assets and views
13 gem 'coffee-rails', '~> 4.0.0'
14 # See https://github.com/sstephenson/execjs#readme for more supported runtimes
15 gem 'therubyracer',  platforms: :ruby
17 # Use jquery as the JavaScript library
18 gem 'jquery-rails'
19 # Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks
20 gem 'turbolinks'
21 # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
22 gem 'jbuilder', '~> 2.0'
23 # bundle exec rake doc:rails generates the API under doc/api.
24 gem 'sdoc', '~> 0.4.0',          group: :doc
26 # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
27 gem 'spring',        group: :development
29 # Use ActiveModel has_secure_password
30 # gem 'bcrypt', '~> 3.1.7'
32 # Use unicorn as the app server
33 gem 'unicorn'
35 # Use Capistrano for deployment
36 # gem 'capistrano-rails', group: :development
38 # Use debugger
39 # gem 'debugger', group: [:development, :test]
41 gem "pg"
42 gem "haml", "4.0.5"
43 gem "simple-navigation"
44 gem 'unicorn-rails'