forked from qiushibaike/moumentei
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile
38 lines (34 loc) · 891 Bytes
/
Gemfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#source :gemcutter
source 'http://ruby.taobao.org'
gem "rails", "~> 2.3.5"
gem 'mysql2', '~> 0.2.6' , :platforms => [:ruby, :mingw]
platforms :jruby do
gem 'jruby-openssl'
gem 'activerecord-jdbcmysql-adapter', :require => false
end
gem 'will_paginate', '~> 2.3.2'
gem "aasm"
gem 'paperclip'
gem 'compass'
gem 'mini_magick'
gem "thinking-sphinx",'~> 1.4.10', :platforms => [:ruby]
gem 'data_fabric'
#gem 'acts_as_archive'
gem 'SystemTimer', :platforms => :ruby
gem 'memcache-client'
gem 'httparty'
gem "oauth"
gem "oauth-plugin"
gem 'delayed_job', '~> 2.0.4', :git => 'git://github.com/collectiveidea/delayed_job.git', :branch => 'v2.0'
gem 'searchlogic'
#gem 'sprinkle'
gem 'whenever', :require => false
gem 'super_cache'
group :development do
#gem 'mongrel'
gem 'capistrano'
gem 'win32console', '~> 1.3.2', :platforms => :mingw
end
group :production do
gem 'rack-cache'
end