From 2042f17a3dd4d0f0566b2ea6f10e9cbc0377f87e Mon Sep 17 00:00:00 2001 From: Alexander Negoda Date: Sun, 29 Jul 2012 20:32:22 +0400 Subject: [PATCH] update gems --- Gemfile | 4 ++-- Gemfile.lock | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index d1457c9..87f7ec0 100644 --- a/Gemfile +++ b/Gemfile @@ -1,12 +1,13 @@ source 'http://rubygems.org' gem 'rails', '3.2.6' - +gem 'sqlite3' gem 'mime-types', :require => 'mime/types' gem 'carrierwave', '0.6.2' gem 'dynamic_form' gem 'kaminari', :git => 'git://github.com/amatsuda/kaminari.git' gem 'princely' +gem 'unicorn' gem 'jquery-rails' gem 'jquery-ui-rails' gem 'twitter-bootstrap-rails', :git => 'git://github.com/seyhunak/twitter-bootstrap-rails.git' @@ -32,7 +33,6 @@ group :assets do end group :development do - gem 'sqlite3' gem 'ffaker' gem 'machinist' gem 'action_mailer_tls', :git => 'git://github.com/openrain/action_mailer_tls.git' diff --git a/Gemfile.lock b/Gemfile.lock index 7141a0c..b1826e4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -176,6 +176,7 @@ GEM json (1.7.3) jwt (0.1.5) multi_json (>= 1.0) + kgio (2.7.4) less (2.2.1) commonjs (~> 0.2.6) less-rails (2.2.3) @@ -257,6 +258,7 @@ GEM rake (>= 0.8.7) rdoc (~> 3.4) thor (>= 0.14.6, < 2.0) + raindrops (0.10.0) rake (0.9.2.2) rdoc (3.12) json (~> 1.4) @@ -288,6 +290,10 @@ GEM uglifier (1.2.6) execjs (>= 0.3.0) multi_json (~> 1.3) + unicorn (4.3.1) + kgio (~> 2.6) + rack + raindrops (~> 0.7) warden (1.2.1) rack (>= 1.0) yamler (0.1.0) @@ -332,3 +338,4 @@ DEPENDENCIES sqlite3 twitter-bootstrap-rails! uglifier + unicorn