1616gem 'carrierwave' , '0.6.2'
1717gem 'carrierwave-mongoid' , '0.2.0' , :require => 'carrierwave/mongoid'
1818gem 'carrierwave-upyun' , '0.1.3'
19- gem 'mini_magick' , '3.3'
19+ gem 'mini_magick' , '3.3' , :require => false
2020
2121# Mongoid 辅助插件
2222gem "mongoid" , "2.4.8"
@@ -35,10 +35,7 @@ gem 'bootstrap-will_paginate', '0.0.3'
3535
3636# 三方平台 OAuth 验证登陆
3737gem "omniauth" , "~> 1.0.1"
38- gem 'omniauth-openid' , "~> 1.0.1"
3938gem "omniauth-github" , "~> 1.0.0"
40- gem "omniauth-twitter" , "~> 0.0.7"
41- gem "omniauth-douban" , :git => "git://github.com/ballantyne/omniauth-douban.git"
4239
4340# permission
4441gem "cancan" , "~> 1.6.7"
@@ -51,7 +48,6 @@ gem "redis-objects", "0.5.2"
5148
5249# Markdown 格式
5350gem "redcarpet" , "~> 2.0.0"
54- gem 'hpricot' , '~> 0.8.5'
5551gem "pygments.rb" , '~> 0.2.4'
5652
5753# YAML 配置信息
@@ -65,26 +61,20 @@ gem "resque_mailer", '2.0.2'
6561
6662# AWS Simple Email Server
6763gem "aws-ses" , "~> 0.4.3"
68- gem 'mail_view' , :git => 'git://github.com/37signals/mail_view.git'
69-
70- # 用于组合小图片
71- gem "sprite-factory" , "1.4.1"
7264
7365# 分享功能
7466gem "social-share-button" , "~> 0.0.3"
7567
7668# 表单 last commit: 2011-12-03
77- gem 'simple_form' , :git => "git://github.com/plataformatec/simple_form.git "
69+ gem 'simple_form' , "2.0.2 "
7870gem 'bootstrap-rails' , :require => 'bootstrap-rails' , :git => 'git://github.com/xdite/bootstrap-rails.git'
7971
8072# 全文搜索
8173gem 'sunspot_rails' , "~> 1.3.2"
8274gem 'sunspot_solr'
8375
84- gem 'daemon-spawn'
85-
8676# 禁用 assets 日志
87- gem 'quiet_assets' , :git => 'git://github.com/AgilionApps/quiet_assets.git'
77+ gem 'quiet_assets' , "1.0.1"
8878
8979# Github API
9080gem 'ruby-github'
@@ -93,13 +83,14 @@ gem 'ruby-github'
9383gem 'grape' , :git => 'git://github.com/intridea/grape.git' , :branch => 'frontier'
9484
9585group :development , :test do
96- gem 'capistrano' , '2.9.0'
97- gem 'chunky_png' , "1.2.5"
86+ gem 'capistrano' , '2.9.0' , :require => false
87+ # 用于组合小图片
88+ gem "sprite-factory" , "1.4.1" , :require => false
89+ gem 'chunky_png' , "1.2.5" , :require => false
9890 gem "memcache-client" , "1.8.5"
99- gem 'rspec-rails' , '~> 2.8.1 '
91+ gem 'rspec-rails' , '~> 2.10.0 '
10092 gem 'factory_girl_rails'
10193 gem 'thin'
102- gem "simplecov" , :require => false
10394 gem "rspec-cells"
10495 gem "capybara"
10596 gem "sunspot-rails-tester"
0 commit comments