diff --git a/Gemfile b/Gemfile index a375c68..a4d622a 100644 --- a/Gemfile +++ b/Gemfile @@ -1,38 +1,20 @@ source 'https://rubygems.org' gem 'rails', '3.2.3' - -# Bundle edge Rails instead: -# gem 'rails', :git => 'git://github.com/rails/rails.git' - gem 'mysql2' -# Gems used only for assets and not required -# in production environments by default. group :assets do gem 'sass-rails', '~> 3.2.3' gem 'coffee-rails', '~> 3.2.1' - # See https://github.com/sstephenson/execjs#readme for more supported runtimes - # gem 'therubyracer', :platform => :ruby + gem 'therubyracer', :platform => :ruby gem 'uglifier', '>= 1.0.3' end gem 'jquery-rails' -# To use ActiveModel has_secure_password -# gem 'bcrypt-ruby', '~> 3.0.0' - -# To use Jbuilder templates for JSON -# gem 'jbuilder' - -# Use unicorn as the app server -# gem 'unicorn' - -# Deploy with Capistrano -# gem 'capistrano' +gem 'unicorn' -# To use debugger -# gem 'ruby-debug19', :require => 'ruby-debug' +gem 'capistrano' diff --git a/Gemfile.lock b/Gemfile.lock index 318747c..acec490 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -30,6 +30,12 @@ GEM multi_json (~> 1.0) arel (3.0.2) builder (3.0.0) + capistrano (2.12.0) + highline + net-scp (>= 1.0.0) + net-sftp (>= 2.0.0) + net-ssh (>= 2.0.14) + net-ssh-gateway (>= 1.1.0) coffee-rails (3.2.2) coffee-script (>= 2.2.0) railties (~> 3.2.0) @@ -40,6 +46,7 @@ GEM erubis (2.7.0) execjs (1.3.0) multi_json (~> 1.0) + highline (1.6.11) hike (1.2.1) i18n (0.6.0) journey (1.0.3) @@ -47,6 +54,8 @@ GEM railties (>= 3.2.0, < 5.0) thor (~> 0.14) json (1.6.6) + kgio (2.7.4) + libv8 (3.3.10.4) mail (2.4.4) i18n (>= 0.4.0) mime-types (~> 1.16) @@ -54,6 +63,13 @@ GEM mime-types (1.18) multi_json (1.2.0) mysql2 (0.3.11) + net-scp (1.0.4) + net-ssh (>= 1.99.1) + net-sftp (2.0.5) + net-ssh (>= 2.0.9) + net-ssh (2.3.0) + net-ssh-gateway (1.1.0) + net-ssh (>= 1.99.1) polyglot (0.3.3) rack (1.4.1) rack-cache (1.2) @@ -77,6 +93,7 @@ GEM rake (>= 0.8.7) rdoc (~> 3.4) thor (~> 0.14.6) + raindrops (0.8.0) rake (0.9.2.2) rdoc (3.12) json (~> 1.4) @@ -89,6 +106,8 @@ GEM hike (~> 1.2) rack (~> 1.0) tilt (~> 1.1, != 1.3.0) + therubyracer (0.10.1) + libv8 (~> 3.3.10) thor (0.14.6) tilt (1.3.3) treetop (1.4.10) @@ -98,14 +117,21 @@ GEM uglifier (1.2.4) execjs (>= 0.3.0) multi_json (>= 1.0.2) + unicorn (4.2.1) + kgio (~> 2.6) + rack + raindrops (~> 0.7) PLATFORMS ruby DEPENDENCIES + capistrano coffee-rails (~> 3.2.1) jquery-rails mysql2 rails (= 3.2.3) sass-rails (~> 3.2.3) + therubyracer uglifier (>= 1.0.3) + unicorn